diff --git a/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po b/mayan/apps/acls/locale/ar/LC_MESSAGES/django.po index 96f52d646f..14dd0edf57 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 msgid "New holder" @@ -59,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "Default ACLs" -#: links.py:13 -msgid "List of classes" -msgstr "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +74,8 @@ msgid "Insufficient access." msgstr "Insufficient access." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permission" #: models.py:52 @@ -120,11 +123,11 @@ msgstr "View class default ACLs" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +136,112 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " for %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " to %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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:190 views.py:531 +#: views.py:187 views.py:527 #, 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:197 views.py:538 +#: views.py:194 views.py:534 #, 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:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " from %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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:283 views.py:610 +#: views.py:280 views.py:606 #, 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:290 views.py:617 +#: views.py:287 views.py:613 #, 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:296 views.py:623 +#: views.py:293 views.py:619 #, 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." +msgstr "" +"%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Select" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "List of classes" + #~ 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 2163e4db69..8b23d32902 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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -61,9 +62,9 @@ msgstr "" msgid "Default ACLs" msgstr "Контролни списъци за достъп по подразбиране" -#: links.py:13 -msgid "List of classes" -msgstr "Списък на класовете" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -74,7 +75,8 @@ msgid "Insufficient access." msgstr "Недостатъчен достъп." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "разрешение" #: models.py:52 @@ -122,11 +124,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -135,110 +137,111 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " за %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " към %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "Сигурни ли сте, че искате да дадете разрешение за %(title_suffix)s?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "Сигурни ли сте, че искате да дадете разрешения за %(title_suffix)s?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " от %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?" +msgstr "" +"Сигурни ли сте, че искате да отнемете разрешението за %(title_suffix)s?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?" +msgstr "" +"Сигурни ли сте, че искате да отнемете разрешенията за %(title_suffix)s?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Списък на класовете" + #~ 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 b46c565119..899a7ec7cb 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 msgid "New holder" @@ -59,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "Difoltne ACLs" -#: links.py:13 -msgid "List of classes" -msgstr "Lista klasa" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +74,8 @@ msgid "Insufficient access." msgstr "Nedovoljne dozvole." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "dozvole" #: models.py:52 @@ -120,11 +123,11 @@ msgstr "Pregledati difoltne ACLs klase" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +136,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " za %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " prema %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Dozvola \"%(permission)s\" odobrena za %(actor)s prema %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " od %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, 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." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Odabrati" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lista klasa" + #~ 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 d86e22e4e6..0a3f0d80b5 100644 --- a/mayan/apps/acls/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" 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 d5e4037bd4..74f2d2f0e5 100644 --- a/mayan/apps/acls/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:25 links.py:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" 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 b3ec0ec105..6ce87869a3 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,14 +15,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:25 links.py:10 links.py:16 @@ -65,9 +66,9 @@ msgstr "" msgid "Default ACLs" msgstr "Zugriffsberechtigungen" -#: links.py:13 -msgid "List of classes" -msgstr "Klassen" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -78,7 +79,8 @@ msgid "Insufficient access." msgstr "Unzureichender Zugriff" #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "Berechtigung" #: models.py:52 @@ -126,11 +128,11 @@ msgstr "Zugriffsberechtigungen der Klasse anzeigen" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -139,110 +141,120 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "für %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "zu %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s erteilen " +"möchten?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s erteilen " +"möchten?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Berechtigung \"%(permission)s\" gewährt an %(actor)s für %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s verfügt bereits über die Berechtigung \"%(permission)s an " +"%(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "von %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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 entziehen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s entziehen " +"möchten?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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 entziehen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s entziehen " +"möchten?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "Berechtigung \"%(permission)s\" für %(actor)s an %(object)s entzogen." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." +msgstr "" +"%(actor)s verfügte nicht über Berechtigung \"%(permission)s\" für %(object)s." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Auswählen" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Klassen" + #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/en/LC_MESSAGES/django.po b/mayan/apps/acls/locale/en/LC_MESSAGES/django.po index 75f89b3c92..d34a470575 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: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-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/" @@ -61,9 +61,10 @@ msgstr "revoke" msgid "Default ACLs" msgstr "Default ACLs" -#: links.py:13 -msgid "List of classes" -msgstr "List of classes" +#: links.py:13 views.py:382 +#, fuzzy +msgid "Classes" +msgstr "classes" #: links.py:14 msgid "ACLs for class" @@ -74,8 +75,9 @@ msgid "Insufficient access." msgstr "Insufficient access." #: models.py:26 models.py:68 -msgid "permission" -msgstr "permission" +#, fuzzy +msgid "Permission" +msgstr "permissions" #: models.py:52 #, fuzzy @@ -126,12 +128,12 @@ msgstr "View class default ACLs" msgid "Access control lists for: %s" msgstr "access control lists for: %s" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 #, fuzzy msgid "Holder" msgstr "holder" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 #, fuzzy msgid "Permissions" msgstr "permissions" @@ -141,51 +143,51 @@ msgstr "permissions" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "permissions available to: %(actor)s for %(obj)s" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 #, fuzzy msgid "Namespace" msgstr "namespace" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 #, fuzzy msgid "Label" msgstr "label" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 #, fuzzy msgid "Has permission" msgstr "has permission" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " for %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " to %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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:190 views.py:531 +#: views.py:187 views.py:527 #, 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:197 views.py:538 +#: views.py:194 views.py:534 #, 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:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " @@ -194,65 +196,66 @@ msgstr "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " from %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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:283 views.py:610 +#: views.py:280 views.py:606 #, 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:290 views.py:617 +#: views.py:287 views.py:613 #, 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:296 views.py:623 +#: views.py:293 views.py:619 #, 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:352 +#: views.py:349 #, fuzzy, python-format msgid "Add new holder for: %s" msgstr "add new holder for: %s" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Select" -#: views.py:385 -#, fuzzy -msgid "Classes" -msgstr "classes" - -#: views.py:387 +#: views.py:384 #, fuzzy msgid "Class" msgstr "class" -#: views.py:406 +#: views.py:403 #, fuzzy, python-format msgid "Default access control lists for class: %s" msgstr "default access control lists for class: %s" -#: views.py:434 +#: views.py:431 #, 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:483 +#: views.py:479 #, fuzzy, python-format msgid "Add new holder for class: %s" msgstr "add new holder for class: %s" +#~ msgid "List of classes" +#~ msgstr "List of classes" + +#~ msgid "permission" +#~ msgstr "permission" + #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/es/LC_MESSAGES/django.po b/mayan/apps/acls/locale/es/LC_MESSAGES/django.po index 8ff8c9b414..4e2469d8e5 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: forms.py:25 links.py:10 links.py:16 @@ -60,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "LCA por defecto" -#: links.py:13 -msgid "List of classes" -msgstr "Lista de clases" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -73,7 +74,8 @@ msgid "Insufficient access." msgstr "Acceso insuficiente." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permiso" #: models.py:52 @@ -121,11 +123,11 @@ msgstr "Ver LCA por defecto de la clase" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -134,110 +136,110 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " para %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " a %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " de %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "Permiso \"%(permission)s\" revocado del %(actor)s para %(object)s." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Seleccionar" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lista de clases" + #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fa/LC_MESSAGES/django.po index e68f9fe392..f87e1aef30 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 links.py:10 links.py:16 @@ -59,9 +60,9 @@ msgstr "" msgid "Default ACLs" msgstr "لیست دسترسی های پیش فرض" -#: links.py:13 -msgid "List of classes" -msgstr "لیست کلاس ها" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +73,8 @@ msgid "Insufficient access." msgstr "دسترسی ناکافی" #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "اجازه" #: models.py:52 @@ -120,11 +122,11 @@ msgstr "دیدن دسترسی های پیش فرض کلاس" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +135,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "برای %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "به %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "آیا از دادن مجوز به %(title_suffix)s مطمئن هستید؟" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "مجوز \"%(permission)s\" داده شده به %(actor)s برای %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "%(actor)s دارای مجوز %(permission)s برروی %(object)s میباشد." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "از %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "آیا مطمئن هستید که میخواهید مجوز %(title_suffix)s را لغو کنید؟" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "مجوز \"%(permission)s از %(actor)s برای %(object)s گرفته شد." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "%(actor)s مجوز %(permission)s را برای %(object)s نداشت." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "انتخاب" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "لیست کلاس ها" + #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po b/mayan/apps/acls/locale/fr/LC_MESSAGES/django.po index 10ffadaac9..bdd127effa 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: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:25 links.py:10 links.py:16 @@ -59,9 +60,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACLs par défaut" -#: links.py:13 -msgid "List of classes" -msgstr "Liste des classes" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +73,8 @@ msgid "Insufficient access." msgstr "Autorisations insuffisantes." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "autorisation" #: models.py:52 @@ -120,11 +122,11 @@ msgstr "Afficher ACLs par défaut pour la classe" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +135,115 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "à %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "sur %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" +msgstr "" +"Êtes vous certain de vouloir attribuer l'autorisation %(title_suffix)s?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" +msgstr "" +"Êtes vous certain de vouloir attribuer les autorisations %(title_suffix)s?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur " +"%(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "de %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" +msgstr "" +"Êtes vous certain de vouloir révoquer les autorisations %(title_suffix)s?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, 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." +msgstr "" +"Autorisation \"%(permission)s\" révoquée pour %(actor)s sur %(object)s." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Sélectionner" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Liste des classes" + #~ msgid "creator" #~ msgstr "creator" 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 9032f730bc..f3c8405292 100644 --- a/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 msgid "New holder" @@ -58,8 +60,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +73,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +121,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +134,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po b/mayan/apps/acls/locale/hu/LC_MESSAGES/django.po index 040ab02156..c96092ed17 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -59,8 +60,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -72,7 +73,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -120,11 +121,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,107 +134,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po index d28e650600..7fbc096ad9 100644 --- a/mayan/apps/acls/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/it/LC_MESSAGES/django.po b/mayan/apps/acls/locale/it/LC_MESSAGES/django.po index 74b8bf0a8a..0e9c9b9db5 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,14 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 links.py:10 links.py:16 @@ -62,9 +63,9 @@ msgstr "" msgid "Default ACLs" msgstr "Default ACL" -#: links.py:13 -msgid "List of classes" -msgstr "Elenco delle classi" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -75,7 +76,8 @@ msgid "Insufficient access." msgstr "Accesso insufficiente." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "autorizzazione" #: models.py:52 @@ -123,11 +125,11 @@ msgstr "Visualizza classi ACL predefinite" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -136,110 +138,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "per %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "a %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Permesso \"%(permission)s\" concesso%(actor)s per %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "da %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "Permessi \"%(permission)s\" revocati al %(actor)s per %(object)s." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Selezionare" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Elenco delle classi" + #~ msgid "creator" #~ msgstr "creator" diff --git a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po b/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po index cf69ca102b..c885a23a59 100644 --- a/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: forms.py:25 links.py:10 links.py:16 msgid "New holder" @@ -58,8 +60,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +73,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +121,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +134,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po b/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po index b5ba02bae6..7f725d6b75 100644 --- a/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:25 links.py:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" 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 d2be35f1b6..854d604acd 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -60,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "Authorisatielijst verstekwaarden" -#: links.py:13 -msgid "List of classes" -msgstr "Lijst met authorisatieklassen" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -73,7 +74,8 @@ msgid "Insufficient access." msgstr "Permissies zijn ontoereikend" #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permissie" #: models.py:52 @@ -121,11 +123,11 @@ msgstr "Bekijken verstekwaarden authorisatieklassen" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -134,110 +136,110 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "voor %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "aan %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Permissie \"%(permission)s\" gegeven aan %(actor)s voor %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "van %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken." +msgstr "" +"Permissie \"%(permission)s\" van %(actor)s voor %(object)s ingetrokken." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Selecteer" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lijst met authorisatieklassen" + #~ 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 64ce43f671..43e7af1989 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 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:25 links.py:10 links.py:16 msgid "New holder" @@ -59,8 +61,8 @@ msgstr "" msgid "Default ACLs" msgstr "Domyślne ACLs" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -72,7 +74,8 @@ msgid "Insufficient access." msgstr "Niewystarczające uprawnienia." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "uprawnienie" #: models.py:52 @@ -120,11 +123,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,107 +136,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "Czy na pewno chcesz przyznać uprawnienia %(title_suffix)s?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Wybierz" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po b/mayan/apps/acls/locale/pt/LC_MESSAGES/django.po index 11bddc3877..ad3d9101b4 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -59,9 +60,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACL's padrão" -#: links.py:13 -msgid "List of classes" -msgstr "Lista de classes" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +73,8 @@ msgid "Insufficient access." msgstr "Acesso insuficiente." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permissão" #: models.py:52 @@ -120,11 +122,11 @@ msgstr "Ver os ACL's padrão da classe" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +135,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr ", " -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr " para %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr " a %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, 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." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr " de %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, 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." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Selecionar" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lista de classes" + #~ 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 84c31c6f30..de934b6be2 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:25 links.py:10 links.py:16 @@ -60,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACLs padrões" -#: links.py:13 -msgid "List of classes" -msgstr "Lista de classes" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -73,7 +74,8 @@ msgid "Insufficient access." msgstr "Acesso insuficiente." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permissão" #: models.py:52 @@ -121,11 +123,11 @@ msgstr "Visualizar classe de ACLs padrões" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -134,110 +136,110 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "para %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "até %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Permissão \"%(permission)s\" concedida %(actor)s para %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s, já tem a permissão \"%(permission)s\" concedida para %(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "de %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, 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." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Selecionar" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lista de classes" + #~ msgid "creator" #~ msgstr "creator" 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 67f290a9e1..01f59bc186 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 msgid "New holder" @@ -59,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACL-uri iniţial" -#: links.py:13 -msgid "List of classes" -msgstr "Lista de clase" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +74,8 @@ msgid "Insufficient access." msgstr "Accesul insuficient." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "permisiune" #: models.py:52 @@ -120,11 +123,11 @@ msgstr "Vezi ACL-uri de clasă implicite" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +136,112 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "pentru% s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "la% s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, 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 ?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, 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 ?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Permisiune \"%(permission)s\" acordată %(actor)s pentru %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, 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." +msgstr "" +"%(actor)s , a avut deja permisiunea \"%(permission)s\" acordată pentru " +"%(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "de la% s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, 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?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, 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?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." -msgstr "Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s." +msgstr "" +"Permisiune\"%(permission)s\" revocată pentru %(actor)s pentru %(object)s." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, 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." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Selecta" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Lista de clase" + #~ 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 0f625b8073..dd6ae8046e 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:10 links.py:16 msgid "New holder" @@ -59,9 +61,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACL по умолчанию" -#: links.py:13 -msgid "List of classes" -msgstr "Список классов" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +74,8 @@ msgid "Insufficient access." msgstr "Недостаточный доступ." #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "разрешение" #: models.py:52 @@ -120,11 +123,11 @@ msgstr "Просмотр списков ACL класса по умолчанию msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +136,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "для %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "до %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "Право \"%(permission)s\" проедоставлено %(actor)s для %(object)s." -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "%(actor)s, уже имеет право \"%(permission)s\" для %(object)s." -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "от%s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "Право \"%(permission)s\" для %(object)s отозвано у %(actor)s." -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "%(actor)s не имеет права \"%(permission)s\" для %(object)s." -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "Выбор" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Список классов" + #~ 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 0b7d5e2c85..8172cf5e5f 100644 --- a/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 msgid "New holder" @@ -58,8 +60,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +73,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +121,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +134,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po b/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po index 6365c5797a..eb2a36b2ac 100644 --- a/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/sq/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Enri Mullai , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:25 links.py:10 links.py:16 @@ -59,9 +60,9 @@ msgstr "" msgid "Default ACLs" msgstr "ACL e paracaktuara" -#: links.py:13 -msgid "List of classes" -msgstr "Listë e kalsave" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +73,8 @@ msgid "Insufficient access." msgstr "e drejtë e pa mjaftueshme" #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "autorizim" #: models.py:52 @@ -120,11 +122,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +135,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "Listë e kalsave" + #~ 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 8365c28493..a8c5ce79fe 100644 --- a/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" 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 b8dee13549..fa078369da 100644 --- a/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" 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 df5cc11db4..3c6f84b1fe 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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 links.py:10 links.py:16 @@ -59,9 +60,9 @@ msgstr "" msgid "Default ACLs" msgstr "默认访问控制" -#: links.py:13 -msgid "List of classes" -msgstr "类列表" +#: links.py:13 views.py:382 +msgid "Classes" +msgstr "" #: links.py:14 msgid "ACLs for class" @@ -72,7 +73,8 @@ msgid "Insufficient access." msgstr "权限不足" #: models.py:26 models.py:68 -msgid "permission" +#, fuzzy +msgid "Permission" msgstr "权限" #: models.py:52 @@ -120,11 +122,11 @@ msgstr "查看缺省的ACL类" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -133,110 +135,109 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "," -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "对 %s" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "到 %s" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "确定要赋予权限 %(title_suffix)s么?" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "确定要赋予权限%(title_suffix)s么?" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "权限\"%(permission)s\"被赋给%(object)s的%(actor)s" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "%(object)s的%(actor)s已经被赋予\"%(permission)s\"的权限" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "从 %s" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "确定要撤销权限%(title_suffix)s么?" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "确定要撤销权限%(title_suffix)s么?" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr " %(object)s的%(actor)s权限\"%(permission)s\"已经被撤销" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "%(object)s的%(actor)s没有权限\"%(permission)s\"" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "选择" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" +#~ msgid "List of classes" +#~ msgstr "类列表" + #~ 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 8f2dcce891..dcb5278f01 100644 --- a/mayan/apps/acls/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/acls/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:25 links.py:10 links.py:16 @@ -58,8 +59,8 @@ msgstr "" msgid "Default ACLs" msgstr "" -#: links.py:13 -msgid "List of classes" +#: links.py:13 views.py:382 +msgid "Classes" msgstr "" #: links.py:14 @@ -71,7 +72,7 @@ msgid "Insufficient access." msgstr "" #: models.py:26 models.py:68 -msgid "permission" +msgid "Permission" msgstr "" #: models.py:52 @@ -119,11 +120,11 @@ msgstr "" msgid "Access control lists for: %s" msgstr "" -#: views.py:48 views.py:408 +#: views.py:48 views.py:405 msgid "Holder" msgstr "" -#: views.py:49 views.py:409 +#: views.py:49 views.py:406 msgid "Permissions" msgstr "" @@ -132,107 +133,103 @@ msgstr "" msgid "Permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:103 views.py:441 +#: views.py:103 views.py:437 msgid "Namespace" msgstr "" -#: views.py:104 views.py:442 +#: views.py:104 views.py:438 msgid "Label" msgstr "" -#: views.py:106 views.py:444 +#: views.py:106 views.py:440 msgid "Has permission" msgstr "" -#: views.py:183 views.py:276 views.py:524 views.py:603 +#: views.py:180 views.py:273 views.py:520 views.py:599 msgid ", " msgstr "" -#: views.py:184 views.py:277 views.py:525 views.py:604 +#: views.py:181 views.py:274 views.py:521 views.py:600 #, python-format msgid " for %s" msgstr "" -#: views.py:185 views.py:526 +#: views.py:182 views.py:522 #, python-format msgid " to %s" msgstr "" -#: views.py:188 views.py:529 +#: views.py:185 views.py:525 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:190 views.py:531 +#: views.py:187 views.py:527 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:197 views.py:538 +#: views.py:194 views.py:534 #, python-format msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:203 views.py:544 +#: views.py:200 views.py:540 #, python-format msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:278 views.py:605 +#: views.py:275 views.py:601 #, python-format msgid " from %s" msgstr "" -#: views.py:281 views.py:608 +#: views.py:278 views.py:604 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:283 views.py:610 +#: views.py:280 views.py:606 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:290 views.py:617 +#: views.py:287 views.py:613 #, python-format msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:296 views.py:623 +#: views.py:293 views.py:619 #, python-format msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:352 +#: views.py:349 #, python-format msgid "Add new holder for: %s" msgstr "" -#: views.py:353 views.py:485 +#: views.py:350 views.py:481 msgid "Select" msgstr "" -#: views.py:385 -msgid "Classes" -msgstr "" - -#: views.py:387 +#: views.py:384 msgid "Class" msgstr "" -#: views.py:406 +#: views.py:403 #, python-format msgid "Default access control lists for class: %s" msgstr "" -#: views.py:434 +#: views.py:431 #, python-format msgid "Permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:483 +#: views.py:479 #, python-format msgid "Add new holder for class: %s" msgstr "" diff --git a/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ar/LC_MESSAGES/django.po index 37ec60c20c..07873a2824 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 msgid "Document checked out" @@ -71,50 +73,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "checked out" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "checked in/available" -#: models.py:24 -msgid "document" -msgstr "document" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "check out date and time" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "check out expiration 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:26 +#: models.py:25 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:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "block new version upload" -#: models.py:31 +#: models.py:30 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:54 -msgid "document checkout" -msgstr "document checkout" - -#: models.py:55 -msgid "document checkouts" -msgstr "document checkouts" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Document checkout" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Document checkout" + #: permissions.py:9 msgid "Check out documents" msgstr "Check out documents" @@ -132,8 +135,9 @@ msgid "Allow overriding check out restrictions" msgstr "Allow overriding check out restrictions" #: views.py:32 -msgid "checked out documents" -msgstr "checked out documents" +#, fuzzy +msgid "Documents checked out" +msgstr "Document checked out" #: views.py:35 msgid "Checkout user" @@ -147,6 +151,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: 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" @@ -168,12 +177,13 @@ msgid "New versions allowed: %s" msgstr "New versions allowed: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "yes" #: views.py:57 -msgid "no" -msgstr "no" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,64 +223,73 @@ msgstr "Error trying to check in document; %s" msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" "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?" +msgstr "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "Are you sure you wish to check in document: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Document status: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Days" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Hours" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minutes" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Enter a valid number of days." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Enter a valid number of hours." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Enter a valid number of minutes." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Enter a valid time difference." -#: widgets.py:92 +#: 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." +msgstr "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Check out expiration date and time" +#~ msgid "document" +#~ msgstr "document" + +#~ msgid "check out expiration date and time" +#~ msgstr "check out expiration date and time" + +#~ msgid "document checkout" +#~ msgstr "document checkout" + +#~ msgid "document checkouts" +#~ msgstr "document checkouts" + +#~ msgid "checked out documents" +#~ msgstr "checked out documents" + +#~ msgid "no" +#~ msgstr "no" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 3ce806d63a..c5275b5f28 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -71,50 +72,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "проверен" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "регистриран/наличен" -#: models.py:24 -msgid "document" -msgstr "документ" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "дата и час на проверка" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "проверка на срока на валидност, дата и час" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "Проверете срока на валидност" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "Време за задържане на проверения документ в минути." -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "блокиране качването на нова версия" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "Забранете качването на нова версия на този документ." -#: models.py:54 -msgid "document checkout" -msgstr "проверка на документ" - -#: models.py:55 -msgid "document checkouts" -msgstr "проверки на документ" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Проверка на документ" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Проверка на документ" + #: permissions.py:9 msgid "Check out documents" msgstr "Провери документи" @@ -132,8 +134,9 @@ msgid "Allow overriding check out restrictions" msgstr "Разреши проверки незвисимо от забрана" #: views.py:32 -msgid "checked out documents" -msgstr "проверени документи" +#, fuzzy +msgid "Documents checked out" +msgstr "Документът е проверен." #: views.py:35 msgid "Checkout user" @@ -147,6 +150,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Статус на документа: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +176,13 @@ msgid "New versions allowed: %s" msgstr "Разрешени нови версии: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "да" #: views.py:57 -msgid "no" -msgstr "не" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,64 +222,73 @@ msgstr "Грешка при регистрация на документ; %s" msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" е регистриран успешно." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че искате принудително да регистрирате документа: %s?" +msgstr "" +"Проверката на този документ не е извършвана от Вас. Сигурни ли сте, че " +"искате принудително да регистрирате документа: %s?" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "Сигурни ли сте, че искате да регистрирате този документ: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Статус на документа: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Дни" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Часове" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Минути" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Въведете валиден брой дни." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Въведете валиден брой часове." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Въведете валиден брой минути." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Въведете валидна времева разлика." -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -msgstr "Време за задържане на документа в състояние проверен, в дни, часове и/или минути." +msgstr "" +"Време за задържане на документа в състояние проверен, в дни, часове и/или " +"минути." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Проверете срока на валидност" +#~ msgid "document" +#~ msgstr "документ" + +#~ msgid "check out expiration date and time" +#~ msgstr "проверка на срока на валидност, дата и час" + +#~ msgid "document checkout" +#~ msgstr "проверка на документ" + +#~ msgid "document checkouts" +#~ msgstr "проверки на документ" + +#~ msgid "checked out documents" +#~ msgstr "проверени документи" + +#~ msgid "no" +#~ msgstr "не" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." 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 19a95c1bf4..ac4e7812ed 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 msgid "Document checked out" @@ -71,50 +73,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "odjavljeno" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "prijavljeno/dostupno" -#: models.py:24 -msgid "document" -msgstr "dokument" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "datum i vrijeme odjave" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "datum i vrijeme istjecanja prijave" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "Datum i vrijeme istjecanja odjave" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "Vrijeme zadržavanja odjavljenog dokumenta u minutama " -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "blokirati upload nove verzije" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "Ne dozvoliti upload nove verzije ovog dokumenta." -#: models.py:54 -msgid "document checkout" -msgstr "odjava dokumenta" - -#: models.py:55 -msgid "document checkouts" -msgstr "odjave dokumenta" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Odjava dokumenta" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Odjava dokumenta" + #: permissions.py:9 msgid "Check out documents" msgstr "Odjaviti dokumente" @@ -132,8 +135,9 @@ msgid "Allow overriding check out restrictions" msgstr "Dozvoliti zanemarivanje ograničenja odjavljivanja" #: views.py:32 -msgid "checked out documents" -msgstr "odjavljeni dokumenti" +#, fuzzy +msgid "Documents checked out" +msgstr "Dokument odjavljen" #: views.py:35 msgid "Checkout user" @@ -147,6 +151,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Status dokumenta: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +177,13 @@ msgid "New versions allowed: %s" msgstr "Nove verzije dozvoljene: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "da" #: views.py:57 -msgid "no" -msgstr "ne" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,64 +223,73 @@ msgstr "Greška pokušaja prijave dokumenta; %s" msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" uspješno prijavljen." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format 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?" +msgstr "" +"Vi niste odjavili ovaj dokument. Jeste li sigurni da želite prisilno " +"prijaviti dokument: %s?" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "Jeste li sigurni da želite prijaviti dokument: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Status dokumenta: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Dana" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Sati" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minuta" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Unesite validan broj dana." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Unesite validan broj sati." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Unesite validan broj minuta." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Unesite važeću vremensku razliku." -#: widgets.py:92 +#: 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." +msgstr "" +"Vremenski period zadržavanja dokumenta u odjavljenom stanju u danima, satima " +"i/ili minutama." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Datum i vrijeme istjecanja odjave" +#~ msgid "document" +#~ msgstr "dokument" + +#~ msgid "check out expiration date and time" +#~ msgstr "datum i vrijeme istjecanja prijave" + +#~ msgid "document checkout" +#~ msgstr "odjava dokumenta" + +#~ msgid "document checkouts" +#~ msgstr "odjave dokumenta" + +#~ msgid "checked out documents" +#~ msgstr "odjavljeni dokumenti" + +#~ msgid "no" +#~ msgstr "ne" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po index 489751aee9..f4e2c77ae1 100644 --- a/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 c31d883f63..629e447524 100644 --- a/mayan/apps/checkouts/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 225129d06d..36839b3faa 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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: events.py:5 @@ -75,48 +76,49 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "Ausgebucht" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "Eingebucht/Verfügbar" -#: models.py:24 -msgid "document" -msgstr "Dokument" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "Datum und Uhrzeit Ausbuchung" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "Ablauf-Datum und Zeit Ausbuchung" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "Ablauf-Datum und -Zeit Ausbuchung" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "Zeitraum für die Ausbuchung des Dokuments (in Minuten)." -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "Hochladen neuer Versionen blockieren" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "Hochladen einer neuen Version dieses Dokuments verweigern." -#: models.py:54 -msgid "document checkout" +#: models.py:53 permissions.py:7 +msgid "Document checkout" msgstr "Dokumentausbuchung" -#: models.py:55 -msgid "document checkouts" -msgstr "Dokumentausbuchungen" - -#: permissions.py:7 -msgid "Document checkout" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" msgstr "Dokumentausbuchung" #: permissions.py:9 @@ -136,8 +138,9 @@ msgid "Allow overriding check out restrictions" msgstr "Außerkraftsetzung von Ausbuchungsbeschränkungen erlauben" #: views.py:32 -msgid "checked out documents" -msgstr "Ausgebuchte Dokumente" +#, fuzzy +msgid "Documents checked out" +msgstr "Dokument ausgebucht" #: views.py:35 msgid "Checkout user" @@ -151,6 +154,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Dokumentenstatus: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -172,12 +180,13 @@ msgid "New versions allowed: %s" msgstr "Neue Versionen erlaubt: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "Ja" #: views.py:57 -msgid "no" -msgstr "Nein" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -217,64 +226,72 @@ msgstr "Fehler beim Versuch das Dokument %s auszubuchen." msgid "Document \"%s\" checked in successfully." msgstr "Dokument \"%s\" erfolgreich eingebucht." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "Sie haben dieses Dokument ursprünglich nicht ausgebucht. Sind Sie sicher, dass Sie die Einbuchung von Dokument %s erzwingen wollen?" +msgstr "" +"Sie haben dieses Dokument ursprünglich nicht ausgebucht. Sind Sie sicher, " +"dass Sie die Einbuchung von Dokument %s erzwingen wollen?" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "Sind sie sicher, dass Sie Dokument %s einbuchen wollen?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Dokumentenstatus: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Tage" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Stunden" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minuten" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Eine gültige Anzahl an Tagen ist erforderlich." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Eine gültige Anzahl an Stunden ist erforderlich." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Eine gültige Anzahl an Minuten ist erforderlich." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Eine gültige Zeitdifferenz ist erforderlich." -#: widgets.py:92 +#: 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)." +msgstr "" +"Zeitdauer der Ausbuchung des Dokuments (in Tagen, Stunden und/oder Minuten)." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Ablauf-Datum und -Zeit Ausbuchung" +#~ msgid "document" +#~ msgstr "Dokument" + +#~ msgid "check out expiration date and time" +#~ msgstr "Ablauf-Datum und Zeit Ausbuchung" + +#~ msgid "document checkout" +#~ msgstr "Dokumentausbuchung" + +#~ msgid "document checkouts" +#~ msgstr "Dokumentausbuchungen" + +#~ msgid "checked out documents" +#~ msgstr "Ausgebuchte Dokumente" + +#~ msgid "no" +#~ msgstr "Nein" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/en/LC_MESSAGES/django.po index ad74891c3c..6a3816f25b 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: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-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/" @@ -74,50 +74,52 @@ msgstr "Check in documents" msgid "Check in/out" msgstr "check in/out" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "checked out" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "checked in/available" -#: models.py:24 -msgid "document" +#: models.py:23 views.py:132 +#, fuzzy +msgid "Document" msgstr "document" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "check out date and time" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "check out expiration 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:26 +#: models.py:25 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:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "block new version upload" -#: models.py:31 +#: models.py:30 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:54 -msgid "document checkout" -msgstr "document checkout" - -#: models.py:55 -msgid "document checkouts" -msgstr "document checkouts" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Document checkout" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Document checkout" + #: permissions.py:9 msgid "Check out documents" msgstr "Check out documents" @@ -135,8 +137,9 @@ msgid "Allow overriding check out restrictions" msgstr "Allow overriding check out restrictions" #: views.py:32 -msgid "checked out documents" -msgstr "checked out documents" +#, fuzzy +msgid "Documents checked out" +msgstr "Document checked out" #: views.py:35 #, fuzzy @@ -153,6 +156,11 @@ msgstr "checkout time and date" 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" @@ -174,12 +182,13 @@ msgid "New versions allowed: %s" msgstr "New versions allowed: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "yes" #: views.py:57 -msgid "no" -msgstr "no" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -219,11 +228,6 @@ msgstr "Error trying to check in document; %s" msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" checked in successfully." -#: views.py:132 -#, fuzzy -msgid "Document" -msgstr "document" - #: views.py:141 #, python-format msgid "" @@ -238,40 +242,35 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "Are you sure you wish to check in document: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Document status: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Days" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Hours" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minutes" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Enter a valid number of days." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Enter a valid number of hours." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Enter a valid number of minutes." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Enter a valid time difference." -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." @@ -279,9 +278,23 @@ msgstr "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Check out expiration date and time" +#~ msgid "document" +#~ msgstr "document" + +#~ msgid "check out expiration date and time" +#~ msgstr "check out expiration date and time" + +#~ msgid "document checkout" +#~ msgstr "document checkout" + +#~ msgid "document checkouts" +#~ msgstr "document checkouts" + +#~ msgid "checked out documents" +#~ msgstr "checked out documents" + +#~ msgid "no" +#~ msgstr "no" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/es/LC_MESSAGES/django.po index 1c3b4a5021..72069cd9d9 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21: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:5 @@ -72,50 +73,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "reservado" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "devuelto/disponible" -#: models.py:24 -msgid "document" -msgstr "documento" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "fecha y hora de la reserva" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "fecha y hora de expiración de reserva" +#: 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:26 +#: models.py:25 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:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "restringir la subida de nuevas versiones" -#: models.py:31 +#: models.py:30 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:54 -msgid "document checkout" -msgstr "reserva de documento" - -#: models.py:55 -msgid "document checkouts" -msgstr "reservas de documentos" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Reserva de documentos" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Reserva de documentos" + #: permissions.py:9 msgid "Check out documents" msgstr "Reservar documentos" @@ -133,8 +135,9 @@ msgid "Allow overriding check out restrictions" msgstr "Ignorar las restricciones de documentos reservados" #: views.py:32 -msgid "checked out documents" -msgstr "documentos reservados" +#, fuzzy +msgid "Documents checked out" +msgstr "Documento reservado" #: views.py:35 msgid "Checkout user" @@ -148,6 +151,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Estado del documento: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -169,12 +177,13 @@ msgid "New versions allowed: %s" msgstr "Nuevas versiones permitidas: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "sí" #: views.py:57 -msgid "no" -msgstr "no" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -214,64 +223,72 @@ msgstr "Error tratando de devolver documento: %s" msgid "Document \"%s\" checked in successfully." msgstr "Documento \"%s\" devuelto con éxito." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format 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?" +msgstr "" +"Usted no reservó inicialmente este documento. ¿Está seguro que desea " +"devolver forzosamente el documento: %s?" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "¿Está seguro que desea devolver el documento: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Estado del documento: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Dias" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Horas" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minutos" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Introduzca un número de dias válido." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Introduzca un número de horas válido." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Introduzca un número de minutos válido." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Introduzca una diferencia de tiempo válida." -#: widgets.py:92 +#: 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." +msgstr "" +"Cantidad de tiempo para reservar el documento, en días, horas y / o minutos." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Fecha y hora de la expiración de la reserva." +#~ msgid "document" +#~ msgstr "documento" + +#~ msgid "check out expiration date and time" +#~ msgstr "fecha y hora de expiración de reserva" + +#~ msgid "document checkout" +#~ msgstr "reserva de documento" + +#~ msgid "document checkouts" +#~ msgstr "reservas de documentos" + +#~ msgid "checked out documents" +#~ msgstr "documentos reservados" + +#~ msgid "no" +#~ msgstr "no" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fa/LC_MESSAGES/django.po index 4029ddbe5e..e048988fcc 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -72,48 +73,49 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "خارج شده checked out" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "وارد شده و یا موجود checked in/available" -#: models.py:24 -msgid "document" -msgstr "سند" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "زمان و تاریخ خروج" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "انقضای تاریخ و زمان سند خارج شده check out expiration" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "مدت زمان مجاز برای خارج نگه داشتن سند به دقیقه." -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "جلوگیری از بارگذاری نسخه جدید" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "از بارگذاری نسخه جدید این سند جلوگیری کنید." -#: models.py:54 -msgid "document checkout" +#: models.py:53 permissions.py:7 +msgid "Document checkout" msgstr "خروج و یا checkout سند" -#: models.py:55 -msgid "document checkouts" -msgstr "خروج ها و یا checkouts سند " - -#: permissions.py:7 -msgid "Document checkout" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" msgstr "خروج و یا checkout سند" #: permissions.py:9 @@ -133,8 +135,9 @@ msgid "Allow overriding check out restrictions" msgstr "اجازه بازنویسی و تعییر محدودیت های خروج سند" #: views.py:32 -msgid "checked out documents" -msgstr "اسناد خارج ویا checked out شده" +#, fuzzy +msgid "Documents checked out" +msgstr "سند خارج شد." #: views.py:35 msgid "Checkout user" @@ -148,6 +151,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "وضعیت سند: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -169,12 +177,13 @@ msgid "New versions allowed: %s" msgstr "نسخ جدید اجازه دارد: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "بله" #: views.py:57 -msgid "no" -msgstr "خیر" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -214,64 +223,73 @@ msgstr "خطا در زمان خروج و یا checkout سند: %s" msgid "Document \"%s\" checked in successfully." msgstr "سند \"%s\" با موفقیت وارد و یا checked in شد." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format 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 اجباری این سند مطمئن هستید؟" +msgstr "" +"شما خارج و یا checkout کننده اصلی این سند : %s نیستید. آیا از ورود و یا " +"check in اجباری این سند مطمئن هستید؟" #: views.py:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "آیا از ورود ویا check in این سند: %s مطمئن هستید؟" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "وضعیت سند: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "روزها" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "ساعات" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "دقایق" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "تعداد معتبر روزها را وارد کنید." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "تعداد معتبر ساعات را وارد کنید." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "تعداد معتبر دقایق را وارد کنید." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "تفاوت زمانی معتبری وارد کنید." -#: widgets.py:92 +#: 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 به روز، ساعت و دقیقه." +msgstr "" +"مدت زمان مجاز جهت نگهداری در وضعیت خروج و یا checked out به روز، ساعت و " +"دقیقه." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "انقضای مهلت خروج و یا Check out تاریخ و زمان" +#~ msgid "document" +#~ msgstr "سند" + +#~ msgid "check out expiration date and time" +#~ msgstr "انقضای تاریخ و زمان سند خارج شده check out expiration" + +#~ msgid "document checkout" +#~ msgstr "خروج و یا checkout سند" + +#~ msgid "document checkouts" +#~ msgstr "خروج ها و یا checkouts سند " + +#~ msgid "checked out documents" +#~ msgstr "اسناد خارج ویا checked out شده" + +#~ msgid "no" +#~ msgstr "خیر" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/fr/LC_MESSAGES/django.po index 0427f60df8..9bd5319e26 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: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: events.py:5 @@ -71,50 +72,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "verrouillé" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "déverrouillé/disponible" -#: models.py:24 -msgid "document" -msgstr "document" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "date et heure du verrouillage" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "date d'expiration 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:26 +#: models.py:25 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:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "empêcher import nouvelle version" -#: models.py:31 +#: models.py:30 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:54 -msgid "document checkout" -msgstr "verrouillage du document" - -#: models.py:55 -msgid "document checkouts" -msgstr "verrouillages du document" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Verrouillage du document" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Verrouillage du document" + #: permissions.py:9 msgid "Check out documents" msgstr "Verrouiller les documents" @@ -132,8 +134,9 @@ msgid "Allow overriding check out restrictions" msgstr "Permettre de révoquer le verrouillage" #: views.py:32 -msgid "checked out documents" -msgstr "documents verrouillés" +#, fuzzy +msgid "Documents checked out" +msgstr "Documents verrouillés" #: views.py:35 msgid "Checkout user" @@ -147,6 +150,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Etat du document:%(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +176,13 @@ msgid "New versions allowed: %s" msgstr "Nouvelles versions autorisées: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "oui" #: views.py:57 -msgid "no" -msgstr "non" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,64 +222,73 @@ msgstr "Erreur lors de la tentative de déverrouillage du document; %s " msgid "Document \"%s\" checked in successfully." msgstr "Document \"%s\" déverrouillé avec succès." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format 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?" +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:143 #, python-format msgid "Are you sure you wish to check in document: %s?" msgstr "Êtes vous certain de vouloir verrouiller le document: %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Etat du document:%(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Jours" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Heures" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minutes" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Saisissez un nombre de jours valide." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Saisissez un nombre d'heures valide." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Saisissez un nombre de minutes valide." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Saisissez un intervalle de temps valide." -#: widgets.py:92 +#: 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." +msgstr "" +"Durée pendant laquelle conserver le verrou sur le document en jours, heures " +"et/ou minutes." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Date et heure de l'expiration du verrou" +#~ msgid "document" +#~ msgstr "document" + +#~ msgid "check out expiration date and time" +#~ msgstr "date d'expiration du verrouillage" + +#~ msgid "document checkout" +#~ msgstr "verrouillage du document" + +#~ msgid "document checkouts" +#~ msgstr "verrouillages du document" + +#~ msgid "checked out documents" +#~ msgstr "documents verrouillés" + +#~ msgid "no" +#~ msgstr "non" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." 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 77d6bf5ad2..b9fa8deaa5 100644 --- a/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 msgid "Document checked out" @@ -70,50 +72,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +130,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +145,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +171,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +216,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +228,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 9d2010b7d1..6e14c005c5 100644 --- a/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 e1a5324d6c..739499e53b 100644 --- a/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 09b720c464..5d39fc3eba 100644 --- a/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ msgid "check out document" -#~ msgstr "check out document" - #~ msgid "check in document" #~ msgstr "check in document" diff --git a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po index 0a68744577..36200850e4 100644 --- a/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: events.py:5 msgid "Document checked out" @@ -70,50 +72,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +130,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +145,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +171,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +216,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +228,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 289aaacc44..d3032c006e 100644 --- a/mayan/apps/checkouts/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 c736fc1bdd..6c8382d593 100644 --- a/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 ed932c7065..8120e59cb4 100644 --- a/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: events.py:5 msgid "Document checked out" @@ -70,50 +72,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +130,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +145,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +171,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +216,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +228,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 ecf2bb7c42..6b1c745adc 100644 --- a/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 cbfff58ed9..3254ac326a 100644 --- a/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ msgid "check out document" -#~ msgstr "check out document" - #~ msgid "check in document" #~ msgstr "check in document" 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 170e5a2933..833239f544 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 msgid "Document checked out" @@ -53,7 +55,8 @@ msgstr "Document aprobat forţat" #: events.py:26 #, python-format msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." -msgstr "Documentul \"%(document)s\" aprobat obligatoriu de către %(fullname)s.." +msgstr "" +"Documentul \"%(document)s\" aprobat obligatoriu de către %(fullname)s.." #: links.py:16 msgid "Checkouts" @@ -71,50 +74,52 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "de aprobat " -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "aprobare disponibilă" -#: models.py:24 -msgid "document" -msgstr "document" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "aprobat la data si ora " -#: models.py:26 -msgid "check out expiration date and time" -msgstr "data și ora de expirare aprobare" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "Verifică data şi ora de expirare" -#: models.py:26 +#: 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." +msgstr "" +"Total timp alocat pentru a deține documentul pentru aprobare în minute." -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "blochează actualizarea documentului" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "Nu se permite actualizarea documentului." -#: models.py:54 -msgid "document checkout" -msgstr "document aprobat" - -#: models.py:55 -msgid "document checkouts" -msgstr "document aprobat" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Document aprobat" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Document aprobat" + #: permissions.py:9 msgid "Check out documents" msgstr "Aprobări documente" @@ -132,8 +137,9 @@ msgid "Allow overriding check out restrictions" msgstr "Permiteți rescrierea aprobării cu restricții" #: views.py:32 -msgid "checked out documents" -msgstr "aprobări documente" +#, fuzzy +msgid "Documents checked out" +msgstr "Documentul aprobat" #: views.py:35 msgid "Checkout user" @@ -147,6 +153,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Starea documentului: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +179,13 @@ msgid "New versions allowed: %s" msgstr "Noile versiuni permise:% s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "da" #: views.py:57 -msgid "no" -msgstr "nu" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,64 +225,73 @@ msgstr "Eroare la încercarea de aprobare a documentului; % s" msgid "Document \"%s\" checked in successfully." msgstr "Documentul \"%s\" aprobat cu succes." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format 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?" +msgstr "" +"Tu nu ai aprobat inițial acest document. Sunteți sigur că doriți să aprobaţi " +"forţat documentul:% s?" #: views.py:143 #, 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?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Starea documentului: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Zi" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Ore" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Minute" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Introduceți un număr valid de zile." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Introduceți un număr valid de ore." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Introduceți un număr valid de minute." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Introduceți o diferență de timp validă." -#: widgets.py:92 +#: 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." +msgstr "" +"Total timp acordat pentru a deține documente în statul pentru aprobare în " +"zile, ore și / sau minute." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Verifică data şi ora de expirare" +#~ msgid "document" +#~ msgstr "document" + +#~ msgid "check out expiration date and time" +#~ msgstr "data și ora de expirare aprobare" + +#~ msgid "document checkout" +#~ msgstr "document aprobat" + +#~ msgid "document checkouts" +#~ msgstr "document aprobat" + +#~ msgid "checked out documents" +#~ msgstr "aprobări documente" + +#~ msgid "no" +#~ msgstr "nu" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." diff --git a/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/mayan/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 3b2a5713d0..ae669120ba 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:5 msgid "Document checked out" @@ -71,50 +73,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "забронировано" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "освобожден/доступен" -#: models.py:24 -msgid "document" -msgstr "документ" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "дата и время бронирования" -#: models.py:26 -msgid "check out expiration date and time" -msgstr "дата и время окончания бронирования" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" +msgstr "Дата и время окончания бронирования" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "Время бронирования документа в минутах." -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "блокировка загрузки новой версии" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "Запретить загрузку новых версий документа." -#: models.py:54 -msgid "document checkout" -msgstr "бронирование документа" - -#: models.py:55 -msgid "document checkouts" -msgstr "бронирования документа" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "Бронирование документа" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "Бронирование документа" + #: permissions.py:9 msgid "Check out documents" msgstr "Бронирование документов" @@ -132,8 +135,9 @@ msgid "Allow overriding check out restrictions" msgstr "Разрешить игнорировать бронирование" #: views.py:32 -msgid "checked out documents" -msgstr "забронированные документы" +#, fuzzy +msgid "Documents checked out" +msgstr "Документ забронирован" #: views.py:35 msgid "Checkout user" @@ -147,6 +151,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "Статус документа: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +177,13 @@ msgid "New versions allowed: %s" msgstr "Новые версии разрешены: %s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "да" #: views.py:57 -msgid "no" -msgstr "нет" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,10 +223,6 @@ msgstr "Ошибка освобождения документа %s" msgid "Document \"%s\" checked in successfully." msgstr "Документ \"%s\" освобожден." -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -229,48 +235,57 @@ msgstr "Документ был забронирован не вами. Осво msgid "Are you sure you wish to check in document: %s?" msgstr "Освободить документ %s?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "Статус документа: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "Дней" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "Часов" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "Минут" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "Введите действительное количество дней." -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "Введите действительное количество часов." -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "Введите действительное количество минут." -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "Введите действительную разницу во времени." -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "Время бронирования документа в днях, часах и/или минутах." -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "Дата и время окончания бронирования" +#~ msgid "document" +#~ msgstr "документ" + +#~ msgid "check out expiration date and time" +#~ msgstr "дата и время окончания бронирования" + +#~ msgid "document checkout" +#~ msgstr "бронирование документа" + +#~ msgid "document checkouts" +#~ msgstr "бронирования документа" + +#~ msgid "checked out documents" +#~ msgstr "забронированные документы" + +#~ msgid "no" +#~ msgstr "нет" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." 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 9c048204f5..3ced84ee33 100644 --- a/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 msgid "Document checked out" @@ -70,50 +72,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +130,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +145,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +171,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +216,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +228,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 2965647263..3f13428896 100644 --- a/mayan/apps/checkouts/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 ca2a604d1a..1d0c7ef80b 100644 --- a/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 9e87735685..ff783bb384 100644 --- a/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:43-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 55cb596983..b05a216a72 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:5 @@ -71,50 +72,51 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +#, fuzzy +msgid "Checked out" msgstr "检出" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +#, fuzzy +msgid "Checked in/available" msgstr "签入/有效" -#: models.py:24 -msgid "document" -msgstr "文档" +#: models.py:23 views.py:132 +msgid "Document" +msgstr "" -#: models.py:25 -msgid "check out date and time" +#: models.py:24 +#, fuzzy +msgid "Check out date and time" msgstr "检出日期和时间" -#: models.py:26 -msgid "check out expiration date and time" +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "检出过期的日期和时间" -#: models.py:26 +#: models.py:25 msgid "Amount of time to hold the document checked out in minutes." msgstr "持有文档检出的时间分钟数" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +#, fuzzy +msgid "Block new version upload" msgstr "阻止新版本上传" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "此文档不允许上传新版本" -#: models.py:54 -msgid "document checkout" -msgstr "文档检出" - -#: models.py:55 -msgid "document checkouts" -msgstr "文档检出" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "文档检出" +#: models.py:54 +#, fuzzy +msgid "Document checkouts" +msgstr "文档检出" + #: permissions.py:9 msgid "Check out documents" msgstr "检出文档" @@ -132,8 +134,9 @@ msgid "Allow overriding check out restrictions" msgstr "允许覆盖检出限制" #: views.py:32 -msgid "checked out documents" -msgstr "检出文档" +#, fuzzy +msgid "Documents checked out" +msgstr "文档检出" #: views.py:35 msgid "Checkout user" @@ -147,6 +150,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, fuzzy, python-format +msgid "Document status: %s" +msgstr "文档状态: %(widget)s %(text)s" + #: views.py:54 #, python-format msgid "User: %s" @@ -168,12 +176,13 @@ msgid "New versions allowed: %s" msgstr "允许新版本:%s" #: views.py:57 -msgid "yes" +#, fuzzy +msgid "Yes" msgstr "是" #: views.py:57 -msgid "no" -msgstr "否" +msgid "No" +msgstr "" #: views.py:62 #, python-format @@ -213,10 +222,6 @@ msgstr "尝试签入文档出错: %s" msgid "Document \"%s\" checked in successfully." msgstr "文档\"%s\"签入成功" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -229,48 +234,57 @@ msgstr "你起初没有检出此文档,确定要强制签入文档: %s么?" msgid "Are you sure you wish to check in document: %s?" msgstr "确定要签入文档: %s么?" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "文档状态: %(widget)s %(text)s" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "天" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "小时" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "分钟" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "输入有效的天数" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "输入有效的小时数" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "输入有效的分钟数" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "输入有效的时间差" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "持有文档检出状态的时间数,以天,小时,分钟为单位。" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "检出过期的日期和时间" +#~ msgid "document" +#~ msgstr "文档" + +#~ msgid "check out expiration date and time" +#~ msgstr "检出过期的日期和时间" + +#~ msgid "document checkout" +#~ msgstr "文档检出" + +#~ msgid "document checkouts" +#~ msgstr "文档检出" + +#~ msgid "checked out documents" +#~ msgstr "检出文档" + +#~ msgid "no" +#~ msgstr "否" #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." 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 ef56536de2..29af720a3b 100644 --- a/mayan/apps/checkouts/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/checkouts/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:08-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: events.py:5 @@ -70,50 +71,47 @@ msgstr "" msgid "Check in/out" msgstr "" -#: literals.py:14 -msgid "checked out" +#: literals.py:9 +msgid "Checked out" msgstr "" -#: literals.py:15 -msgid "checked in/available" +#: literals.py:10 +msgid "Checked in/available" +msgstr "" + +#: models.py:23 views.py:132 +msgid "Document" msgstr "" #: models.py:24 -msgid "document" +#, fuzzy +msgid "Check out date and time" +msgstr "check out document" + +#: models.py:25 widgets.py:79 +msgid "Check out expiration date and time" msgstr "" #: models.py:25 -msgid "check out date and time" -msgstr "" - -#: models.py:26 -msgid "check out expiration date and time" -msgstr "" - -#: models.py:26 msgid "Amount of time to hold the document checked out in minutes." msgstr "" -#: models.py:31 -msgid "block new version upload" +#: models.py:30 +msgid "Block new version upload" msgstr "" -#: models.py:31 +#: models.py:30 msgid "Do not allow new version of this document to be uploaded." msgstr "" -#: models.py:54 -msgid "document checkout" -msgstr "" - -#: models.py:55 -msgid "document checkouts" -msgstr "" - -#: permissions.py:7 +#: models.py:53 permissions.py:7 msgid "Document checkout" msgstr "" +#: models.py:54 +msgid "Document checkouts" +msgstr "" + #: permissions.py:9 msgid "Check out documents" msgstr "" @@ -131,7 +129,7 @@ msgid "Allow overriding check out restrictions" msgstr "" #: views.py:32 -msgid "checked out documents" +msgid "Documents checked out" msgstr "" #: views.py:35 @@ -146,6 +144,11 @@ msgstr "" msgid "Checkout expiration" msgstr "" +#: views.py:50 +#, python-format +msgid "Document status: %s" +msgstr "" + #: views.py:54 #, python-format msgid "User: %s" @@ -167,11 +170,11 @@ msgid "New versions allowed: %s" msgstr "" #: views.py:57 -msgid "yes" +msgid "Yes" msgstr "" #: views.py:57 -msgid "no" +msgid "No" msgstr "" #: views.py:62 @@ -212,10 +215,6 @@ msgstr "" msgid "Document \"%s\" checked in successfully." msgstr "" -#: views.py:132 -msgid "Document" -msgstr "" - #: views.py:141 #, python-format msgid "" @@ -228,54 +227,42 @@ msgstr "" msgid "Are you sure you wish to check in document: %s?" msgstr "" -#: widgets.py:19 -#, python-format -msgid "Document status: %(widget)s %(text)s" -msgstr "" - -#: widgets.py:31 +#: widgets.py:17 msgid "Days" msgstr "" -#: widgets.py:32 +#: widgets.py:18 msgid "Hours" msgstr "" -#: widgets.py:33 +#: widgets.py:19 msgid "Minutes" msgstr "" -#: widgets.py:63 +#: widgets.py:49 msgid "Enter a valid number of days." msgstr "" -#: widgets.py:64 +#: widgets.py:50 msgid "Enter a valid number of hours." msgstr "" -#: widgets.py:65 +#: widgets.py:51 msgid "Enter a valid number of minutes." msgstr "" -#: widgets.py:66 +#: widgets.py:52 msgid "Enter a valid time difference." msgstr "" -#: widgets.py:92 +#: widgets.py:78 msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." msgstr "" -#: widgets.py:93 -msgid "Check out expiration date and time" -msgstr "" - #~ msgid "Check expired check out documents and checks them in." #~ msgstr "Check expired check out documents and checks them in." -#~ 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 066301eca8..763f11304e 100644 --- a/mayan/apps/common/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 msgid "Selection" @@ -57,50 +59,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "License" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "مستخدم مجهول" @@ -117,133 +79,139 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Temporary directory used site wide to store thumbnails, previews and temporary files. If none is specified, one will be created using tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Temporary directory used site wide to store thumbnails, previews and " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "التحكم في آلية التحقق من هوية المستخدم. الخيارات المتاحة هي: اسم المستخدم أو البريد الإلكتروني" +msgstr "" +"التحكم في آلية التحقق من هوية المستخدم. الخيارات المتاحة هي: اسم المستخدم أو " +"البريد الإلكتروني" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "السماح للمستخدمين المجهولين الوصول إلى جميع صفحات العرض" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "function found" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "لم يتم اختيار اجراء." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "يجب اختيار غرض واحد عالأقل." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s تم الادخال بنجاح إلى %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "غير قادر على ادخال %(selection)s إلى %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s تمت الإزالة بنجاح من %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "إضافة" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "إزالة" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "تفاصيل المستخدم الحالي" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "تضارب في البريد الإلكتروني ، لدى مستخدم آخر نفس البريد الإلكتروني." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "تفاصيل المستخدم الحالي تم تحديثها." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "تغيير كلمة السر للمستخدم الحالي" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "تم تغيير كلمة المرور الخاصة بك بنجاح." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +219,36 @@ msgstr "" msgid "None" msgstr "لا شيء" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po index 559a3e7eb8..5b9509642a 100644 --- a/mayan/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -57,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Лиценз" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Анонимен потребител" @@ -117,133 +78,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Добави" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Премахнете" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "актуални данни на потребителя" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Промяна паролата на текущия потребител" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Вашата парола е сменена успешно." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +212,27 @@ msgstr "" msgid "None" msgstr "Няма" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + #~ msgid "license" #~ msgstr "license" 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 8f433d06c9..738bfa55aa 100644 --- a/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 msgid "Selection" @@ -57,50 +59,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licence" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Pismo" - -#: literals.py:30 -msgid "Legal" -msgstr "Legalno" - -#: literals.py:31 -msgid "Ledger" -msgstr "Glavna knjiga" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portret" - -#: literals.py:39 -msgid "Landscape" -msgstr "Pejzaž" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Anonimni korisnik" @@ -117,133 +79,138 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Privremeni direktorij koristi postavke sajta da smjesti ikonice, preglede i " +"privremene datoteke. Ako ništa nije naznačeno, biće kreiran korištenjem " "tempfile.mkdtemp()" -msgstr "Privremeni direktorij koristi postavke sajta da smjesti ikonice, preglede i privremene datoteke. Ako ništa nije naznačeno, biće kreiran korištenjem tempfile.mkdtemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Određuje način autentikacije korisnika. Opcije su: koricničko ime, email" +msgstr "" +"Određuje način autentikacije korisnika. Opcije su: koricničko ime, email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Dozvoliti neovlaštenim korisnicima, pristup svim pregledima" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "pronađena funkcija" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nijedna akcija nije odabrana." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Mora biti izabrana barem jedna stanka." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s dodano uspjesno na %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Nemoguce dodati %(selection)s na %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s dodano uspjesno i uklonjeno iz %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Dodati" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Ukloniti" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "detalji trenutnog korisnika" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-mail zauzet, drugi korisnik ima istu e-mail adresu." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Detalji trenutnog korisnika ažurirani." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Promjeniti trenutni pasvord" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Vaš password je uspješno promjenjen" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +218,36 @@ msgstr "" msgid "None" msgstr "Nijedno" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Pismo" + +#~ msgid "Legal" +#~ msgstr "Legalno" + +#~ msgid "Ledger" +#~ msgstr "Glavna knjiga" + +#~ msgid "Portrait" +#~ msgstr "Portret" + +#~ msgid "Landscape" +#~ msgstr "Pejzaž" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/da/LC_MESSAGES/django.po b/mayan/apps/common/locale/da/LC_MESSAGES/django.po index 140b574a7b..707e41f60b 100644 --- a/mayan/apps/common/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." 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 6cbf7089b8..081d4f82b9 100644 --- a/mayan/apps/common/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." 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 8bdf955097..4d37ed20ae 100644 --- a/mayan/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:97 @@ -39,7 +40,9 @@ msgstr "Passwort" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass das Passwortfeld Groß- und Kleinschreibung unterscheidet." +msgstr "" +"Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass " +"das Passwortfeld Groß- und Kleinschreibung unterscheidet." #: forms.py:136 msgid "This account is inactive." @@ -61,50 +64,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Lizenz" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Hochformat" - -#: literals.py:39 -msgid "Landscape" -msgstr "Querformat" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Anonymer Benutzer" @@ -121,133 +84,140 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Temporäres Verzeichnis zum systemweiten Speichern von Thumbnails, Vorschau und temporären Dateien. Falls keines angegeben wurde, wird es mit tempfile.mkdtemp() erzeugt." +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Temporäres Verzeichnis zum systemweiten Speichern von Thumbnails, Vorschau " +"und temporären Dateien. Falls keines angegeben wurde, wird es mit tempfile." +"mkdtemp() erzeugt." -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-Mailadresse" +msgstr "" +"Authentifizierungs-Mechanismus für die Benutzer. Optionen: Benutzername, E-" +"Mailadresse" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Nicht authentifizierten Benutzern Zugriff auf alle Ansichten gestatten" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "Funktion gefunden" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Keine Aktion ausgewählt." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Es muss mindestens ein Element ausgewählt werden." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s erfolgreich hinzugefügt zu %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." -msgstr "%(selection)s konnte nicht zu %(right_list_title)s hinzuzugefügt werden." +msgstr "" +"%(selection)s konnte nicht zu %(right_list_title)s hinzuzugefügt werden." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s erfolgreich entfernt von %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Hinzufügen" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Entfernen" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "Details des aktuellen Nutzers" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-Mail-Konflikt: Diese E-Mailadresse wird bereits im System verwendet." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Details des aktuellen Benutzers aktualisiert." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Passwort des aktuellen Benutzers ändern" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Das Passwort wurde erfolgreich geändert." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "Fehler bei der Speicherung von %s Details." -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "Fehler bei der Speicherung von Details." -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "%s Details erfolgreich gespeichert." -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "Details erfolgreich gespeichert." -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "Fehler bei der Erstellung von neuem %s." -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "Fehler bei der Erstellung des Objekts." -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "%s erfolgreich erstellt." -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "Neues Objekt erfolgreich erstellt." -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "Fehler beim Löschen von %s." -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "Fehler beim Löschen des Objekts." -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "%s erfolgreich gelöscht." -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "Objekt erfolgreich gelöscht." @@ -255,6 +225,36 @@ msgstr "Objekt erfolgreich gelöscht." msgid "None" msgstr "Kein(e)" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Hochformat" + +#~ msgid "Landscape" +#~ msgstr "Querformat" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/en/LC_MESSAGES/django.po b/mayan/apps/common/locale/en/LC_MESSAGES/django.po index ed1967a856..fb7980e563 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-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/" @@ -64,50 +64,10 @@ msgstr "edit details" msgid "About" msgstr "about" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "License" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Anonymous user" @@ -127,7 +87,7 @@ msgstr "password hash" msgid "Auto admin properties" msgstr "auto admin properties" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " "temporary files. If none is specified, one will be created using tempfile." @@ -137,7 +97,7 @@ msgstr "" "temporary files. If none is specified, one will be created using tempfile." "mkdtemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" @@ -145,121 +105,122 @@ msgstr "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Allow non authenticated users, access to all views" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "function found" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "No action selected." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Must select at least one item." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s added successfully added to %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Unable to add %(selection)s to %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s added successfully removed from %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Add" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Remove" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "current user details" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-mail conflict, another user has that same email." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Current user's details updated." -#: views.py:203 +#: views.py:202 #, fuzzy msgid "Edit current user details" msgstr "edit current user details" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Current user password change" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Your password has been successfully changed." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -267,6 +228,36 @@ msgstr "" msgid "None" msgstr "None" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/es/LC_MESSAGES/django.po b/mayan/apps/common/locale/es/LC_MESSAGES/django.po index d459eed8ce..5627a9cf1b 100644 --- a/mayan/apps/common/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: forms.py:97 @@ -36,7 +37,9 @@ msgstr "Contraseña" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "Introduzca una dirección de correo y contraseña válidos. Recuerde que la contraseña es sensible a mayúsculas." +msgstr "" +"Introduzca una dirección de correo y contraseña válidos. Recuerde que la " +"contraseña es sensible a mayúsculas." #: forms.py:136 msgid "This account is inactive." @@ -58,50 +61,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licencia" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Carta" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Libro mayor" - -#: literals.py:38 -msgid "Portrait" -msgstr "Retrato" - -#: literals.py:39 -msgid "Landscape" -msgstr "Apaisado" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Usuario anónimo" @@ -118,133 +81,141 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"El directorio temporal se usa para almacenar miniaturas, previsualizaciones " +"y archivos temporales. Si no se especifica ninguno, se creará utilizando " "tempfile.mkdtemp()" -msgstr "El directorio temporal se usa para almacenar miniaturas, previsualizaciones y archivos temporales. Si no se especifica ninguno, se creará utilizando tempfile.mkdtemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla el mecanismo utilizado para el usuario autenticado. Las opciones son: 'username' nombre de usuario, 'email' correo electrónico" +msgstr "" +"Controla el mecanismo utilizado para el usuario autenticado. Las opciones " +"son: 'username' nombre de usuario, 'email' correo electrónico" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Permita a los usuarios no autenticados el acceso a todas las pantallas" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "función encontrada" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Ninguna acción seleccionada." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Debe seleccionar al menos un artículo." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "Se agregó con éxito %(selection)s a %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "No se puede agregar %(selection)s a %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "Se eliminó con éxito %(selection)s de %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Agregar" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Eliminar" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "detalles del usuario actual" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." -msgstr "Conflicto de correo electrónico, otro usuario tiene ese mismo correo electrónico." +msgstr "" +"Conflicto de correo electrónico, otro usuario tiene ese mismo correo " +"electrónico." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Datos del usuario actual actualizados." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Cambio de contraseña de usuario actual" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Su contraseña se ha modificado correctamente." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "Error al salvar los detalles %s." -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "Error al salvar los detalles." -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "Los detalles %s se han guardado con éxito." -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "Detalles guardados con éxito." -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "Error al crear nuevo %s." -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "Error al crear objeto." -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "%s creado con éxito." -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "Nuevo objeto creado con éxito." -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "Error al borrar %s." -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "Error al borrar objeto." -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "%s borrado con éxito." -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "Objeto borrado con éxito." @@ -252,6 +223,36 @@ msgstr "Objeto borrado con éxito." msgid "None" msgstr "Ninguno" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Carta" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Libro mayor" + +#~ msgid "Portrait" +#~ msgstr "Retrato" + +#~ msgid "Landscape" +#~ msgstr "Apaisado" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po b/mayan/apps/common/locale/fa/LC_MESSAGES/django.po index 7c6c9e9c3d..5ef6a6e7ee 100644 --- a/mayan/apps/common/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -36,7 +37,9 @@ msgstr "رمزعبور" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "لطفا از ایمیل و کلمه عبور معتبر جهت ورود استفاده کنید. درضمن کلمه عبور case-sensitive است." +msgstr "" +"لطفا از ایمیل و کلمه عبور معتبر جهت ورود استفاده کنید. درضمن کلمه عبور case-" +"sensitive است." #: forms.py:136 msgid "This account is inactive." @@ -58,50 +61,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "لیسانس" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "نامه" - -#: literals.py:30 -msgid "Legal" -msgstr "حقوقی" - -#: literals.py:31 -msgid "Ledger" -msgstr "دفتر" - -#: literals.py:38 -msgid "Portrait" -msgstr "پرتره" - -#: literals.py:39 -msgid "Landscape" -msgstr "چشم انداز ویا Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "کاربر ناشناس anonymous" @@ -118,133 +81,136 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "دایرکتوری موقت جهت نگهداری فایلهای موقت، اگر دایرکتوری مشخص نگردد یکی بوسیله tempfile.mkdtemp() ساخته خواهد شد." +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"دایرکتوری موقت جهت نگهداری فایلهای موقت، اگر دایرکتوری مشخص نگردد یکی بوسیله " +"tempfile.mkdtemp() ساخته خواهد شد." -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "روش کنترل اعتبار سنجی کاربران، انتخابها عبارتند از:username, email." -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "اجازه دادن به کاربران اعتبار سنجی نشده، جهت بازبینی و یا Viewها." -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "فانکشن function پیدا شد" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "هیچ عملیاتی action انتخاب نشده است." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "حداقل یک مورد انتخاب شود." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s با موفقیت به %(right_list_title)s اضافه شد." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "قادر نبودن در اضافه کردن %(selection)s به %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s با موفقیت از %(right_list_title)s حذف شد." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "افزودن" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "حذف" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "جزئیات کابر فعلی" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "این ایمیل با ایمیل کاربر دیگری یکسان است." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "کزئیات کاربر فعلی بروزرسانی شد." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "تغییر کلمه عبور کاربر" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "کلمه عبور شما با موفقیت تغییر کرد." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "خطا در ثبت چزئیات %s." -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "خطا در ثبت چزئیات ." -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "جزئیات %s با موفقیت ثبت شد." -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "جزییات با موفقیت ثبت شد." -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "خطا در زمان ایجاد %s." -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "خطا در زمان ایجاد شی" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "%s با موفقیت ایجاد شد." -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "شی جدید با موفقیت ساخته شد." -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "خطا در زمان حذف %s." -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "خطا در حذف شی." -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "%s با موفقیت حذف شد." -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "شی با موفقیت حذف شد." @@ -252,6 +218,36 @@ msgstr "شی با موفقیت حذف شد." msgid "None" msgstr "هیچکدام." +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "نامه" + +#~ msgid "Legal" +#~ msgstr "حقوقی" + +#~ msgid "Ledger" +#~ msgstr "دفتر" + +#~ msgid "Portrait" +#~ msgstr "پرتره" + +#~ msgid "Landscape" +#~ msgstr "چشم انداز ویا Landscape" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po b/mayan/apps/common/locale/fr/LC_MESSAGES/django.po index d2b5f77bb4..0c2b1394af 100644 --- a/mayan/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +12,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -38,7 +39,9 @@ msgstr "Mot de passe" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "Veuillez rentrer un courriel et mot de passe correct. Note: le mot de passe est sensible à la casse." +msgstr "" +"Veuillez rentrer un courriel et mot de passe correct. Note: le mot de passe " +"est sensible à la casse." #: forms.py:136 msgid "This account is inactive." @@ -60,50 +63,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licence" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Lettre" - -#: literals.py:30 -msgid "Legal" -msgstr "Légal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Paysage" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Utilisateur anonyme" @@ -120,133 +83,138 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Répertoire temporaire utilisé pour stocker les miniatures, les aperçus et les fichiers temporaires. Si aucun n'est indiqué, celui-ci sera crée à l'aide de la fonction tempfile.mdktemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Répertoire temporaire utilisé pour stocker les miniatures, les aperçus et " +"les fichiers temporaires. Si aucun n'est indiqué, celui-ci sera crée à " +"l'aide de la fonction tempfile.mdktemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Mécanisme utilisé pour l'authentification. Les options sont: username, email" +msgstr "" +"Mécanisme utilisé pour l'authentification. Les options sont: username, email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Autoriser les utilisateurs non-authentifiés, à accéder à tous les vues" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "fonction trouvée" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Aucune action sélectionnée." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Vous devez sélectionner au moins un élément." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr " %(selection)s a été ajouté avec succès à %(right_list_title)s ." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Impossible d'ajouter %(selection)s à %(right_list_title)s ." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr " %(selection)s a été supprimé avec succès de %(right_list_title)s ." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Ajouter" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Supprimer" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "détails de l'utilisateur courant" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "Conflit d'adresse électronique: un autre utilisateur a cette adresse." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Les détails de l'utilisateur actuel ont été mis à jour." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Modifier le mot de passe de l'utilisateur courant" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Votre mot de passe a été modifié avec succès." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "Erreur de sauvegarde %s pour voir les détails." -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "Erreur de sauvegarde détaillée." -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "Sauvegarde de %s détaillé avec succès." -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "Détails sauvegardé avec succès." -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "Erreur nouvelle création %s. " -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "Erreur de création de l'objet." -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "%s créé avec succès" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "Le nouvel objet a été créé avec succès" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "Erreur de suppression %s." -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "Erreur de suppression de l'objet" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "%s supprimé avec succès." -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "Objet supprimé avec succès" @@ -254,6 +222,36 @@ msgstr "Objet supprimé avec succès" msgid "None" msgstr "Aucun" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Lettre" + +#~ msgid "Legal" +#~ msgstr "Légal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Paysage" + #~ msgid "license" #~ msgstr "license" 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 8e1b2c3ca0..884decaf3c 100644 --- a/mayan/apps/common/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 msgid "Selection" @@ -56,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +78,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po index d9fb6ce31f..e6604907d9 100644 --- a/mayan/apps/common/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/common/locale/id/LC_MESSAGES/django.po b/mayan/apps/common/locale/id/LC_MESSAGES/django.po index 89c014d2b8..e4878b6e68 100644 --- a/mayan/apps/common/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/common/locale/it/LC_MESSAGES/django.po b/mayan/apps/common/locale/it/LC_MESSAGES/django.po index 1c069e7a63..9eb25e194c 100644 --- a/mayan/apps/common/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -61,50 +62,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licenza" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Mastro" - -#: literals.py:38 -msgid "Portrait" -msgstr "Verticale" - -#: literals.py:39 -msgid "Landscape" -msgstr "Orizontale" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Utente anonimo" @@ -121,133 +82,139 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Elenco temporaneo ha usato ampi spazi per memorizzare miniature, anteprime e file temporanei. Se nessuno è specificato, uno può essere creato usando tempfile.mkdtemp() " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Elenco temporaneo ha usato ampi spazi per memorizzare miniature, anteprime e " +"file temporanei. Se nessuno è specificato, uno può essere creato usando " +"tempfile.mkdtemp() " -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controllo del meccanismo di autenticazione. Le opzioni possibili sono:username,email" +msgstr "" +"Controllo del meccanismo di autenticazione. Le opzioni possibili sono:" +"username,email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Consentire agli utenti non autenticati, l'accesso a tutte le viste" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "trovata funzione" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nessuna azione selezionata" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Devi selezionare un elemento" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s aggiunto con successo a %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Impossibile aggiungere %(selection)s a %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s aggiunto correttamente rimosso dal %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Aggiungi" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Rimuovi" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "dettagli dell'utente corrente" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-mail conflitto, un altro utente ha quella stessa email." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Dettagli dell'utente corrente aggiornati" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Modifica della password dell'utente corrente" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "La tua password è stata cambiata con successo" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -255,6 +222,36 @@ msgstr "" msgid "None" msgstr "Nessuno" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Mastro" + +#~ msgid "Portrait" +#~ msgstr "Verticale" + +#~ msgid "Landscape" +#~ msgstr "Orizontale" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po index 519b6353ea..904a2da267 100644 --- a/mayan/apps/common/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: forms.py:97 msgid "Selection" @@ -56,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +78,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/common/locale/nb/LC_MESSAGES/django.po b/mayan/apps/common/locale/nb/LC_MESSAGES/django.po index 8bea047f55..743b56d7c7 100644 --- a/mayan/apps/common/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." 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 3d4007ab6f..1e610e0fed 100644 --- a/mayan/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/common/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: # woei , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -35,7 +36,9 @@ msgstr "Wachtwoord" msgid "" "Please enter a correct email and password. Note that the password field is " "case-sensitive." -msgstr "Gelieve een correct email adres en wachtwoord invoeren. Let er op dat het wachtwoord veld hoofdletter gevoelig is." +msgstr "" +"Gelieve een correct email adres en wachtwoord invoeren. Let er op dat het " +"wachtwoord veld hoofdletter gevoelig is." #: forms.py:136 msgid "This account is inactive." @@ -57,50 +60,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licentie" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portret" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landschap" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Anonieme gebruiker" @@ -117,133 +80,134 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "functie gevonden" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Geen acties geselecteerd." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Selecteer minimaal een item." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s succesvol toegevoegd aan %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Niet in staat om %(selection)s toe te voegen aan %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Voeg toe" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Verwijder" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "gegevens van huidige gebruiker" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "Email conflict, een andere gebruiker heeft hetzelfde email adres." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Gegevens van huidige gerbuiker aangepast." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Wijzig wachtwoord van huidige gebruiker" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Uw wachtwoord is succesvol aangepast." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "Error bij opslaan van %s gegevens." -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "Error bij opslaan gegevens." -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "%s gegevens succesvol opgeslagen." -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "Gegevens succesvol opgeslagen." -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "Error bij maken nieuwe %s." -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "Error bij het maken van object." -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "%s succesvol aangemaakt." -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "Nieuw object succesvol aangemaakt." -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "Error bij verwijderen %s." -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "Error bij het verwijderen van object." -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "%s succesvol verwijderd." -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "Object succesvol verwijderd." @@ -251,6 +215,33 @@ msgstr "Object succesvol verwijderd." msgid "None" msgstr "Geen" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Portrait" +#~ msgstr "Portret" + +#~ msgid "Landscape" +#~ msgstr "Landschap" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po b/mayan/apps/common/locale/pl/LC_MESSAGES/django.po index 41be3cb968..f89c992afe 100644 --- a/mayan/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,15 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:97 msgid "Selection" @@ -60,50 +62,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licencja" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Użytkownik anonimowy" @@ -120,133 +82,134 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "znaleźć funkcję" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nie wybrano żadnego działania" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Musisz wybrać co najmniej jeden element." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr " %(selection)s pomyślnie dodana do %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Nie można dodać %(selection)s do %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr " %(selection)s pomyślnie dodana usunięty z %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Dodaj" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Usuń" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "aktualne dane użytkownika" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "Użytkownik o podanym adresie e-mail już istnieje." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Aktualne dane użytkownika aktualizowane." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Zmiana hasła użytkownika" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Twoje hasło zostało pomyślnie zmienione." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -254,6 +217,36 @@ msgstr "" msgid "None" msgstr "Brak" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po index 7a6a67f0ca..bdc400ceb6 100644 --- a/mayan/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -59,50 +60,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licença" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Livro-razão" - -#: literals.py:38 -msgid "Portrait" -msgstr "Retrato" - -#: literals.py:39 -msgid "Landscape" -msgstr "Paisagem" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Utilizador anónimo" @@ -119,133 +80,136 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla o mecanismo usado para autenticar o utilizador. As opções são: username, email" +msgstr "" +"Controla o mecanismo usado para autenticar o utilizador. As opções são: " +"username, email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "Permitir acesso a todas as vistas aos utilizadores não autenticados" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "função encontrada" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Deve selecionar pelo menos um item." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Não foi possível adicionar %(selection)s a %(right_list_title)s ." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr " %(selection)s removido com sucesso de %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Adicionar" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Remover" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "detalhes do utilizador atual" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "Conflito de E-mail; outro utilizador tem o mesmo e-mail." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Detalhes do utilizador atual atualizados." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Alteração da senha do utilizador atual" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "A sua senha foi alterada com êxito." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -253,6 +217,36 @@ msgstr "" msgid "None" msgstr "Nenhum" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Livro-razão" + +#~ msgid "Portrait" +#~ msgstr "Retrato" + +#~ msgid "Landscape" +#~ msgstr "Paisagem" + #~ msgid "license" #~ msgstr "license" 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 9d0858d814..a0f7fe13d3 100644 --- a/mayan/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:97 @@ -58,50 +59,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licença" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Carta" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Livro-razão" - -#: literals.py:38 -msgid "Portrait" -msgstr "Retrato" - -#: literals.py:39 -msgid "Landscape" -msgstr "Paisagem" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Usuário anônimo" @@ -118,133 +79,136 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, nome de usuário," +msgstr "" +"Controla o mecanismo usado para usuário autenticado. As opções são: e-mail, " +"nome de usuário," -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "função encontrada" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Deve selecionar pelo menos um item." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Não foi possível adicionar %(selection)s para %(right_list_title)s ." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr " %(selection)s adicionado com sucesso removidos %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Adicionar" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Remover" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "detalhes atuais do usuário" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-mail conflito, outro usuário que tem mesmo e-mail." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Detalhes do usuário atual atualizados." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Alteração de senha do usuário atual" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Sua senha foi alterada com êxito." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -252,6 +216,36 @@ msgstr "" msgid "None" msgstr "Nenhum" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Carta" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Livro-razão" + +#~ msgid "Portrait" +#~ msgstr "Retrato" + +#~ msgid "Landscape" +#~ msgstr "Paisagem" + #~ msgid "license" #~ msgstr "license" 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 f6d6af20a4..4c59da3721 100644 --- a/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 msgid "Selection" @@ -57,50 +59,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Licenţă" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portret" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Utilizator anonim" @@ -117,133 +79,141 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Directorul temporar utilizat de site pentru a stoca miniaturi, previzualizări și fișiere temporare. În cazul în care nu este specificat, se va fi creat cu ajutorul tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Directorul temporar utilizat de site pentru a stoca miniaturi, " +"previzualizări și fișiere temporare. În cazul în care nu este specificat, " +"se va fi creat cu ajutorul tempfile.mkdtemp ()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Controlează mecanismul utilizat pentru autentificare. Optiunile sunt: numele de utilizator, e-mail" +msgstr "" +"Controlează mecanismul utilizat pentru autentificare. Optiunile sunt: numele " +"de utilizator, e-mail" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" -msgstr "Permiteți accesul utilizatorilor neautentificati la toate punctele de vedere" +msgstr "" +"Permiteți accesul utilizatorilor neautentificati la toate punctele de vedere" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "functie gasită" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Nu a fost selectată nici o acţiune." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Trebuie sa selectaţi cel puţin un rând" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s adaugate cu succes la %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "nu au putut fi adăugate %(selection)s la %(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." -msgstr "%(selection)s adăugate cu succes şi şterse urmatoarele %(right_list_title)s." +msgstr "" +"%(selection)s adăugate cu succes şi şterse urmatoarele %(right_list_title)s." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Adaugă" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Şterge" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "detaliile utilizatorului curent" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "E-mail conflict, un alt utilizator are acest e-mail." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Detaliile utilizatorului curent au fost actualizate." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Schimbare parola pentru utilizatorul curent" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Parola dvs. a fost schimbată cu succes" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +221,36 @@ msgstr "" msgid "None" msgstr "Nici unul" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portret" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" diff --git a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po b/mayan/apps/common/locale/ru/LC_MESSAGES/django.po index 59cca52d59..67ceb5325d 100644 --- a/mayan/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:97 msgid "Selection" @@ -57,50 +59,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Лицензия" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Портрет" - -#: literals.py:39 -msgid "Landscape" -msgstr "Пейзаж" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Анонимный пользователь" @@ -117,133 +79,140 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 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 "Временный каталог, используемый сайтом для хранения миниатюр, превью и временных файлов. Если он не указан, он будет создан с использованием tempfile.mkdtemp ()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"Временный каталог, используемый сайтом для хранения миниатюр, превью и " +"временных файлов. Если он не указан, он будет создан с использованием " +"tempfile.mkdtemp ()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "Управление механизмом, используемым для аутентификации пользователя. Возможные варианты: имя пользователя, адрес электронной почты" +msgstr "" +"Управление механизмом, используемым для аутентификации пользователя. " +"Возможные варианты: имя пользователя, адрес электронной почты" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" -msgstr "Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" +msgstr "" +"Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "функция найдена" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Никаких действий не выбрано." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Необходимо выбрать хотя бы один элемент." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s успешно добавлен в %(right_list_title)s ." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Не удалось добавить %(selection)s до %(right_list_title)s ." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s успешно удален из %(right_list_title)s ." -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Добавить" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Удалить" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "данные пользователя" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "Другой пользователь укеазал тот же е-мейл." -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Данные пользователя обновлены." -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "Изменить пароль пользователя" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Ваш пароль был изменен." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +220,36 @@ msgstr "" msgid "None" msgstr "Ни один" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Портрет" + +#~ msgid "Landscape" +#~ msgstr "Пейзаж" + #~ msgid "license" #~ msgstr "license" 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 888e38b122..249d7bbfe1 100644 --- a/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 msgid "Selection" @@ -56,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +78,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/common/locale/sq/LC_MESSAGES/django.po b/mayan/apps/common/locale/sq/LC_MESSAGES/django.po index f1e4697599..a3d33b6581 100644 --- a/mayan/apps/common/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." 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 c8de710c8c..7b1061b2d3 100644 --- a/mayan/apps/common/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/common/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -57,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "Dikey" - -#: literals.py:39 -msgid "Landscape" -msgstr "Yatay" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "Anonim kullanıcı" @@ -117,133 +78,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Ekle" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Kaldır" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Parolanız başarılı olarak değiştirildi." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +212,27 @@ msgstr "" msgid "None" msgstr "" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Portrait" +#~ msgstr "Dikey" + +#~ msgid "Landscape" +#~ msgstr "Yatay" + #~ msgid "license" #~ msgstr "license" 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 d4a92be96a..7605f49ac8 100644 --- a/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -57,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "Bản quyền" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -117,133 +78,134 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "function found" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "Không thao tác nào được chọn." -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "Cần chọn ít nhất một phần tử." -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "Thêm" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "Xóa" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "chi tiết người dùng hiện tại" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "Thông tin người dùng đã được cập nhật" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "Mật khẩu đã thay đổi thành công." -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" @@ -251,6 +213,36 @@ msgstr "" msgid "None" msgstr "None" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" 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 6f11cb5118..188fabcc71 100644 --- a/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:97 @@ -57,50 +58,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "许可证" -#: literals.py:24 -msgid "A5" -msgstr "A5" - -#: literals.py:25 -msgid "A4" -msgstr "A4" - -#: literals.py:26 -msgid "A3" -msgstr "A3" - -#: literals.py:27 -msgid "B5" -msgstr "B5" - -#: literals.py:28 -msgid "B4" -msgstr "B4" - -#: literals.py:29 -msgid "Letter" -msgstr "Letter" - -#: literals.py:30 -msgid "Legal" -msgstr "Legal" - -#: literals.py:31 -msgid "Ledger" -msgstr "Ledger" - -#: literals.py:38 -msgid "Portrait" -msgstr "Portrait" - -#: literals.py:39 -msgid "Landscape" -msgstr "Landscape" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "匿名用户" @@ -117,133 +78,136 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" +msgstr "" +"站点范围的临时目录用于存储缩略图,预览和临时文件。如果没有设置,将缺省使用" "tempfile.mkdtemp()" -msgstr "站点范围的临时目录用于存储缩略图,预览和临时文件。如果没有设置,将缺省使用tempfile.mkdtemp()" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "控制验证用户的机制。可选项有:username, email" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "允许非授权用户访问所有的视图" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +#, fuzzy +msgid "Function found" msgstr "功能已存在" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "请选择一个操作" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "至少需要选择一项" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s成功添加到 %(right_list_title)s." -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "不能添加%(selection)s到%(right_list_title)s." -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s 成功从%(right_list_title)s.移除" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "新增" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "移除" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "当前用户详细信息" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "电子邮箱冲突,另外用户已经使用此邮箱" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "当前用户信息已经更新" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "当前用户密码修改" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "你的密码已经修改成功" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "保存 %s 详细信息出错。" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "保存详细信息出错" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "%s的详单成功保存" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "详单保存成功" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "创建新 %s的时候出错。" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "创建对象的时候出错" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "创建%s成功" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "新对象创建成功" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "删除%s时候出错。" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "删除对象时候出错。" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "删除%s成功。" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "对象删除成功" @@ -251,6 +215,36 @@ msgstr "对象删除成功" msgid "None" msgstr "无" +#~ msgid "A5" +#~ msgstr "A5" + +#~ msgid "A4" +#~ msgstr "A4" + +#~ msgid "A3" +#~ msgstr "A3" + +#~ msgid "B5" +#~ msgstr "B5" + +#~ msgid "B4" +#~ msgstr "B4" + +#~ msgid "Letter" +#~ msgstr "Letter" + +#~ msgid "Legal" +#~ msgstr "Legal" + +#~ msgid "Ledger" +#~ msgstr "Ledger" + +#~ msgid "Portrait" +#~ msgstr "Portrait" + +#~ msgid "Landscape" +#~ msgstr "Landscape" + #~ msgid "license" #~ msgstr "license" 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 d3be963860..3f67ce8f3c 100644 --- a/mayan/apps/common/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/common/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:97 @@ -56,50 +57,10 @@ msgstr "" msgid "About" msgstr "" -#: links.py:15 views.py:234 +#: links.py:15 views.py:233 msgid "License" msgstr "" -#: literals.py:24 -msgid "A5" -msgstr "" - -#: literals.py:25 -msgid "A4" -msgstr "" - -#: literals.py:26 -msgid "A3" -msgstr "" - -#: literals.py:27 -msgid "B5" -msgstr "" - -#: literals.py:28 -msgid "B4" -msgstr "" - -#: literals.py:29 -msgid "Letter" -msgstr "" - -#: literals.py:30 -msgid "Legal" -msgstr "" - -#: literals.py:31 -msgid "Ledger" -msgstr "" - -#: literals.py:38 -msgid "Portrait" -msgstr "" - -#: literals.py:39 -msgid "Landscape" -msgstr "" - #: models.py:17 models.py:20 msgid "Anonymous user" msgstr "" @@ -116,133 +77,133 @@ msgstr "" msgid "Auto admin properties" msgstr "" -#: settings.py:16 +#: settings.py:14 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using " -"tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using tempfile." +"mkdtemp()" msgstr "" -#: settings.py:66 +#: settings.py:48 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -#: settings.py:75 +#: settings.py:57 msgid "Allow non authenticated users, access to all views" msgstr "" -#: utils.py:117 -msgid "function found" +#: utils.py:116 +msgid "Function found" msgstr "" -#: views.py:40 +#: views.py:41 msgid "No action selected." msgstr "" -#: views.py:44 +#: views.py:45 msgid "Must select at least one item." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:98 views.py:125 +#: views.py:99 views.py:126 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:119 +#: views.py:120 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:140 +#: views.py:139 msgid "Add" msgstr "" -#: views.py:151 +#: views.py:150 msgid "Remove" msgstr "" -#: views.py:174 +#: views.py:173 msgid "current user details" msgstr "" -#: views.py:191 +#: views.py:190 msgid "E-mail conflict, another user has that same email." msgstr "" -#: views.py:194 +#: views.py:193 msgid "Current user's details updated." msgstr "" -#: views.py:203 +#: views.py:202 msgid "Edit current user details" msgstr "" -#: views.py:243 +#: views.py:242 msgid "Current user password change" msgstr "" -#: views.py:258 +#: views.py:257 msgid "Your password has been successfully changed." msgstr "" -#: views.py:312 +#: views.py:311 #, python-format msgid "Error saving %s details." msgstr "" -#: views.py:314 +#: views.py:313 msgid "Error saving details." msgstr "" -#: views.py:322 +#: views.py:321 #, python-format msgid "%s details saved successfully." msgstr "" -#: views.py:324 +#: views.py:323 msgid "Details saved successfully." msgstr "" -#: views.py:336 +#: views.py:335 #, python-format msgid "Error creating new %s." msgstr "" -#: views.py:338 +#: views.py:337 msgid "Error creating object." msgstr "" -#: views.py:345 +#: views.py:344 #, python-format msgid "%s created successfully." msgstr "" -#: views.py:347 +#: views.py:346 msgid "New object created successfully." msgstr "" -#: views.py:365 +#: views.py:364 #, python-format msgid "Error deleting %s." msgstr "" -#: views.py:367 +#: views.py:366 msgid "Error deleting object." msgstr "" -#: views.py:372 +#: views.py:371 #, python-format msgid "%s deleted successfully." msgstr "" -#: views.py:374 +#: views.py:373 msgid "Object deleted successfully." msgstr "" diff --git a/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ar/LC_MESSAGES/django.po index e689cc6a40..2b83b9661f 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,19 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -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" #: literals.py:19 msgid "Resize" @@ -32,11 +30,13 @@ msgid "Resize." msgstr "تغيير حجم." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "عرض" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "ارتفاع" #: literals.py:27 @@ -48,7 +48,8 @@ msgid "Rotate by n degress." msgstr "تدوير بمستوى س درجة" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "درجة" #: literals.py:34 @@ -68,7 +69,8 @@ msgid "Zoom by n percent." msgstr "التكبير في بنسبة مئوية." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "في المئة" #: settings.py:11 @@ -85,10 +87,9 @@ msgstr "مسار الملف إلى برنامج imagemagick " #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -104,7 +105,12 @@ msgstr "مساعدة" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "هذه هي صيغ الملفات التي يدعمها برنامج التحويل المحدد حاليا. في هذه الحالة: '%(backend)s'" +msgstr "" +"هذه هي صيغ الملفات التي يدعمها برنامج التحويل المحدد حاليا. في هذه الحالة: " +"'%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "صيغ الملفات" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +413,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" @@ -525,7 +533,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)" diff --git a/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po b/mayan/apps/converter/locale/bg/LC_MESSAGES/django.po index a32a0775c4..45f1e4c306 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,20 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "файлови формати" - #: literals.py:19 msgid "Resize" msgstr "Преоразмеряване" @@ -32,11 +29,13 @@ msgid "Resize." msgstr "Преоразмеряване." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "ширина" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "височина" #: literals.py:27 @@ -48,7 +47,8 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "градуса" #: literals.py:34 @@ -68,7 +68,8 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "процент" #: settings.py:11 @@ -85,10 +86,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -106,6 +106,9 @@ msgid "" "backend. In this case: '%(backend)s'" msgstr "" +#~ msgid "file formats" +#~ msgstr "файлови формати" + #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +410,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" @@ -525,7 +530,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)" 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 c1153135ca..4d4ee714f0 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,19 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -msgstr "formati datoteka" +"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:19 msgid "Resize" @@ -32,11 +30,13 @@ msgid "Resize." msgstr "Promijeni veličinu." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "širina" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "visina" #: literals.py:27 @@ -48,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Rotiraj n stepeni." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "stepeni" #: literals.py:34 @@ -68,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Uvećaj n postotaka." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "postotak" #: settings.py:11 @@ -85,10 +87,9 @@ msgstr "Staza do graphicsmagick's programa." #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -104,7 +105,12 @@ msgstr "Pomoć" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Ovo su formati datoteka podržani od trenutno selektovanog backend konvertera. U ovom slučaju: '%(backend)s'" +msgstr "" +"Ovo su formati datoteka podržani od trenutno selektovanog backend " +"konvertera. U ovom slučaju: '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "formati datoteka" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +413,11 @@ msgstr "Ovo su formati datoteka podržani od trenutno selektovanog backend konve #~ 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" @@ -525,7 +533,8 @@ msgstr "Ovo su formati datoteka podržani od trenutno selektovanog backend konve #~ 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)" diff --git a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po index 7d13224a21..c930c17e0b 100644 --- a/mayan/apps/converter/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/da/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 39d472a11e..3a8f9504f1 100644 --- a/mayan/apps/converter/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/de_CH/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 110199f0e3..83db4ca72b 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,20 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" -#: links.py:8 -msgid "file formats" -msgstr "Dateiformate" - #: literals.py:19 msgid "Resize" msgstr "Größe ändern" @@ -33,11 +30,13 @@ msgid "Resize." msgstr "Größe ändern." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "Breite" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "Höhe" #: literals.py:27 @@ -49,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Drehen (um n Grad)." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "Grad" #: literals.py:34 @@ -69,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Zoomen (um n Prozent)" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "Prozent" #: settings.py:11 @@ -86,11 +87,13 @@ msgstr "Dateipfad zum 'graphicsmagick'-Programm" #: settings.py:15 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" +"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" #: settings.py:16 msgid "Path to the libreoffice program." @@ -105,7 +108,12 @@ msgstr "Hilfe" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Dies sind die Dateiformate, welche vom aktuell ausgewählten Backend unterstützt werden. In diesem Fall: '%(backend)s'" +msgstr "" +"Dies sind die Dateiformate, welche vom aktuell ausgewählten Backend " +"unterstützt werden. In diesem Fall: '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "Dateiformate" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -408,9 +416,11 @@ msgstr "Dies sind die Dateiformate, welche vom aktuell ausgewählten Backend unt #~ 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 +536,8 @@ msgstr "Dies sind die Dateiformate, welche vom aktuell ausgewählten Backend unt #~ 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)" diff --git a/mayan/apps/converter/locale/en/LC_MESSAGES/django.po b/mayan/apps/converter/locale/en/LC_MESSAGES/django.po index 6e3ac917e9..8372b72a1f 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-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,10 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:8 -msgid "file formats" -msgstr "file formats" - #: literals.py:19 msgid "Resize" msgstr "Resize" @@ -31,11 +27,13 @@ msgid "Resize." msgstr "Resize." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "width" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "height" #: literals.py:27 @@ -47,7 +45,8 @@ msgid "Rotate by n degress." msgstr "Rotate by n degress." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "degrees" #: literals.py:34 @@ -67,7 +66,8 @@ msgid "Zoom by n percent." msgstr "Zoom by n percent." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "percent" #: settings.py:11 @@ -109,6 +109,9 @@ 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" diff --git a/mayan/apps/converter/locale/es/LC_MESSAGES/django.po b/mayan/apps/converter/locale/es/LC_MESSAGES/django.po index 3060f43f74..abd419f045 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 @@ -10,20 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21: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" -#: links.py:8 -msgid "file formats" -msgstr "formatos de archivo" - #: literals.py:19 msgid "Resize" msgstr "Cambiar el tamaño" @@ -33,11 +30,13 @@ msgid "Resize." msgstr "Cambiar el tamaño." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "ancho" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "alto" #: literals.py:27 @@ -49,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Girar n grados." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "grados" #: literals.py:34 @@ -69,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Zoom en n tanto por ciento." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "por ciento" #: settings.py:11 @@ -86,11 +87,13 @@ msgstr "Ruta de archivo al programa graphicsmagick." #: settings.py:15 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" +"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" #: settings.py:16 msgid "Path to the libreoffice program." @@ -105,7 +108,12 @@ msgstr "Ayuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estos son los formatos de archivo soportados por el servidor del convertidor seleccionado. En este caso: '%(backend)s'" +msgstr "" +"Estos son los formatos de archivo soportados por el servidor del convertidor " +"seleccionado. En este caso: '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "formatos de archivo" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -408,9 +416,11 @@ msgstr "Estos son los formatos de archivo soportados por el servidor del convert #~ 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 +536,8 @@ msgstr "Estos son los formatos de archivo soportados por el servidor del convert #~ 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)" diff --git a/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fa/LC_MESSAGES/django.po index 2da2cc66ee..f04a39b745 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 @@ -9,20 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "فرمت فایل" - #: literals.py:19 msgid "Resize" msgstr "تغییر اندازه" @@ -32,11 +29,13 @@ msgid "Resize." msgstr "تغییر اندازه" #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "عرض" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "ارتفاع" #: literals.py:27 @@ -48,7 +47,8 @@ msgid "Rotate by n degress." msgstr "چرخاندن با n درجه" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "درجه" #: literals.py:34 @@ -68,7 +68,8 @@ msgid "Zoom by n percent." msgstr "بزرگ/کوچک نمایی با درصد" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "درصد" #: settings.py:11 @@ -85,11 +86,13 @@ msgstr "File path to graphicsmagick's program." #: settings.py:15 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" +"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" #: settings.py:16 msgid "Path to the libreoffice program." @@ -106,6 +109,9 @@ msgid "" "backend. In this case: '%(backend)s'" msgstr "فرمت فایلهای پشتیبانی شده. عبارتند از: \"%(backend)s\"" +#~ msgid "file formats" +#~ msgstr "فرمت فایل" + #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +413,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" @@ -525,7 +533,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)" diff --git a/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po b/mayan/apps/converter/locale/fr/LC_MESSAGES/django.po index 93a6af2750..bc759f3ad1 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 @@ -10,20 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" -#: links.py:8 -msgid "file formats" -msgstr "formats de fichiers" - #: literals.py:19 msgid "Resize" msgstr "Redimensionner" @@ -33,11 +30,13 @@ msgid "Resize." msgstr "Redimensionner." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "largeur" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "hauteur" #: literals.py:27 @@ -49,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Rotation de n degrés" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "degrés" #: literals.py:34 @@ -69,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Zoom de n pourcents." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "pourcent" #: settings.py:11 @@ -78,7 +79,9 @@ msgstr "Chemin vers le programme de conversion d'image d'imagemagick." #: settings.py:12 msgid "File path to imagemagick's identify program." -msgstr "Chemin vers le programme de vérification/identification d'image d'imagemagick." +msgstr "" +"Chemin vers le programme de vérification/identification d'image " +"d'imagemagick." #: settings.py:13 msgid "File path to graphicsmagick's program." @@ -86,11 +89,13 @@ msgstr "Chemin vers le programme graphicsmagick." #: settings.py:15 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" +"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" #: settings.py:16 msgid "Path to the libreoffice program." @@ -105,7 +110,12 @@ msgstr "Aide" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Voici les formats d'images pris en charge par le convertisseur d'image sélectionné. Dans le cas présent: '%(backend)s'" +msgstr "" +"Voici les formats d'images pris en charge par le convertisseur d'image " +"sélectionné. Dans le cas présent: '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "formats de fichiers" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -408,9 +418,11 @@ msgstr "Voici les formats d'images pris en charge par le convertisseur d'image s #~ 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 +538,8 @@ msgstr "Voici les formats d'images pris en charge par le convertisseur d'image s #~ 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)" 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 803eb810a0..db24dcf729 100644 --- a/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hr_HR/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -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" #: literals.py:19 msgid "Resize" @@ -31,11 +29,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +45,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +65,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +82,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +403,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" @@ -524,7 +523,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)" diff --git a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po index 01eee713d7..34f9ab3e3c 100644 --- a/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/hu/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" diff --git a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po index 319fbc8398..c9e6b3ef6f 100644 --- a/mayan/apps/converter/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/id/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" diff --git a/mayan/apps/converter/locale/it/LC_MESSAGES/django.po b/mayan/apps/converter/locale/it/LC_MESSAGES/django.po index 2d20386301..448966d5d3 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 @@ -9,20 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "formato file" - #: literals.py:19 msgid "Resize" msgstr "Ridimensiona" @@ -32,11 +29,13 @@ msgid "Resize." msgstr "Ridimensiona" #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "larghezza" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "altezza" #: literals.py:27 @@ -48,7 +47,8 @@ msgid "Rotate by n degress." msgstr "Ruotate di n gradi" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "gradi" #: literals.py:34 @@ -68,7 +68,8 @@ msgid "Zoom by n percent." msgstr "Zoom in percentuale" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "percento" #: settings.py:11 @@ -85,10 +86,9 @@ msgstr "File path per il progarmma " #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -104,7 +104,12 @@ msgstr "Aiuto" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Questi sono il formati file supportati dal backend selezionato.In questo caso : '%(backend)s'" +msgstr "" +"Questi sono il formati file supportati dal backend selezionato.In questo " +"caso : '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "formato file" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +412,11 @@ msgstr "Questi sono il formati file supportati dal backend selezionato.In questo #~ 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" @@ -525,7 +532,8 @@ msgstr "Questi sono il formati file supportati dal backend selezionato.In questo #~ 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)" diff --git a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po b/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po index f1ec2f239d..b578e4909a 100644 --- a/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/lv/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" - -#: links.py:8 -msgid "file formats" -msgstr "" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: literals.py:19 msgid "Resize" @@ -31,11 +29,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +45,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +65,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +82,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +403,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" @@ -524,7 +523,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)" diff --git a/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po b/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po index 9380a5bf3f..c9d68a1ca1 100644 --- a/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/nb/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 2b5d8baf59..4fc6fd39d8 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,20 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "bestandsformaten" - #: literals.py:19 msgid "Resize" msgstr "Afmeting wijzigen" @@ -33,11 +30,13 @@ msgid "Resize." msgstr "Afmeting wijzigen." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "breedte" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "hoogte" #: literals.py:27 @@ -49,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Roteren met n graden" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "graden" #: literals.py:34 @@ -69,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Inzoomen met n procent." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "procent" #: settings.py:11 @@ -86,11 +87,12 @@ msgstr "Locatie 'imagemagic' commandline executable." #: settings.py:15 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." +"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." #: settings.py:16 msgid "Path to the libreoffice program." @@ -105,7 +107,12 @@ msgstr "Help" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Dit zijn de bestandsformaten die worden ondersteund door converter backend: '%(backend)s'" +msgstr "" +"Dit zijn de bestandsformaten die worden ondersteund door converter backend: " +"'%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "bestandsformaten" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -408,9 +415,11 @@ msgstr "Dit zijn de bestandsformaten die worden ondersteund door converter backe #~ 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 +535,8 @@ msgstr "Dit zijn de bestandsformaten die worden ondersteund door converter backe #~ 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)" diff --git a/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pl/LC_MESSAGES/django.po index 6c9f671061..a24faa479e 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 , 2012 @@ -9,19 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -msgstr "formaty plików" +"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:19 msgid "Resize" @@ -32,11 +30,13 @@ msgid "Resize." msgstr "Zmiana rozmiaru." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "szerokość" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "wysokość" #: literals.py:27 @@ -48,7 +48,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -68,7 +68,8 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "procent" #: settings.py:11 @@ -85,10 +86,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -106,6 +106,9 @@ msgid "" "backend. In this case: '%(backend)s'" msgstr "" +#~ msgid "file formats" +#~ msgstr "formaty plików" + #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +410,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" @@ -525,7 +530,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)" diff --git a/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po b/mayan/apps/converter/locale/pt/LC_MESSAGES/django.po index 0562f42e98..f4f919b1fe 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,20 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "formatos de ficheiro" - #: literals.py:19 msgid "Resize" msgstr "Redimensionar" @@ -34,11 +31,13 @@ msgid "Resize." msgstr "Redimensionar." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "largura" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "altura" #: literals.py:27 @@ -50,7 +49,8 @@ msgid "Rotate by n degress." msgstr "Rodar n graus." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "graus" #: literals.py:34 @@ -70,7 +70,8 @@ msgid "Zoom by n percent." msgstr "Zoom n porcento." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "porcento" #: settings.py:11 @@ -87,10 +88,9 @@ msgstr "Caminho para o programa graphicsmagick." #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -106,7 +106,12 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado. Neste caso: ' %(backend)s '" +msgstr "" +"Estes são os formatos de ficheiro suportados pelo conversor selecionado. " +"Neste caso: ' %(backend)s '" + +#~ msgid "file formats" +#~ msgstr "formatos de ficheiro" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -409,9 +414,11 @@ msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado #~ 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 +534,8 @@ msgstr "Estes são os formatos de ficheiro suportados pelo conversor selecionado #~ 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)" 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 dd63697dfa..ce591d8d92 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 @@ -10,20 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" -#: links.py:8 -msgid "file formats" -msgstr "formatos de arquivo" - #: literals.py:19 msgid "Resize" msgstr "Redimensionar" @@ -33,11 +30,13 @@ msgid "Resize." msgstr "Redimensionar." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "largura" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "altura" #: literals.py:27 @@ -49,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Rodar por n graus." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "graus" #: literals.py:34 @@ -69,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Zoom por n percento." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "por cento" #: settings.py:11 @@ -86,10 +87,9 @@ msgstr "Caminho do arquivo para o programa graphicsmagick." #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -105,7 +105,12 @@ msgstr "Ajuda" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" +msgstr "" +"Estes são os formatos de arquivos suportados pelo servidor conversor " +"selecionado. Neste caso: ' %(backend)s '" + +#~ msgid "file formats" +#~ msgstr "formatos de arquivo" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -408,9 +413,11 @@ msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor se #~ 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 +533,8 @@ msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor se #~ 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)" 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 751fea6f7b..e26eb59f5e 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,19 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -msgstr "formate de fișiere" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #: literals.py:19 msgid "Resize" @@ -32,11 +30,13 @@ msgid "Resize." msgstr "Redimensionarea." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "lățime" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "înălțime" #: literals.py:27 @@ -48,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Rotiți de degress nr." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "de grade" #: literals.py:34 @@ -68,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Zoom in procente." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "la sută" #: settings.py:11 @@ -85,10 +87,9 @@ msgstr "Fișier calea către programul graphicsmagick ." #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -104,7 +105,12 @@ msgstr "Ajutor" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Acestea sunt formatele de fișiere acceptate de backend convertor curent selectat. În acest caz '%(backend)s'" +msgstr "" +"Acestea sunt formatele de fișiere acceptate de backend convertor curent " +"selectat. În acest caz '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "formate de fișiere" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +413,11 @@ msgstr "Acestea sunt formatele de fișiere acceptate de backend convertor curent #~ 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" @@ -525,7 +533,8 @@ msgstr "Acestea sunt formatele de fișiere acceptate de backend convertor curent #~ 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)" diff --git a/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po b/mayan/apps/converter/locale/ru/LC_MESSAGES/django.po index c12695fa4c..9880628c86 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,19 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:8 -msgid "file formats" -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" #: literals.py:19 msgid "Resize" @@ -32,11 +30,13 @@ msgid "Resize." msgstr "Изменить размер." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "ширина" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "высота" #: literals.py:27 @@ -48,7 +48,8 @@ msgid "Rotate by n degress." msgstr "Поворот на n градусов." #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "градусы" #: literals.py:34 @@ -68,7 +69,8 @@ msgid "Zoom by n percent." msgstr "Увеличить на n %." #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "процент" #: settings.py:11 @@ -85,10 +87,9 @@ msgstr "Путь к файлу программs GraphicsMagick." #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -104,7 +105,11 @@ msgstr "Помощь" msgid "" "These are the file formats supported by the currently selected converter " "backend. In this case: '%(backend)s'" -msgstr "Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" +msgstr "" +"Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" + +#~ msgid "file formats" +#~ msgstr "форматы файлов" #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +412,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" @@ -525,7 +532,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)" 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 5fab304937..9059b1eff3 100644 --- a/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sl_SI/LC_MESSAGES/django.po @@ -1,26 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" - -#: links.py:8 -msgid "file formats" -msgstr "" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #: literals.py:19 msgid "Resize" @@ -31,11 +29,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +45,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +65,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +82,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +403,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" @@ -524,7 +523,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)" diff --git a/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po b/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po index 094d307a6c..8dcc0d34ef 100644 --- a/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/sq/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 dde5f924f9..5c4d9e4014 100644 --- a/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/tr_TR/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 d612d51a29..407bb3be33 100644 --- a/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 97d60d1e58..f31c79f2e6 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,20 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:8 -msgid "file formats" -msgstr "文件格式" - #: literals.py:19 msgid "Resize" msgstr "调整大小" @@ -32,11 +29,13 @@ msgid "Resize." msgstr "调整大小." #: literals.py:22 literals.py:37 -msgid "width" +#, fuzzy +msgid "Width" msgstr "宽度" #: literals.py:23 literals.py:38 -msgid "height" +#, fuzzy +msgid "Height" msgstr "高度" #: literals.py:27 @@ -48,7 +47,8 @@ msgid "Rotate by n degress." msgstr "旋转n度" #: literals.py:30 -msgid "degrees" +#, fuzzy +msgid "Degrees" msgstr "度" #: literals.py:34 @@ -68,7 +68,8 @@ msgid "Zoom by n percent." msgstr "缩放百分之n" #: literals.py:45 -msgid "percent" +#, fuzzy +msgid "Percent" msgstr "百分比" #: settings.py:11 @@ -85,10 +86,9 @@ msgstr "graphicsmagick的文件目录" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -106,6 +106,9 @@ msgid "" "backend. In this case: '%(backend)s'" msgstr "这些都是当前后台转换所支持的文件格式,使用环境: '%(backend)s'" +#~ msgid "file formats" +#~ msgstr "文件格式" + #~ msgid "Hasselblad Photo RAW, CFV/H3D39II" #~ msgstr "Hasselblad Photo RAW, CFV/H3D39II" @@ -407,9 +410,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" @@ -525,7 +530,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)" 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 4b3f2d0222..868f69e14f 100644 --- a/mayan/apps/converter/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/converter/locale/zh_TW/LC_MESSAGES/django.po @@ -1,27 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:8 -msgid "file formats" -msgstr "" - #: literals.py:19 msgid "Resize" msgstr "" @@ -31,11 +28,11 @@ msgid "Resize." msgstr "" #: literals.py:22 literals.py:37 -msgid "width" +msgid "Width" msgstr "" #: literals.py:23 literals.py:38 -msgid "height" +msgid "Height" msgstr "" #: literals.py:27 @@ -47,7 +44,7 @@ msgid "Rotate by n degress." msgstr "" #: literals.py:30 -msgid "degrees" +msgid "Degrees" msgstr "" #: literals.py:34 @@ -67,7 +64,7 @@ msgid "Zoom by n percent." msgstr "" #: literals.py:45 -msgid "percent" +msgid "Percent" msgstr "" #: settings.py:11 @@ -84,10 +81,9 @@ msgstr "" #: settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick.ImageMagick, " -"converter.backends.graphicsmagick.GraphicsMagick and " -"converter.backends.python.Python" +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick.ImageMagick, converter.backends.graphicsmagick.GraphicsMagick " +"and converter.backends.python.Python" msgstr "" #: settings.py:16 @@ -406,9 +402,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" @@ -524,7 +522,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)" 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 ca48e3cdaa..5928fd1a4c 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 msgid "Unknown" @@ -31,11 +33,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,102 +121,112 @@ msgstr "List of keyservers to be queried for unknown keys." msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Key: %s, imported successfully." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Import key" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "private keys" - -#: views.py:69 -msgid "public keys" -msgstr "public keys" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Key ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Owner" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Key: %s, deleted successfully." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Delete key" -#: views.py:110 +#: views.py:111 #, 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." -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:128 +#: views.py:129 msgid "Query key server" msgstr "Query key server" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "results" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "type" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "creation date" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "disabled" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "expiration date" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expired" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "length" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revoked" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifies" +#~ msgid "private keys" +#~ msgstr "private keys" + +#~ msgid "public keys" +#~ msgstr "public keys" + +#~ msgid "type" +#~ msgstr "type" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 a04a431f18..f8c447424e 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -31,11 +32,11 @@ msgstr "Условие" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Име, е-мейл, ключ ID или отпечатък от ключ, за преглед." -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,102 +120,112 @@ msgstr "Списък на сървъри за ключове, за запитв msgid "Home directory used to store keys as well as configuration files." msgstr "Директория за съхранение на ключове, както и конфигурационни файлове." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Ключ: %s, внесен успешно." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Неуспешно внасяна на ключ с id: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Внасяне на ключ" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "Сигурни ли сте, че искате да внесете ключ с id: %s?" -#: views.py:66 -msgid "private keys" -msgstr "частни ключове" - -#: views.py:69 -msgid "public keys" -msgstr "публични ключове" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Ключ ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Собственик" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ключ: %s, е изтрит успешно." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Изтриване на ключ" -#: views.py:110 +#: views.py:111 #, 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." -msgstr "Сигурни ли сте, че искате да изтриевте ключ: %s? Ако се опитвате да изтриете публичен ключ, който е част от двойка ключове публичен/частен, частния ключ също ще бъде изтрит." +msgstr "" +"Сигурни ли сте, че искате да изтриевте ключ: %s? Ако се опитвате да " +"изтриете публичен ключ, който е част от двойка ключове публичен/частен, " +"частния ключ също ще бъде изтрит." -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "Запитване към сървър за ключове" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "резултати" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "тип" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "дата на създаване" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "деактивиран" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "дата на изтичане" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "изтекъл" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "дължина" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "отменен" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Идентифицира" +#~ msgid "private keys" +#~ msgstr "частни ключове" + +#~ msgid "public keys" +#~ msgstr "публични ключове" + +#~ msgid "type" +#~ msgstr "тип" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 b528b11cae..80ca6cc1e1 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 msgid "Unknown" @@ -31,11 +33,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -117,104 +119,116 @@ msgstr "Popis keyservera za upit za nepoznate ključeve." #: settings.py:16 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Ključ: %s, uspješno importovan." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Nije moguće uvesti id ključa: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importuj ključ" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "privatni ključevi" - -#: views.py:69 -msgid "public keys" -msgstr "javni ključevi" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID ključa" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Vlasnik" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ključ: %s, uspješno obrisan." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Obriši ključ" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Upit servera ključeva" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "rezultati" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "tip" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "datum kreiranja" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "onemogućen" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "datum isteka" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "istekao" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "dužina" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "ukinut" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identificira" +#~ msgid "private keys" +#~ msgstr "privatni ključevi" + +#~ msgid "public keys" +#~ msgstr "javni ključevi" + +#~ msgid "type" +#~ msgstr "tip" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 d8ab7eb48d..63b8ad8bfb 100644 --- a/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 79cc2fb6c2..2b199818c1 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: api.py:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 97e8f28426..df8142ae7e 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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 @@ -33,13 +34,15 @@ msgstr "Begriff" #: forms.py:8 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -93,7 +96,9 @@ msgstr "Signatur Fehler." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -123,102 +128,112 @@ msgstr "Liste der Server, die nach unbekannten Schlüsseln durchsucht werden." msgid "Home directory used to store keys as well as configuration files." msgstr "Verzeichnis zum Speichern von Schlüsseln und Konfigurationsdateien." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Schlüssel %s erfolgreich importiert." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Schlüssel-ID %(key_id)s konnte nicht importiert werden: %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Schlüssel importieren" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "Private Schlüssel" - -#: views.py:69 -msgid "public keys" -msgstr "Öffentliche Schlüssel" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Schlüssel-ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Eigentümer" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Schlüssel %s erfolgreich gelöscht." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Schlüssel löschen" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Schlüsselserver abfragen" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "Ergebnis" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "Typ" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "Erstellungsdatum" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "Deaktiviert" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "Ablaufdatum" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "Abgelaufen" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "Länge" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "Zurückgezogen" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifiziert" +#~ msgid "private keys" +#~ msgstr "Private Schlüssel" + +#~ msgid "public keys" +#~ msgstr "Öffentliche Schlüssel" + +#~ msgid "type" +#~ msgstr "Typ" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 d20931d5c8..c920474104 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-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/" @@ -31,12 +31,12 @@ 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:6 +#: links.py:6 views.py:67 #, fuzzy msgid "Private keys" msgstr "private keys" -#: links.py:7 +#: links.py:7 views.py:70 #, fuzzy msgid "Public keys" msgstr "public keys" @@ -123,51 +123,43 @@ msgstr "List of keyservers to be queried for unknown keys." msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Key: %s, imported successfully." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Import key" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "private keys" - -#: views.py:69 -msgid "public keys" -msgstr "public keys" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Key ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Owner" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Key: %s, deleted successfully." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Delete key" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -178,50 +170,65 @@ msgstr "" "that is part of a public/private pair the private key will be deleted as " "well." -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "Query key server" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "results" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "type" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "creation date" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "disabled" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "expiration date" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expired" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "length" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revoked" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifies" +#~ msgid "private keys" +#~ msgstr "private keys" + +#~ msgid "public keys" +#~ msgstr "public keys" + +#~ msgid "type" +#~ msgstr "type" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 a6141cbc10..bfbdb9cd72 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: api.py:92 @@ -30,13 +31,15 @@ msgstr "Término" #: forms.py:8 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -90,7 +93,9 @@ msgstr "Error de firma." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -114,108 +119,122 @@ msgstr "Importar llaves del servidores de claves" #: settings.py:15 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:16 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Clave: %s, importada con éxito." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "No se pudo importar la clave: %(key_id)s ; %(error)s " -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importar clave" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "¿Esta seguro que desea importar la clave: %s?" -#: views.py:66 -msgid "private keys" -msgstr "claves privadas" - -#: views.py:69 -msgid "public keys" -msgstr "claves públicas" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Identificador de clave" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Propietario" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Clave: %s, borrada con éxito." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Borrar clave" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Consultar servidor de claves" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "resultados" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "tipo" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "fecha de creación" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "desactivada" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "fecha de expiración" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expirada" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "tamaño" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revocada" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifica a" +#~ msgid "private keys" +#~ msgstr "claves privadas" + +#~ msgid "public keys" +#~ msgstr "claves públicas" + +#~ msgid "type" +#~ msgstr "tipo" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 a20a4c30a3..b0e3fca577 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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 @@ -31,11 +32,11 @@ msgstr "ترم Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "نام، ایمیل، شناسه کلید ویا اثرانگشت کلید برای چستچو." -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,102 +120,111 @@ msgstr "لیست سرور کلیدها برای پرسش درباره کلید msgid "Home directory used to store keys as well as configuration files." msgstr "ریشه دایرکتوری جهت نگهداری کلیدها بهمراه فایلهای پیکربندی." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "کلید: %s, بصورت موفقیت آمیز وارد شد." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "فادر نبودن در وارد کردن کلید با شناسه: %(key_id)s , خطای %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "وارد کردن کلید" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "آیا از ورود کلیدی با شناسه: %s مطمئن هستید؟" -#: views.py:66 -msgid "private keys" -msgstr "کلید خصوصی" - -#: views.py:69 -msgid "public keys" -msgstr "کلید عمومی" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "شناسه کلید" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "صاحب" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "کلید: %s با موفقیت حذف شد." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "حذف کلید" -#: views.py:110 +#: views.py:111 #, 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." -msgstr "آیا از حذف کلید: %s مطمئن هستید؟ درصورت حذف کلید عمومی مرتبط با کلید خصوصی، کلیدخصوصی بطور اتوماتیک حذف خواهد شد." +msgstr "" +"آیا از حذف کلید: %s مطمئن هستید؟ درصورت حذف کلید عمومی مرتبط با کلید خصوصی، " +"کلیدخصوصی بطور اتوماتیک حذف خواهد شد." -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "پرسش از سرور کلید" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "نتایج" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "شناسه" -#: views.py:150 -msgid "type" -msgstr "نوع" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "زمان ایجاد" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "عیر فعال" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "تاریخ انقضا" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "منقضی شده" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "طول" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "لغو شده" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "شناسایی کردن." +#~ msgid "private keys" +#~ msgstr "کلید خصوصی" + +#~ msgid "public keys" +#~ msgstr "کلید عمومی" + +#~ msgid "type" +#~ msgstr "نوع" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 0358e23bb7..7be72d7c26 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: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 @@ -31,11 +32,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -89,7 +90,9 @@ msgstr "Erreur de signature." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -117,104 +120,116 @@ msgstr "Liste des serveurs de clés à interroger pour les clés inconnues." #: settings.py:16 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" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Clé: %s, importée avec succès." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Impossible d'importer la clé dont l'id est: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importer la clé" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "clés privées" - -#: views.py:69 -msgid "public keys" -msgstr "clés publiques" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID de la clé" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Propriétaire" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Clé: %s, supprimée avec succès" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Supprimer la clé" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Interroger le serveur de clés" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "résultats" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "type" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "date de création" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "désactivé" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "date d'expiration" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expiré" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "durée" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "révoqué" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifie" +#~ msgid "private keys" +#~ msgstr "clés privées" + +#~ msgid "public keys" +#~ msgstr "clés publiques" + +#~ msgid "type" +#~ msgstr "type" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 64bf1e1650..74a6b07c17 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 msgid "Unknown" @@ -30,11 +32,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +120,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +164,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 b1039e2a4f..c57f40494c 100644 --- a/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 9c94b65e94..6b82c94ad3 100644 --- a/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 83c10b7bfa..ce82e09fa1 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 @@ -32,11 +33,11 @@ msgstr "Scadenza" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nome, e-mail,key ID , impronte digitali per cercare" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -90,7 +91,9 @@ msgstr "Errore di firma" #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -118,104 +121,116 @@ msgstr "Lista di server per chiavi che si possono interrogare." #: settings.py:16 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Chiave: %s, importata con successo." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Impossibile importare chiave id: %(key_id)s ; %(error)s " -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importa chiave" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "Chiave privata" - -#: views.py:69 -msgid "public keys" -msgstr "Chiave pubblica" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "chiave ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Proprietario" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "chiave: %s, cancellata con successo." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Cancella chiave" -#: views.py:110 +#: views.py:111 #, 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." -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" +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:128 +#: views.py:129 msgid "Query key server" msgstr "Interroga il server delle chiavi" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "risultati" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "tipo" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "data di crezione" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "disabilitata" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "data scadenza" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "scaduta" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "lunghezza" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revocata" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifica" +#~ msgid "private keys" +#~ msgstr "Chiave privata" + +#~ msgid "public keys" +#~ msgstr "Chiave pubblica" + +#~ msgid "type" +#~ msgstr "tipo" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 c64df92dda..1794bc482f 100644 --- a/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: api.py:92 msgid "Unknown" @@ -30,11 +32,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +120,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +164,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 afa0b52c49..333b54c387 100644 --- a/mayan/apps/django_gpg/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: api.py:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 35426db84c..f73aea4d3a 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 c503a98e04..83861c51cb 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: # mic , 2012 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 msgid "Unknown" @@ -31,11 +33,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -89,7 +91,9 @@ msgstr "Błąd podpisu." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -117,104 +121,115 @@ msgstr "List of keyservers to be queried for unknown keys." #: settings.py:16 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Klucz:%s, zaimportowany." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Nie można zaimportować ID klucza: %(key_id)s ; %(error)s " -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importuj klucz" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "Czy na pewno chcesz importować ID klucza:%s?" -#: views.py:66 -msgid "private keys" -msgstr "private keys" - -#: views.py:69 -msgid "public keys" -msgstr "public keys" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Key ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Właściciel" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Klucz:%s, został usunięty." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Usuń klucz" -#: views.py:110 +#: views.py:111 #, 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." -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ż." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Query key server" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "wyniki" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "typ" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "creation date" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "wyłączone" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "data ważności" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "wygasł" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "długość" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "odwołany" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identyfikuje" +#~ msgid "private keys" +#~ msgstr "private keys" + +#~ msgid "public keys" +#~ msgstr "public keys" + +#~ msgid "type" +#~ msgstr "typ" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 e4b296513e..c870fc8bbf 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -32,11 +33,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -90,7 +91,9 @@ msgstr "Erro de assinatura." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -120,102 +123,112 @@ msgstr "Lista de servidores de chaves a consultar para chaves desconhecidas." 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Chave: %s, importada com sucesso." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Incapaz de importar a chave com o id: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importar chave" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "chaves privadas" - -#: views.py:69 -msgid "public keys" -msgstr "chaves públicas" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID da chave" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Proprietário" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Chave: %s, excluída com sucesso." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Excluir chave" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Consultar servidor de chaves" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "resultados" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "tipo" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "data de criação" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "desativada" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "data de validade" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expirada" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "comprimento" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revogada" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifica" +#~ msgid "private keys" +#~ msgstr "chaves privadas" + +#~ msgid "public keys" +#~ msgstr "chaves públicas" + +#~ msgid "type" +#~ msgstr "tipo" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 1093386d1b..0a9c219142 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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: api.py:92 @@ -31,11 +32,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,51 +120,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Importar chave" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "Você tem certeza que deseja importar chave: %s?" -#: views.py:66 -msgid "private keys" -msgstr "chaves privadas" - -#: views.py:69 -msgid "public keys" -msgstr "chaves públicas" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID da chave" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Proprietário" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Chave: %s, apagado com sucesso." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Excluir chave" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -171,50 +164,64 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "Consultar servidor de chaves" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "resultados" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "tipo" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "data de criação" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "desativada" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "data de validade" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expirado" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "comprimento" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" +#~ msgid "private keys" +#~ msgstr "chaves privadas" + +#~ msgid "public keys" +#~ msgstr "chaves públicas" + +#~ msgid "type" +#~ msgstr "tipo" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 778409e845..1ce0d84f51 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 msgid "Unknown" @@ -31,11 +33,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -89,7 +91,9 @@ msgstr "Eroare semnătură." #: literals.py:47 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:51 msgid "Document is signed, and signature is good." @@ -113,108 +117,121 @@ msgstr "Importă cheile din keyservers" #: settings.py:15 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:16 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." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Key:% s, importată cu succes." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Imposibil de a importa ID-cheie: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Import cheie" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "cheile private" - -#: views.py:69 -msgid "public keys" -msgstr "chei publice" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID cheie" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Proprietar" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Cheie :% s, elimină cu succes." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Ștergeți-cheie" -#: views.py:110 +#: views.py:111 #, 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." -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." +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:128 +#: views.py:129 msgid "Query key server" msgstr "Interogare cheie serverul" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "rezultate" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID-ul" -#: views.py:150 -msgid "type" -msgstr "tip" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "data creării" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "invalid" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "dată de expirare" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "expirat" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "lungime" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "revocată" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifică" +#~ msgid "private keys" +#~ msgstr "cheile private" + +#~ msgid "public keys" +#~ msgstr "chei publice" + +#~ msgid "type" +#~ msgstr "tip" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 e694946363..a7414608d6 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:92 msgid "Unknown" @@ -31,11 +33,11 @@ msgstr "Term" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Имя, e-mail, ID ключа или отпечаток для поиска." -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -117,104 +119,115 @@ msgstr "Список ключевых серверов для запроса н #: settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." +msgstr "" +"Домашний каталог, используемый для хранения ключей, а также файлов " +"конфигурации." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Ключ %s, получен." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Невозможно импортировать ключ %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Получить ключ" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "Хотите получить ключ id: %s?" -#: views.py:66 -msgid "private keys" -msgstr "секретные ключи" - -#: views.py:69 -msgid "public keys" -msgstr "открытые ключи" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "ID ключа" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Владелец" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Ключ %s удалён." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "Удалить ключ." -#: views.py:110 +#: views.py:111 #, 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." -msgstr "Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то соответствующий ему закрытый ключ тоже будет удалён." +msgstr "" +"Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то " +"соответствующий ему закрытый ключ тоже будет удалён." -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "Запросить сервер ключей" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "результаты" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "тип" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "дата создания" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "запрещено" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "дата окончания" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "истекло" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "длина" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "отозван" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifies" +#~ msgid "private keys" +#~ msgstr "секретные ключи" + +#~ msgid "public keys" +#~ msgstr "открытые ключи" + +#~ msgid "type" +#~ msgstr "тип" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 dcb916b041..40a7b1068b 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 msgid "Unknown" @@ -30,11 +32,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +120,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +164,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 af397e1afb..b75048d4cf 100644 --- a/mayan/apps/django_gpg/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/django_gpg/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: api.py:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 4053253c7f..e1aab638f0 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 e9fdd09856..b18214dbab 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -31,11 +32,11 @@ 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:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,102 +120,112 @@ msgstr "List of keyservers to be queried for unknown keys." msgid "Home directory used to store keys as well as configuration files." msgstr "Home directory used to store keys as well as configuration files." -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Key: %s, imported successfully." -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "Unable to import key id: %(key_id)s; %(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "Import key" -#: views.py:52 +#: views.py:53 #, 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:66 -msgid "private keys" -msgstr "khóa riêng" - -#: views.py:69 -msgid "public keys" -msgstr "khóa công cộng" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "Key ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "Nhười sở hữu" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "Khóa: %s, đã xóa thành công." -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr " Xóa khóa" -#: views.py:110 +#: views.py:111 #, 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." -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:128 +#: views.py:129 msgid "Query key server" msgstr "Query key server" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "Kết quả" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "type" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "ngày tạo" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "vô hiệu hóa" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "ngày hết hạn" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "đã hết hạn" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "chiều dài" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "bị thu hồi" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "Identifies" +#~ msgid "private keys" +#~ msgstr "khóa riêng" + +#~ msgid "public keys" +#~ msgstr "khóa công cộng" + +#~ msgid "type" +#~ msgstr "type" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 18e571607b..9df7c086bf 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:92 @@ -31,11 +32,11 @@ msgstr "术语" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "要查找的名称,邮件,密钥ID或者密钥指纹" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -119,102 +120,111 @@ msgstr "查询未知密钥的密钥服务器列表" msgid "Home directory used to store keys as well as configuration files." msgstr "存储密钥和配置文件的用户目录。" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "密钥: %s导入成功" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "不能导入密钥 id: %(key_id)s,错误:%(error)s" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "导入密钥" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "确定要导入密钥id: %s么?" -#: views.py:66 -msgid "private keys" -msgstr "私钥" - -#: views.py:69 -msgid "public keys" -msgstr "公钥" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "密钥ID" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "持有者" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "密钥: %s,删除成功" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "删除密钥" -#: views.py:110 +#: views.py:111 #, 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." -msgstr "确定要删除密钥%s么?如果你试图删除一个带有共/私配对的公钥,那么私钥也将被删除。" +msgstr "" +"确定要删除密钥%s么?如果你试图删除一个带有共/私配对的公钥,那么私钥也将被删" +"除。" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "查询密钥服务器" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "结果" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "ID" -#: views.py:150 -msgid "type" -msgstr "类型" +#: views.py:151 +msgid "Type" +msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +#, fuzzy +msgid "Creation date" msgstr "创建日期" -#: views.py:158 -msgid "disabled" +#: views.py:159 +#, fuzzy +msgid "Disabled" msgstr "无效" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +#, fuzzy +msgid "Expiration date" msgstr "过期时间" -#: views.py:166 -msgid "expired" +#: views.py:167 +#, fuzzy +msgid "Expired" msgstr "过期的" -#: views.py:170 -msgid "length" +#: views.py:171 +#, fuzzy +msgid "Length" msgstr "长度" -#: views.py:174 -msgid "revoked" +#: views.py:175 +#, fuzzy +msgid "Revoked" msgstr "撤销" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "标识" +#~ msgid "private keys" +#~ msgstr "私钥" + +#~ msgid "public keys" +#~ msgstr "公钥" + +#~ msgid "type" +#~ msgstr "类型" + #~ msgid "query keyservers" #~ msgstr "query keyservers" 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 86f074bca3..7520ccc2eb 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: api.py:92 @@ -30,11 +31,11 @@ msgstr "" msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: links.py:6 +#: links.py:6 views.py:67 msgid "Private keys" msgstr "" -#: links.py:7 +#: links.py:7 views.py:70 msgid "Public keys" msgstr "" @@ -118,51 +119,43 @@ msgstr "" msgid "Home directory used to store keys as well as configuration files." msgstr "" -#: views.py:37 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:42 +#: views.py:43 #, python-format msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" -#: views.py:51 +#: views.py:52 msgid "Import key" msgstr "" -#: views.py:52 +#: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:66 -msgid "private keys" -msgstr "" - -#: views.py:69 -msgid "public keys" -msgstr "" - -#: views.py:77 +#: views.py:78 msgid "Key ID" msgstr "" -#: views.py:81 +#: views.py:82 msgid "Owner" msgstr "" -#: views.py:101 +#: views.py:102 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:108 +#: views.py:109 msgid "Delete key" msgstr "" -#: views.py:110 +#: views.py:111 #, python-format msgid "" "Are you sure you wish to delete key: %s? If you try to delete a public key " @@ -170,47 +163,47 @@ msgid "" "well." msgstr "" -#: views.py:128 +#: views.py:129 msgid "Query key server" msgstr "" -#: views.py:141 +#: views.py:142 msgid "results" msgstr "" -#: views.py:146 +#: views.py:147 msgid "ID" msgstr "" -#: views.py:150 -msgid "type" +#: views.py:151 +msgid "Type" msgstr "" -#: views.py:154 -msgid "creation date" +#: views.py:155 +msgid "Creation date" msgstr "" -#: views.py:158 -msgid "disabled" +#: views.py:159 +msgid "Disabled" msgstr "" -#: views.py:162 -msgid "expiration date" +#: views.py:163 +msgid "Expiration date" msgstr "" -#: views.py:166 -msgid "expired" +#: views.py:167 +msgid "Expired" msgstr "" -#: views.py:170 -msgid "length" +#: views.py:171 +msgid "Length" msgstr "" -#: views.py:174 -msgid "revoked" +#: views.py:175 +msgid "Revoked" msgstr "" -#: views.py:179 +#: views.py:180 msgid "Identifies" msgstr "" 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 499fba67f6..215807b848 100644 --- a/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ar/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Mohammed ALDOUB \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,31 +20,30 @@ 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" -#: __init__.py:24 -msgid "date" -msgstr "تاريخ" - -#: __init__.py:28 -msgid "user" -msgstr "مستخدم" - #: __init__.py:32 -msgid "comment" -msgstr "تعليق" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "التعليقات" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "حذف" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "إضافة تعليق" -#: links.py:11 -msgid "comments" -msgstr "تعليقات" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "التعليقات" @@ -60,40 +59,55 @@ msgstr "حذف التعليقات" msgid "View comments" msgstr "عرض التعليقات" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "يجب إضافة تعليق واحد على الأقل." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "التعليق \"%s\" حذف بنجاح." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "خطأ أثناء حذف التعليق \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "هل أنت متأكد أنك تريد حذف هذا التعليق: %s ؟" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "هل أنت متأكد أنك ترغب في حذف التعليقات: %s ؟" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "تمت إضافة التعليق بنجاح." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "إضافة تعليق على الوثيقة: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "التعليقات: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "إضافة تعليق على الوثيقة: %s" + +#~ msgid "date" +#~ msgstr "تاريخ" + +#~ msgid "user" +#~ msgstr "مستخدم" + +#~ msgid "comment" +#~ msgstr "تعليق" + +#~ msgid "comments" +#~ msgstr "تعليقات" + +#~ msgid "comments: %s" +#~ msgstr "التعليقات: %s" 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 a0e5e22ef6..be2a2ab427 100644 --- a/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Pavlin Koldamov \n" "Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "дата" - -#: __init__.py:28 -msgid "user" -msgstr "потребител" - #: __init__.py:32 -msgid "comment" -msgstr "коментар" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Коментари" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "изтриване" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "добави коментар" -#: links.py:11 -msgid "comments" -msgstr "коментари" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Коментари" @@ -59,40 +58,55 @@ msgstr "Изтриване на коментари" msgid "View comments" msgstr "Преглед на коментари" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Трябва да направите поне един коментар." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Коментарът \"%s\" е изтрит успешно." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Грешка при изтриване на коментар \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Сигурни ли сте, че искате да изтриете коментара: %s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Сигурни ли сте, че искате да изтриете коментарите: %s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Коментарът е добавен узпешно." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Добавяне на коментар към документ: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "коментари: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Добавяне на коментар към документ: %s" + +#~ msgid "date" +#~ msgstr "дата" + +#~ msgid "user" +#~ msgstr "потребител" + +#~ msgid "comment" +#~ msgstr "коментар" + +#~ msgid "comments" +#~ msgstr "коментари" + +#~ msgid "comments: %s" +#~ msgstr "коментари: %s" 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 074c29e488..2472281793 100644 --- a/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/bs_BA/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: www.ping.ba \n" "Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" @@ -20,31 +20,30 @@ 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" -#: __init__.py:24 -msgid "date" -msgstr "datum" - -#: __init__.py:28 -msgid "user" -msgstr "korisnik" - #: __init__.py:32 -msgid "comment" -msgstr "komentar" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Komentari" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "obriši" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "dodaj komentar" -#: links.py:11 -msgid "comments" -msgstr "komentari" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Komentari" @@ -60,40 +59,55 @@ msgstr "Obriši komentare" msgid "View comments" msgstr "Pregledaj komentare" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Mora se napraviti bar jedan komentar." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentari \"%s\" uspješno obrisani." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Grešak prilikom brisanja komenatara \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Jeste li sigurni da želite obrisati komentar: %s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Jeste li sigurni da želite obrisati komentare: %s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Komentari uspješno dodati." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentar za dokument: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "komentari: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Dodaj komentar za dokument: %s" + +#~ msgid "date" +#~ msgstr "datum" + +#~ msgid "user" +#~ msgstr "korisnik" + +#~ msgid "comment" +#~ msgstr "komentar" + +#~ msgid "comments" +#~ msgstr "komentari" + +#~ msgid "comments: %s" +#~ msgstr "komentari: %s" 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 e42029bf2e..caf541c50c 100644 --- a/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/da/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Mads L. Nielsen \n" "Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "dato" - -#: __init__.py:28 -msgid "user" -msgstr "bruger" - #: __init__.py:32 -msgid "comment" -msgstr "kommentar" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Kommentarer" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "slet" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "Tilføj kommentar" -#: links.py:11 -msgid "comments" -msgstr "kommentarer" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Kommentarer" @@ -59,40 +58,55 @@ msgstr "Slet kommentarer" msgid "View comments" msgstr "Se kommentarer" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Skal angive mindst én kommentar." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Kommentar \"%s\" slettet." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fejl ved sletning af kommentar \" %(comment)s \": %(error)s " -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Kommentar tilføjet." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Tilføj kommentar til dokument: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "kommentarer: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Tilføj kommentar til dokument: %s" + +#~ msgid "date" +#~ msgstr "dato" + +#~ msgid "user" +#~ msgstr "bruger" + +#~ msgid "comment" +#~ msgstr "kommentar" + +#~ msgid "comments" +#~ msgstr "kommentarer" + +#~ msgid "comments: %s" +#~ msgstr "kommentarer: %s" 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 a6d9089db0..5a63f80dfa 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,31 +17,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -57,40 +53,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 9db7f0a51d..9cfbc95f5f 100644 --- a/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-03-12 16:11+0000\n" "Last-Translator: Mathias Behrle \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" @@ -20,31 +20,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "Datum" - -#: __init__.py:28 -msgid "user" -msgstr "Benutzer" - #: __init__.py:32 -msgid "comment" -msgstr "Kommentar" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Kommentare" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "Löschen" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "Kommentar hinzufügen" -#: links.py:11 -msgid "comments" -msgstr "Kommentare" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Kommentare" @@ -60,40 +59,55 @@ msgstr "Kommentare löschen" msgid "View comments" msgstr "Kommentare ansehen" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Es muss mindestens ein Kommentar angegeben werden." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Kommentar %s erfolgreich gelöscht." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fehler beim Löschen von Kommentar \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Kommentar erfolgreich hinzugefügt." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Kommentar zu Dokument %s hinzufügen" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "Kommentare: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Kommentar zu Dokument %s hinzufügen" + +#~ msgid "date" +#~ msgstr "Datum" + +#~ msgid "user" +#~ msgstr "Benutzer" + +#~ msgid "comment" +#~ msgstr "Kommentar" + +#~ msgid "comments" +#~ msgstr "Kommentare" + +#~ msgid "comments: %s" +#~ msgstr "Kommentare: %s" 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 bfd65ca476..6dc7bacddd 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-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,31 +18,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "date" - -#: __init__.py:28 -msgid "user" -msgstr "user" - #: __init__.py:32 -msgid "comment" -msgstr "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Comments" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "delete" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "add comment" -#: links.py:11 -msgid "comments" -msgstr "comments" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Comments" @@ -58,40 +57,55 @@ msgstr "Delete comments" msgid "View comments" msgstr "View comments" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Must provide at least one comment." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comment \"%s\" deleted successfully." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Error deleting comment \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Comment added successfully." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Add comment to document: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "comments: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Add comment to document: %s" + +#~ msgid "date" +#~ msgstr "date" + +#~ 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/es/LC_MESSAGES/django.po b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po index 50f4c1af7c..990fd81373 100644 --- a/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" @@ -18,31 +18,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "fecha" - -#: __init__.py:28 -msgid "user" -msgstr "usuario" - #: __init__.py:32 -msgid "comment" -msgstr "comentario" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Comentarios" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "eliminar" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "añadir comentario" -#: links.py:11 -msgid "comments" -msgstr "comentarios" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Comentarios" @@ -58,40 +57,55 @@ msgstr "Eliminar comentarios" msgid "View comments" msgstr "Ver comentarios" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Debe proveer al menos un comentario." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentario \"%s\" eliminado exitosamente." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Error al eliminar el comentario \" %(comment)s\": %(error)s " -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "¿Está seguro que desea eliminar el comentario:% s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "¿Está seguro que desea eliminar los comentarios:% s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentario añadido exitosamente." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Añadir comentario al documento: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "comentarios: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Añadir comentario al documento: %s" + +#~ msgid "date" +#~ msgstr "fecha" + +#~ msgid "user" +#~ msgstr "usuario" + +#~ msgid "comment" +#~ msgstr "comentario" + +#~ msgid "comments" +#~ msgstr "comentarios" + +#~ msgid "comments: %s" +#~ msgstr "comentarios: %s" 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 5755c00402..465b01d272 100644 --- a/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fa/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-03 12:39+0000\n" "Last-Translator: Mehdi Amani \n" "Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,31 +20,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "تاریخ" - -#: __init__.py:28 -msgid "user" -msgstr "کاربر" - #: __init__.py:32 -msgid "comment" -msgstr "توصیح" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "توضیحات" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "حذف" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "اضافه کردن توضیح" -#: links.py:11 -msgid "comments" -msgstr "توضیحات" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "توضیحات" @@ -60,40 +59,55 @@ msgstr "حذف توضیحات" msgid "View comments" msgstr "بازبینی توضیحات" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "حداقل یک توضیح ارایه شود." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "جذف موفق توضیحات %s" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "خطا %(error)s حذف توضیحات \"%(comment)s\"" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "آیا از حذف توضیحات %s مطمئن هستید؟" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "توضیحات با موفقیت اضافه شد." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "اضافه کردن توضیحات به سند: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "توضیحات: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "اضافه کردن توضیحات به سند: %s" + +#~ msgid "date" +#~ msgstr "تاریخ" + +#~ msgid "user" +#~ msgstr "کاربر" + +#~ msgid "comment" +#~ msgstr "توصیح" + +#~ msgid "comments" +#~ msgstr "توضیحات" + +#~ msgid "comments: %s" +#~ msgstr "توضیحات: %s" 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 5b8a5482b9..1df747101f 100644 --- a/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Pierre Lhoste \n" "Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "date" - -#: __init__.py:28 -msgid "user" -msgstr "utilisateur" - #: __init__.py:32 -msgid "comment" -msgstr "commentaire" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Commentaires" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "supprimer" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "ajouter un commentaire" -#: links.py:11 -msgid "comments" -msgstr "commentaires" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Commentaires" @@ -59,41 +58,56 @@ msgstr "Supprimer des commentaires" msgid "View comments" msgstr "Afficher les commentaires" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Fournissez au moins un commentaire" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Commentaires \"%s\" supprimés avec succès" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" "Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Commentaire ajouté avec succès." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Ajouter un commentaire au document:%s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "commentaires:%s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Ajouter un commentaire au document:%s" + +#~ msgid "date" +#~ msgstr "date" + +#~ msgid "user" +#~ msgstr "utilisateur" + +#~ msgid "comment" +#~ msgstr "commentaire" + +#~ msgid "comments" +#~ msgstr "commentaires" + +#~ msgid "comments: %s" +#~ msgstr "commentaires:%s" 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 d88b187e64..db7eeece38 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 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2011-09-30 04:33+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-" @@ -19,31 +19,27 @@ 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" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -59,40 +55,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 c380d01d2b..35f79a2a28 100644 --- a/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/hu/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Dezső József \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "dátum" - -#: __init__.py:28 -msgid "user" -msgstr "felhasználó" - #: __init__.py:32 -msgid "comment" -msgstr "megjegyzés" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Hozzászólás" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "törlés" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "megjegyzést fűz hozzá" -#: links.py:11 -msgid "comments" -msgstr "hozzászólás" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Hozzászólás" @@ -59,40 +58,55 @@ msgstr "hozzászólás törlése" msgid "View comments" msgstr "hozzászólás megtekintése" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Legalább egy megjegyzés szükséges!" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "A megjegyzés \"%s\" törlése sikerült." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "A megjegyzés \"%(comment)s\": a %(error)s hiba miatt sikertelen." -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Megjegyzés hozzáfűzése sikeres." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Megjegyzés fűzése a %s dokumentumhoz." -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "hozzászólás: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Megjegyzés fűzése a %s dokumentumhoz." + +#~ msgid "date" +#~ msgstr "dátum" + +#~ msgid "user" +#~ msgstr "felhasználó" + +#~ msgid "comment" +#~ msgstr "megjegyzés" + +#~ msgid "comments" +#~ msgstr "hozzászólás" + +#~ msgid "comments: %s" +#~ msgstr "hozzászólás: %s" 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 3136a02e72..1fa2e896b6 100644 --- a/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/id/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Sehat \n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "tanggal" - -#: __init__.py:28 -msgid "user" -msgstr "pengguna" - #: __init__.py:32 -msgid "comment" -msgstr "komentar" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Komentar-komentar" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "hapus" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "tambahkan komentar" -#: links.py:11 -msgid "comments" -msgstr "komentar-komentar" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Komentar-komentar" @@ -59,40 +58,55 @@ msgstr "Hapus komentar-komentar" msgid "View comments" msgstr "Lihat komentar-komentar" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Harus memberikan setidaknya satu komentar." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentar \"%s\" berhasil dihapus." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Masalah dalam menghapus komentar \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Apakah anda yakin untuk menghapus komentar: %s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Apakah anda yakin untuk menghapus komentar-komentar: %s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Komentar berhasil ditambahkan." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Menambah komentar ke dokumen: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "komentar-komentar: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Menambah komentar ke dokumen: %s" + +#~ msgid "date" +#~ msgstr "tanggal" + +#~ msgid "user" +#~ msgstr "pengguna" + +#~ msgid "comment" +#~ msgstr "komentar" + +#~ msgid "comments" +#~ msgstr "komentar-komentar" + +#~ msgid "comments: %s" +#~ msgstr "komentar-komentar: %s" 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 1cab95bcd3..0a4fe89011 100644 --- a/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "data" - -#: __init__.py:28 -msgid "user" -msgstr "utente" - #: __init__.py:32 -msgid "comment" -msgstr "commento" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Commenti" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "cancella" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "aggiungi commento" -#: links.py:11 -msgid "comments" -msgstr "commenti" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Commenti" @@ -59,40 +58,55 @@ msgstr "Cancella commenti" msgid "View comments" msgstr "Visualizza commenti" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Devi almeno fornire un commento" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Commento \"%s\" cancellato con sucesso." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erroro nel cancellare il commento \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Sei sicuro di voler cancellare questo commento: %s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Sei sicuro di voler cancellare questi commenti: %s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Commento aggiunto con successo." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Aggiungi un comento al documento: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "commenti: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Aggiungi un comento al documento: %s" + +#~ msgid "date" +#~ msgstr "data" + +#~ msgid "user" +#~ msgstr "utente" + +#~ msgid "comment" +#~ msgstr "commento" + +#~ msgid "comments" +#~ msgstr "commenti" + +#~ msgid "comments: %s" +#~ msgstr "commenti: %s" 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 5a93e1fe03..1e6517d814 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,31 +19,27 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " "2);\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -59,40 +55,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 0846d42717..a0d57721b1 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,31 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -58,40 +54,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 fdfe02eb7c..c925a6bd01 100644 --- a/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Lucas Weel \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "datum" - -#: __init__.py:28 -msgid "user" -msgstr "gebruiker" - #: __init__.py:32 -msgid "comment" -msgstr "opmerking" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Commentaar" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "Verwijderen" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "Toevoegen opmerking" -#: links.py:11 -msgid "comments" -msgstr "commentaar" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Commentaar" @@ -59,40 +58,55 @@ msgstr "Verwijderen van commentaar" msgid "View comments" msgstr "Bekijk commentaar" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "U moet minimaal een opmerking plaatsen." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Opmerking \"%s\" succesvol verwijdert." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Fout bij het verwijderen van de opmerking: \"%(comment)s: %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Opmerking succesvol toegevoegd." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Opmerking toevoegen aan document: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "commentaar: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Opmerking toevoegen aan document: %s" + +#~ msgid "date" +#~ msgstr "datum" + +#~ msgid "user" +#~ msgstr "gebruiker" + +#~ msgid "comment" +#~ msgstr "opmerking" + +#~ msgid "comments" +#~ msgstr "commentaar" + +#~ msgid "comments: %s" +#~ msgstr "commentaar: %s" 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 166b45775d..9e8660b562 100644 --- a/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: mic \n" "Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" @@ -22,31 +22,30 @@ msgstr "" "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:24 -msgid "date" -msgstr "data" - -#: __init__.py:28 -msgid "user" -msgstr "użytkownik" - #: __init__.py:32 -msgid "comment" -msgstr "komentarz" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Komentarze" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "usunąć" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "dodaj komentarz" -#: links.py:11 -msgid "comments" -msgstr "komentarze" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Komentarze" @@ -62,40 +61,55 @@ msgstr "Usuń komentarzy" msgid "View comments" msgstr "Zobacz komentarze" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Musi podać co najmniej jeden komentarz." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentarz \"%s\" został usunięta." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Błąd podczas usuwania komentarza \" %(comment)s \": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Czy na pewno chcesz usunąć komentarz:%s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Czy na pewno chcesz usunąć komentarze:%s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Komentarz został dodany pomyślnie." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentarz do dokumentu:%s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "komentarze: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Dodaj komentarz do dokumentu:%s" + +#~ msgid "date" +#~ msgstr "data" + +#~ msgid "user" +#~ msgstr "użytkownik" + +#~ msgid "comment" +#~ msgstr "komentarz" + +#~ msgid "comments" +#~ msgstr "komentarze" + +#~ msgid "comments: %s" +#~ msgstr "komentarze: %s" 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 0b0b53e45e..7ce85a98dc 100644 --- a/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Vítor Figueiró \n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,31 +20,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "data" - -#: __init__.py:28 -msgid "user" -msgstr "utilizador" - #: __init__.py:32 -msgid "comment" -msgstr "comentário" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Comentários" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "excluir" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "adicionar comentário" -#: links.py:11 -msgid "comments" -msgstr "comentários" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Comentários" @@ -60,40 +59,55 @@ msgstr "Excluir comentários" msgid "View comments" msgstr "Ver comentários" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Deve fornecer pelo menos um comentário." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentário \"%s\" excluído com sucesso." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentário adicionado com sucesso." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Adicionar comentário ao documento: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "comentários: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Adicionar comentário ao documento: %s" + +#~ msgid "date" +#~ msgstr "data" + +#~ msgid "user" +#~ msgstr "utilizador" + +#~ msgid "comment" +#~ msgstr "comentário" + +#~ msgid "comments" +#~ msgstr "comentários" + +#~ msgid "comments: %s" +#~ msgstr "comentários: %s" 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 f2614912e0..137f2bf1fd 100644 --- a/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" @@ -19,31 +19,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "data" - -#: __init__.py:28 -msgid "user" -msgstr "usuário" - #: __init__.py:32 -msgid "comment" -msgstr "comentário" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Comentários" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "excluir" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "adicionar comentário" -#: links.py:11 -msgid "comments" -msgstr "comentários" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Comentários" @@ -59,40 +58,55 @@ msgstr "Excluir comentários" msgid "View comments" msgstr "Ver comentários" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Deve fornecer pelo menos um comentário." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentário \"%s\" removido com sucesso." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentário adicionado com sucesso." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Adicionar comentário ao documento: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "comentários: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Adicionar comentário ao documento: %s" + +#~ msgid "date" +#~ msgstr "data" + +#~ msgid "user" +#~ msgstr "usuário" + +#~ msgid "comment" +#~ msgstr "comentário" + +#~ msgid "comments" +#~ msgstr "comentários" + +#~ msgid "comments: %s" +#~ msgstr "comentários: %s" 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 ae9b7be8b3..ddfa27dc5d 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 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Badea Gabriel \n" "Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-" @@ -21,31 +21,30 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -#: __init__.py:24 -msgid "date" -msgstr "data" - -#: __init__.py:28 -msgid "user" -msgstr "utilizator" - #: __init__.py:32 -msgid "comment" -msgstr "comentariu" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Comentarii" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "Șterge" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "Adaugă comentariu" -#: links.py:11 -msgid "comments" -msgstr "comentarii" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Comentarii" @@ -61,40 +60,55 @@ msgstr "Ștergeți comentarii" msgid "View comments" msgstr "Vezi comentariile" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Trebuie să furnizeze cel puțin un comentariu." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentariul \"%s\" a fost șters cu succes." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Eroare la ștergerea \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentariu adăugat cu succes." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Adaugă comentariu la document:% s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "comentarii:% s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Adaugă comentariu la document:% s" + +#~ msgid "date" +#~ msgstr "data" + +#~ msgid "user" +#~ msgstr "utilizator" + +#~ msgid "comment" +#~ msgstr "comentariu" + +#~ msgid "comments" +#~ msgstr "comentarii" + +#~ msgid "comments: %s" +#~ msgstr "comentarii:% s" 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 a720826109..73f9f644f0 100644 --- a/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" @@ -20,31 +20,30 @@ 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" -#: __init__.py:24 -msgid "date" -msgstr "дата" - -#: __init__.py:28 -msgid "user" -msgstr "пользователь" - #: __init__.py:32 -msgid "comment" -msgstr "комментарий" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Комментарии" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "удалить" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "добавить комментарий" -#: links.py:11 -msgid "comments" -msgstr "комментарии" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Комментарии" @@ -60,40 +59,55 @@ msgstr "Удалить комментарии" msgid "View comments" msgstr "Просмотр комментариев" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Должен быть хотя бы один комментарий." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Комментарий \"%s\" удален." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Ошибка при удалении комментариев \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Вы действительно хотите удалить комментарий %s?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Вы действительно хотите удалить комментарии %s?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Комментарий добавлен." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Добавить комментарий на документ: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "комментарии: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Добавить комментарий на документ: %s" + +#~ msgid "date" +#~ msgstr "дата" + +#~ msgid "user" +#~ msgstr "пользователь" + +#~ msgid "comment" +#~ msgstr "комментарий" + +#~ msgid "comments" +#~ msgstr "комментарии" + +#~ msgid "comments: %s" +#~ msgstr "комментарии: %s" 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 886391a216..788da90828 100644 --- a/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: kontrabant \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" @@ -20,31 +20,30 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "%100==4 ? 2 : 3);\n" -#: __init__.py:24 -msgid "date" -msgstr "datum" - -#: __init__.py:28 -msgid "user" -msgstr "uporabnik" - #: __init__.py:32 -msgid "comment" -msgstr "komentar" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Komentarji" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "izbriši" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "dodaj komentar" -#: links.py:11 -msgid "comments" -msgstr "komentarji" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Komentarji" @@ -60,40 +59,55 @@ msgstr "Izbriši komentarje" msgid "View comments" msgstr "Poglej komentarje" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Potrebno je podati vsaj en komentar." -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Komentar %s je bil uspešno izbrisan." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Napaka v izbrisu komentarja: %(comment)s; %(error)s." -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Komentar je bil uspešno dodan." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Dodaj komentar datotekei: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "komentarji: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Dodaj komentar datotekei: %s" + +#~ msgid "date" +#~ msgstr "datum" + +#~ msgid "user" +#~ msgstr "uporabnik" + +#~ msgid "comment" +#~ msgstr "komentar" + +#~ msgid "comments" +#~ msgstr "komentarji" + +#~ msgid "comments: %s" +#~ msgstr "komentarji: %s" 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 0846d42717..a0d57721b1 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,31 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -58,40 +54,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 15f32481a5..9673582ec0 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 @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" @@ -18,31 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -58,40 +54,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 dd9b56e497..946840c612 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 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2013-11-20 11:56+0000\n" "Last-Translator: Trung Phan Minh \n" "Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" @@ -20,31 +20,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "ngày" - -#: __init__.py:28 -msgid "user" -msgstr "ngưới dùng" - #: __init__.py:32 -msgid "comment" -msgstr "chú thích" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" +msgstr "Chú thích" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "xóa" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "thêm tài liệu" -#: links.py:11 -msgid "comments" -msgstr "chú thích" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "Chú thích" @@ -60,40 +59,55 @@ msgstr "Xóa chú thích" msgid "View comments" msgstr "Xem chú thích" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "Cần cung cấp ít nhất một chú thích" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Chú thích \"%s\" đã xóa thành công." -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Lỗi xóa chú thích \"%(comment)s\": %(error)s" -#: views.py:62 +#: views.py:63 #, 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:64 +#: views.py:65 #, 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:98 +#: views.py:99 msgid "Comment added successfully." msgstr "Chú thích được tạo thành công." -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Thêm chú thích cho tài liệu: %s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "chú thích: %s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "Thêm chú thích cho tài liệu: %s" + +#~ msgid "date" +#~ msgstr "ngày" + +#~ msgid "user" +#~ msgstr "ngưới dùng" + +#~ msgid "comment" +#~ msgstr "chú thích" + +#~ msgid "comments" +#~ msgstr "chú thích" + +#~ msgid "comments: %s" +#~ msgstr "chú thích: %s" 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 756f2abe4d..bd63bcf413 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 @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-09-23 08:32+0000\n" "Last-Translator: Ford Guo \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-" @@ -20,31 +20,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "日期" - -#: __init__.py:28 -msgid "user" -msgstr "用户" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +#, fuzzy +msgid "Comment" msgstr "评论" #: links.py:8 links.py:9 -msgid "delete" +#, fuzzy +msgid "Delete" msgstr "删除" #: links.py:10 -msgid "add comment" +#, fuzzy +msgid "Add comment" msgstr "添加评论" -#: links.py:11 -msgid "comments" -msgstr "评论" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "评论" @@ -60,40 +59,55 @@ msgstr "删除评论" msgid "View comments" msgstr "查看评论" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "至少要提供一个评论" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "评论\"%s\" 删除成功" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "删除评论 \"%(comment)s\" 出错:%(error)s" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "确定要删除评论: %s么?" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "确定要删除评论: %s么?" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "添加评论成功" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "添加评论到文档:%s" -#: views.py:125 -#, python-format -msgid "comments: %s" -msgstr "评论:%s" +#: views.py:126 +#, fuzzy, python-format +msgid "Comments for document: %s" +msgstr "添加评论到文档:%s" + +#~ msgid "date" +#~ msgstr "日期" + +#~ msgid "user" +#~ msgstr "用户" + +#~ msgid "comment" +#~ msgstr "评论" + +#~ msgid "comments" +#~ msgstr "评论" + +#~ msgid "comments: %s" +#~ msgstr "评论:%s" 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 14eeed501b..966b82dfe0 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,31 +18,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:24 -msgid "date" -msgstr "" - -#: __init__.py:28 -msgid "user" -msgstr "" - #: __init__.py:32 -msgid "comment" +msgid "Date" +msgstr "" + +#: __init__.py:36 +msgid "User" +msgstr "" + +#: __init__.py:40 +msgid "Comment" msgstr "" #: links.py:8 links.py:9 -msgid "delete" +msgid "Delete" msgstr "" #: links.py:10 -msgid "add comment" +msgid "Add comment" msgstr "" -#: links.py:11 -msgid "comments" -msgstr "" - -#: permissions.py:7 +#: links.py:11 permissions.py:7 msgid "Comments" msgstr "" @@ -58,40 +54,40 @@ msgstr "" msgid "View comments" msgstr "" -#: views.py:36 +#: views.py:37 msgid "Must provide at least one comment." msgstr "" -#: views.py:46 +#: views.py:47 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:48 +#: views.py:49 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:62 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:64 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:98 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:105 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:125 +#: views.py:126 #, python-format -msgid "comments: %s" +msgid "Comments for document: %s" msgstr "" 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 0aef3ae9bc..c3830a3d9d 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,39 +9,47 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indexes" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximum suffix (%s) count reached." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" +"Error in document indexing update expression: %(expression)s; %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" +"Error updating document index, expression: %(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Unable to delete document indexing node; %s" @@ -73,10 +81,6 @@ msgstr "Unable to delete document symbolic link; %s" msgid "Unable to delete indexing directory; %s" msgstr "Unable to delete indexing directory; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +105,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +142,85 @@ msgstr "" msgid "The name that will be visible to users." msgstr "The name that will be visible to users." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" "Causes this index to be visible and updated when document data changes." -msgstr "Causes this index to be visible and updated when document data changes." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Enter a python string expression to be evaluated." -#: models.py:72 +#: models.py:74 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:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,17 +254,11 @@ msgstr "Rebuild document indexes" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "A dictionary that maps the index name and where on the filesystem that index will be mirrored." - -#: utils.py:19 -msgid "document indexes" -msgstr "document indexes" - -#: views.py:40 -msgid "indexes" -msgstr "indexes" +"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." #: views.py:71 msgid "Index created successfully." @@ -378,6 +386,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "document indexes" + +#~ msgid "indexes" +#~ msgstr "indexes" + #~ msgid "edit" #~ msgstr "edit" 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 2c489ea255..52579bee29 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,39 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Индекси" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -73,10 +78,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +102,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +139,84 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Името, което ще бъде видимо за потребителите." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Предизвиква този индекс да бъдат видим и актуализиран, когато данните в документа се променят." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Предизвиква този индекс да бъдат видим и актуализиран, когато данните в " +"документа се променят." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +250,10 @@ msgstr "" #: settings.py:20 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 "" -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" -msgstr "индекси" - #: views.py:71 msgid "Index created successfully." msgstr "" @@ -378,6 +380,9 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "indexes" +#~ msgstr "индекси" + #~ msgid "edit" #~ msgstr "edit" 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 5f539831cf..f522708875 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,39 +9,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indeksi" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maksimalni sufiks (%s) broj dostignut." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; %(exception)s" +msgstr "" +"Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; " +"%(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Greška kod update-a indeksa dokumenta, izraz: %(expression)s; %(exception)s" +msgstr "" +"Greška kod update-a indeksa dokumenta, izraz: %(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Nije moguće obrisati nod indeksiranja dokumenta; %s" @@ -73,10 +82,6 @@ msgstr "Nije moguće obrisati simbolički link dokumenta; %s" msgid "Unable to delete indexing directory; %s" msgstr "Nije moguće obrisati direktorij indeksiranja; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +106,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +143,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Ime koje će biti vidljivo korisnicima." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci dokumenta." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci " +"dokumenta." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Unesite Python string izraz za evaluaciju." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci dokumenta." +msgstr "" +"Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci " +"dokumenta." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao parent za buduće nodove." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao " +"parent za buduće nodove." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,17 +258,11 @@ msgstr " Obnovi indekse dokumenata" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "A rječnik koji mapira ime indeksa i gdje na datotečnom sistemu će taj indeks biti preslikan." - -#: utils.py:19 -msgid "document indexes" -msgstr "indeksi dokumenata" - -#: views.py:40 -msgid "indexes" -msgstr "indeksi" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"A rječnik koji mapira ime indeksa i gdje na datotečnom sistemu će taj indeks " +"biti preslikan." #: views.py:71 msgid "Index created successfully." @@ -378,6 +390,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "indeksi dokumenata" + +#~ msgid "indexes" +#~ msgstr "indeksi" + #~ msgid "edit" #~ msgstr "edit" 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 040a304cee..71d45bf271 100644 --- a/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/da/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 fd267f3b95..c7a8384838 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 @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 e00ebe17ff..8eeff5babd 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,39 +15,47 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indices" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximale Suffix (%s) Anzahl erreicht." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Fehler in Updateausdruck für Dokumentenindex: %(expression)s; %(exception)s" +msgstr "" +"Fehler in Updateausdruck für Dokumentenindex: %(expression)s; %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Fehler beim Aktualisieren des Dokumentenindex, Ausdruck: %(expression)s; %(exception)s" +msgstr "" +"Fehler beim Aktualisieren des Dokumentenindex, Ausdruck: %(expression)s; " +"%(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Dokumentenindizierungsknoten kann nicht gelöscht werden: %s" @@ -62,12 +70,16 @@ msgstr "Indizierungsverzeichnis kann nicht erstellt werden: %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exception)s" -msgstr "Erstellen der symbolischen Verknüpfung nicht möglich, Datei existiert und kann nicht gelöscht werden: %(filepath)s; %(exception)s" +msgstr "" +"Erstellen der symbolischen Verknüpfung nicht möglich, Datei existiert und " +"kann nicht gelöscht werden: %(filepath)s; %(exception)s" #: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exception)s" -msgstr "Erstellen der symbolischen Verknüpfung nicht möglich: %(filepath)s; %(exception)s" +msgstr "" +"Erstellen der symbolischen Verknüpfung nicht möglich: %(filepath)s; " +"%(exception)s" #: filesystem.py:84 #, python-format @@ -79,10 +91,6 @@ msgstr "Symbolische Verknüpfung für Dokument kann nicht gelöscht werden: %s" msgid "Unable to delete indexing directory; %s" msgstr "Indizierungsverzeichnis kann nicht gelöscht werden: %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -107,6 +115,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -140,79 +152,89 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Den Benutzern angezeigter Name." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert werden." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert " +"werden." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Geben Sie einen Python-Ausdruck zur Auswertung an." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert werden." +msgstr "" +"Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert " +"werden." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Wählen Sie diese Option, wenn Dokumente in diesem Knoten dargestellt werden sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll)." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Wählen Sie diese Option, wenn Dokumente in diesem Knoten dargestellt werden " +"sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-" +"Knotenpunkte fungieren soll)." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -246,17 +268,11 @@ msgstr "Dokumentenindices neu aufbauen" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Ein Python-Dictionary, das Zuweisungen von Index-Namen an Verzeichnisse im Dateisystem (wo der Index abgebildet wird) enthält." - -#: utils.py:19 -msgid "document indexes" -msgstr "Dokumentenindices" - -#: views.py:40 -msgid "indexes" -msgstr "Indices" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Ein Python-Dictionary, das Zuweisungen von Index-Namen an Verzeichnisse im " +"Dateisystem (wo der Index abgebildet wird) enthält." #: views.py:71 msgid "Index created successfully." @@ -364,7 +380,8 @@ msgstr "Sind Sie sicher, dass Sie alle Indices neu aufbauen möchten?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -384,6 +401,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "Dokumentenindices" + +#~ msgid "indexes" +#~ msgstr "Indices" + #~ msgid "edit" #~ msgstr "edit" 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 4021ccf52a..e43a60eb70 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-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,31 +18,35 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indexes" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximum suffix (%s) count reached." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" "Error in document indexing update expression: %(expression)s; %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" "Error updating document index, expression: %(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Unable to delete document indexing node; %s" @@ -76,11 +80,6 @@ msgstr "Unable to delete document symbolic link; %s" msgid "Unable to delete indexing directory; %s" msgstr "Unable to delete indexing directory; %s" -#: links.py:24 links.py:35 -#, fuzzy -msgid "Index list" -msgstr "index list" - #: links.py:25 views.py:77 #, fuzzy msgid "Create index" @@ -110,6 +109,11 @@ msgstr "document types" 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" @@ -146,7 +150,7 @@ msgstr "title" msgid "The name that will be visible to users." msgstr "The name that will be visible to users." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 #, fuzzy msgid "Enabled" msgstr "enabled" @@ -156,31 +160,31 @@ 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:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 #, fuzzy msgid "Index" msgstr "Indexes" -#: models.py:70 +#: models.py:72 #, fuzzy msgid "Indexing expression" msgstr "indexing expression" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Enter a python string expression to be evaluated." -#: models.py:72 +#: models.py:74 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:73 +#: models.py:75 #, fuzzy msgid "Link documents" msgstr "link documents" -#: models.py:73 +#: models.py:75 msgid "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." @@ -188,52 +192,57 @@ msgstr "" "Check this option to have this node act as a container for documents and not " "as a parent for further nodes." -#: models.py:83 models.py:89 +#: models.py:81 +#, fuzzy +msgid "Index node template" +msgstr "index template node" + +#: models.py:82 +#, fuzzy +msgid "Indexes node template" +msgstr "indexes template nodes" + +#: models.py:87 #, fuzzy msgid "Index template node" msgstr "index template node" -#: models.py:84 -#, fuzzy -msgid "Indexes template nodes" -msgstr "indexes template nodes" - -#: models.py:90 +#: models.py:88 #, fuzzy msgid "Value" msgstr "value" -#: models.py:91 +#: models.py:89 #, fuzzy msgid "Documents" msgstr "documents" -#: models.py:101 -#, fuzzy -msgid "Index instance node" -msgstr "index instance node" - #: models.py:102 #, fuzzy -msgid "Indexes instance nodes" -msgstr "indexes instance nodes" +msgid "Index node instance" +msgstr "index instance" -#: models.py:106 +#: models.py:103 #, fuzzy -msgid "Index instance" +msgid "Indexes node instances" msgstr "index instance" #: models.py:107 #, fuzzy +msgid "Index instance" +msgstr "index instance" + +#: models.py:108 +#, fuzzy msgid "Document" msgstr "document" -#: models.py:114 +#: models.py:115 #, fuzzy msgid "Document rename count" msgstr "document rename count" -#: models.py:115 +#: models.py:116 #, fuzzy msgid "Documents rename count" msgstr "documents rename count" @@ -274,14 +283,6 @@ msgstr "" "A dictionary that maps the index name and where on the filesystem that index " "will be mirrored." -#: utils.py:19 -msgid "document indexes" -msgstr "document indexes" - -#: views.py:40 -msgid "indexes" -msgstr "indexes" - #: views.py:71 msgid "Index created successfully." msgstr "Index created successfully." @@ -413,6 +414,20 @@ msgstr "indexes containing: %s" msgid "Root" msgstr "" +#, fuzzy +#~ msgid "Index instance node" +#~ msgstr "index instance node" + +#, fuzzy +#~ msgid "Indexes instance nodes" +#~ msgstr "indexes instance nodes" + +#~ msgid "document indexes" +#~ msgstr "document indexes" + +#~ msgid "indexes" +#~ msgstr "indexes" + #~ msgid "edit" #~ msgstr "edit" 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 51cc11f592..53b1a39b19 100644 --- a/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,39 +10,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Índices" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Cuenta máxima de sufijo (%s) alcanzada." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Error en la expresión de actualización de indexación: %(expression)s; %(exception)s " +msgstr "" +"Error en la expresión de actualización de indexación: %(expression)s; " +"%(exception)s " -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Error actualizando el índice de documento, expresión: %(expression)s; %(exception)s " +msgstr "" +"Error actualizando el índice de documento, expresión: %(expression)s; " +"%(exception)s " -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "No se puede eliminar el nodo de indexación de documento; %s" @@ -57,7 +66,9 @@ msgstr "No se puede crear el directorio de indexación; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exception)s" -msgstr "No se ha podido crear el enlace simbólico, el fichero existe y no se ha podido borrar: %(filepath)s; %(exception)s" +msgstr "" +"No se ha podido crear el enlace simbólico, el fichero existe y no se ha " +"podido borrar: %(filepath)s; %(exception)s" #: filesystem.py:71 #, python-format @@ -74,10 +85,6 @@ msgstr "No se puede eliminar enlace simbólico de documento; %s" msgid "Unable to delete indexing directory; %s" msgstr "No se puede eliminar el directorio de indexación; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -102,6 +109,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -135,79 +146,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "El nombre que será visible para los usuarios." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Hace que este índice sea visible y actualizado cuando los datos de " +"documentos cambien." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Introduzca una expresión de python para ser evaluada." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Hace que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados." +msgstr "" +"Hace que este nodo sea visible y actualizado cuando los datos de los " +"documentos son cambiados." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Marque esta opción para que el nodo actúe como un contenedor de documentos y no como un padre para otros nodos secundarios." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Marque esta opción para que el nodo actúe como un contenedor de documentos y " +"no como un padre para otros nodos secundarios." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -241,17 +261,11 @@ msgstr "Generar índices de documentos" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un diccionario que asigna el nombre del índice y en qué parte del sistema de archivos dicho índice se va a replicar." - -#: utils.py:19 -msgid "document indexes" -msgstr "índices de documentos" - -#: views.py:40 -msgid "indexes" -msgstr "índices" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un diccionario que asigna el nombre del índice y en qué parte del sistema de " +"archivos dicho índice se va a replicar." #: views.py:71 msgid "Index created successfully." @@ -359,7 +373,9 @@ msgstr "¿Está seguro que desea reconstruir todos los índices?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -379,6 +395,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "índices de documentos" + +#~ msgid "indexes" +#~ msgstr "índices" + #~ msgid "edit" #~ msgstr "edit" 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 ab27a66ea7..fe26022f3d 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 @@ -9,39 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "ایندکس ها" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "حداکثر تعداد پسوندها(%s) رسید." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "خطای %(exception)s در بروزرسانی عبارت ایندکس %(expression)s سند" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "خطای بروز رسانی %(exception)s ایندکس سند عبارت %(expression)s;" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "نمیتوان گره ایندکس گذاری سند را حذف کرد: %s" @@ -56,7 +61,9 @@ msgstr "خطای ایجاد دایرکتوری ایندکس گذاری: %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exception)s" -msgstr "خطا در ایجاد پیوند نمادی، فایل موجود است و قابل حذف نیست:%(filepath)s; %(exception)s" +msgstr "" +"خطا در ایجاد پیوند نمادی، فایل موجود است و قابل حذف نیست:%(filepath)s; " +"%(exception)s" #: filesystem.py:71 #, python-format @@ -73,10 +80,6 @@ msgstr "خطای حذف پیوند نمادی: %s" msgid "Unable to delete indexing directory; %s" msgstr "خطای حذف دایرکتوری ایندکس گذاری: %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +104,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +141,86 @@ msgstr "" msgid "The name that will be visible to users." msgstr "نامی که بوسیله کاربر قابل مشاهده است." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "یک رشته عبارت که قابل ارزیابی باشد وارد کنید." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی شود." +msgstr "" +"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی " +"شود." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "بررسی شود که اینکه این گره ظرفی برای اسناد است و نه پدر گره های دیگر." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +254,10 @@ msgstr "بازسازی ایندکسهای سند" #: settings.py:20 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 "سند مشخص کننده نام ایندکس و محل کپی شده آن در فایل سیستم." -#: utils.py:19 -msgid "document indexes" -msgstr "ایندکسهای سند" - -#: views.py:40 -msgid "indexes" -msgstr "ایندکس ها" - #: views.py:71 msgid "Index created successfully." msgstr "ایجاد موفق ایندکس" @@ -378,6 +384,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "ایندکسهای سند" + +#~ msgid "indexes" +#~ msgstr "ایندکس ها" + #~ msgid "edit" #~ msgstr "edit" 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 6d4a50dccd..1d378e0433 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 @@ -11,39 +11,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indexes" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Le nombre maximal de suffixes (%s) est atteint." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erreur dans l'expression de mise à jour d'indexation du document: %(expression)s; %(exception)s" +msgstr "" +"Erreur dans l'expression de mise à jour d'indexation du document: " +"%(expression)s; %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erreur lors de la mise à jour de l'index des documents, expression: %(expression)s; %(exception)s" +msgstr "" +"Erreur lors de la mise à jour de l'index des documents, expression: " +"%(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Impossible de supprimer le noeud d'indexation des documents;%s" @@ -58,7 +67,9 @@ msgstr "Impossible de créer le répertoire d'indexation;%s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exception)s" -msgstr "Impossible de créer le lien symbolique,le fichier existe et ne peut pas être effacer: %(filepath)s; %(exception)s" +msgstr "" +"Impossible de créer le lien symbolique,le fichier existe et ne peut pas être " +"effacer: %(filepath)s; %(exception)s" #: filesystem.py:71 #, python-format @@ -75,10 +86,6 @@ msgstr "Impossible de supprimer le lien symbolique;%s" msgid "Unable to delete indexing directory; %s" msgstr "Impossible de supprimer le répertoire d'indexation;%s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -103,6 +110,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -113,7 +124,8 @@ msgstr "" #: 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." +msgstr "" +"Supprimer et reconstruire les indexes des documents en partant de zéro." #: models.py:14 #, python-format @@ -136,79 +148,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Le nom qui sera affiché aux utilisateurs." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Permet à cet index d'être à la fois visible et mis à jour quand le contenu d'un document est modifié." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Permet à cet index d'être à la fois visible et mis à jour quand le contenu " +"d'un document est modifié." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Entrez une commande python à exécuter." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Permet à ce noeud d'être visible et mis à jour quand le contenu d'un document est modifié." +msgstr "" +"Permet à ce noeud d'être visible et mis à jour quand le contenu d'un " +"document est modifié." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Cochez cette option pour permettre à ce noeud d'être un conteneur de documents et pas seulement un noeud parent d'autres noeuds enfants." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Cochez cette option pour permettre à ce noeud d'être un conteneur de " +"documents et pas seulement un noeud parent d'autres noeuds enfants." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -242,17 +263,11 @@ msgstr "Reconstruire les indexes des documents" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un dictionnaire qui référence nom d'un index et indique l'emplacement où cet index sera dupliqué dans l'arborescence du système de fichiers." - -#: utils.py:19 -msgid "document indexes" -msgstr "Index de document" - -#: views.py:40 -msgid "indexes" -msgstr "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un dictionnaire qui référence nom d'un index et indique l'emplacement où cet " +"index sera dupliqué dans l'arborescence du système de fichiers." #: views.py:71 msgid "Index created successfully." @@ -360,7 +375,9 @@ msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -380,6 +397,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "Index de document" + +#~ msgid "indexes" +#~ msgstr "indexes" + #~ msgid "edit" #~ msgstr "edit" 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 4c50e27ac3..d772865183 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,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +78,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +102,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +139,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +248,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 1401da6e4b..7558d830d9 100644 --- a/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/hu/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 f3f83c644c..3cac827d9a 100644 --- a/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/id/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 0558eee569..773cc2d444 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,39 +12,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indici" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Massimo dei suffissi contati (%s) ." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Errore nella creazione dell'indice per l'espressione: %(expression)s; %(exception)s" +msgstr "" +"Errore nella creazione dell'indice per l'espressione: %(expression)s; " +"%(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Errore nell'aggiornamento delle'indice documento per l'espressione: %(expression)s; %(exception)s" +msgstr "" +"Errore nell'aggiornamento delle'indice documento per l'espressione: " +"%(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Impossibile cancellare l'indice del documento; %s" @@ -76,10 +85,6 @@ msgstr "Impossibile cancellare il link simbolico al documento; %s" msgid "Unable to delete indexing directory; %s" msgstr "Impossibile cancellare la directory degli indici; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -104,6 +109,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -137,79 +146,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Il nome che sarà visibile agli utenti." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del " +"documento cambiano." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Inserisci una espressione python perchè possa essere valutata." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano." +msgstr "" +"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del " +"documento cambiano." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Selezionare questa opzione per questo specifico nodo quale contenitore per i " +"documenti e non come un genitore per ulteriori nodi." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -243,17 +261,11 @@ msgstr "Ricostruisci indici documento" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un dizionario che associa il nome dell'indice e dove sul filesystem verrà copiato." - -#: utils.py:19 -msgid "document indexes" -msgstr "indici documento " - -#: views.py:40 -msgid "indexes" -msgstr "indici" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un dizionario che associa il nome dell'indice e dove sul filesystem verrà " +"copiato." #: views.py:71 msgid "Index created successfully." @@ -361,7 +373,9 @@ msgstr "Sei sicuro di voler ricostruire l'indice ?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -381,6 +395,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "indici documento " + +#~ msgid "indexes" +#~ msgstr "indici" + #~ msgid "edit" #~ msgstr "edit" 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 7d2f7b541c..2d75981ca5 100644 --- a/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/lv/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +78,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +102,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +139,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +248,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 32e1a16e74..d72e036b1e 100644 --- a/mayan/apps/document_indexing/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/nb/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 a7d92ee2dd..07b0a27e3b 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,42 +9,52 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indexeringen" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximal aantal achtervoegsels (%s) bereikt" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Fout in de expressie voor document indexering. Expressie: %(expression)s. Foutmelding: %(exception)s" +msgstr "" +"Fout in de expressie voor document indexering. Expressie: %(expression)s. " +"Foutmelding: %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: %(exception)s" +msgstr "" +"Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: " +"%(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" -msgstr "Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s" +msgstr "" +"Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s" #: filesystem.py:51 #, python-format @@ -73,10 +83,6 @@ msgstr "Niet mogelijk om de 'symbolic link' voor document: %s te verwijderen." msgid "Unable to delete indexing directory; %s" msgstr "Niet mogelijk om de indexingfolder: %s, te verwijderen." -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +107,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +144,85 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Naam zichtbaar voor gebruikers" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Voer een python sting expressie in, voor evaluatie." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen" +msgstr "" +"Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. " +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. " -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +256,10 @@ msgstr "documenten opnieuw indexeren" #: settings.py:20 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 "Een mapping tussen indexnaam en de locatie op het filesysteem." -#: utils.py:19 -msgid "document indexes" -msgstr "document-indexeringen" - -#: views.py:40 -msgid "indexes" -msgstr "indexeringen" - #: views.py:71 msgid "Index created successfully." msgstr "Indexering succesvol aangemaakt." @@ -378,6 +386,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "document-indexeringen" + +#~ msgid "indexes" +#~ msgstr "indexeringen" + #~ msgid "edit" #~ msgstr "edit" 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 269942a2e9..cb7f958c51 100644 --- a/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012 @@ -9,39 +9,47 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indeksy" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximum suffix (%s) count reached." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" +"Error in document indexing update expression: %(expression)s; %(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" +"Error updating document index, expression: %(expression)s; %(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Unable to delete document indexing node; %s" @@ -73,10 +81,6 @@ msgstr "Nie można usunąć dowiązania symbolicznego dokumentu;%s" msgid "Unable to delete indexing directory; %s" msgstr "Nie można usunąć katalogu indeksowania;%s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +105,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +142,86 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Nazwa, która będzie widoczna dla użytkowników." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany " +"danych dokumentów." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Enter a python string expression to be evaluated." -#: models.py:72 +#: models.py:74 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:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +255,10 @@ msgstr "Odbuduj indeksy dokumentów" #: settings.py:20 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 "" -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" -msgstr "indeksy" - #: views.py:71 msgid "Index created successfully." msgstr "Indeks został utworzony pomyślnie." @@ -378,6 +385,9 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "indexes" +#~ msgstr "indeksy" + #~ msgid "edit" #~ msgstr "edit" 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 f7264eea51..4875e782b3 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,39 +10,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Índices" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Contagem máxima do sufixo (%s) alcançada." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s " +msgstr "" +"Erro na expressão de atualização de indexação de documentos: %(expression)s; " +"%(exception)s " -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s " +msgstr "" +"Erro ao atualizar índice de documentos, expressão: %(expression)s ; " +"%(exception)s " -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Não é possível excluir o nó de indexação de documentos; %s" @@ -74,10 +83,6 @@ msgstr "Não é possível excluir a ligação simbólica do documento; %s" msgid "Unable to delete indexing directory; %s" msgstr "Não é possível excluir o diretório de indexação; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -102,6 +107,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -135,79 +144,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "O nome que será visível aos utilizadores." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Faz com que este índice seja visível e atualizado quando os dados do " +"documento forem alterados." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Digite uma expressão python para ser avaliada." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados." +msgstr "" +"Faz com que este nó seja visível e atualizado quando os dados do documento " +"forem alterados." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Escolha esta opção para que este nó atue como contentor para documentos e " +"não como pai de outros nós." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -241,17 +259,11 @@ msgstr "Reconstruir índices de documento" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Um dicionário que mapeia o nome do índice com o local no sistema de ficheiros onde será espelhado." - -#: utils.py:19 -msgid "document indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" - -#: views.py:40 -msgid "indexes" -msgstr "índices" +"Um dicionário que mapeia o nome do índice com o local no sistema de " +"ficheiros onde será espelhado." #: views.py:71 msgid "Index created successfully." @@ -379,6 +391,9 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "indexes" +#~ msgstr "índices" + #~ msgid "edit" #~ msgstr "edit" 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 ac2fc78fd9..0babf143cd 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 @@ -9,39 +9,48 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Índices" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Quantidade máxima do sufixo (%s) alcançada." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s " +msgstr "" +"Erro de atualização na expressão de indexação do documento: %(expression)s; " +"%(exception)s " -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s " +msgstr "" +"Erro de atualização de índice do documento, a expressão: %(expression)s ; " +"%(exception)s " -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Não é possível excluir o nó de indexação de documentos; %s" @@ -73,10 +82,6 @@ msgstr "Não é possível excluir o link simbólico do documento; %s" msgid "Unable to delete indexing directory; %s" msgstr "Não é possível excluir o diretório de indexação; %s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +106,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +143,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Digite uma expressão python para ser avaliada." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +252,10 @@ msgstr "Reconstruir índices de documento" #: settings.py:20 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 "" -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" -msgstr "índices" - #: views.py:71 msgid "Index created successfully." msgstr "" @@ -358,7 +362,8 @@ msgstr "Tem certeza de que deseja reconstruir todos os índices?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -378,6 +383,9 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "indexes" +#~ msgstr "índices" + #~ msgid "edit" #~ msgstr "edit" 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 11eeedc453..ee94181411 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,39 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Indexuri" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Maximum suffix (%s) atins." -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Eroare în exprimare actualizare documentul de indexare: %(expression)s; %(exception)s" +msgstr "" +"Eroare în exprimare actualizare documentul de indexare: %(expression)s; " +"%(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Eroare la actualizarea indicele documentului, expresia: %(expression)s; %(exception)s" +msgstr "" +"Eroare la actualizarea indicele documentului, expresia: %(expression)s; " +"%(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Imposibil de șters indexarea nod document;% s" @@ -73,10 +83,6 @@ msgstr "Imposibil de șters link de document simbolic;% s" msgid "Unable to delete indexing directory; %s" msgstr "Imposibil de șters directorul indexare;% s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +107,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +144,88 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Numele care va fi vizibil pentru utilizatori." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Cauză pentru acest index să fie vizibil și actualizat când documentul suferă schimbări." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Cauză pentru acest index să fie vizibil și actualizat când documentul suferă " +"schimbări." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Introduceți o expresie șir python care urmează să fie evaluate." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele documentului se modifică." +msgstr "" +"Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele " +"documentului se modifică." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Bifați această opțiune pentru a avea acest nod ca un container pentru documente și nu ca un părinte pentru nodurile suplimentare." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Bifați această opțiune pentru a avea acest nod ca un container pentru " +"documente și nu ca un părinte pentru nodurile suplimentare." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,17 +259,11 @@ msgstr "Reconstruire index documente" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Un dicționar care mapează numele index și în cazul în care sistemul de fișiere pe care indicele va fi oglindit." - -#: utils.py:19 -msgid "document indexes" -msgstr "indexuri documente" - -#: views.py:40 -msgid "indexes" -msgstr "index" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Un dicționar care mapează numele index și în cazul în care sistemul de " +"fișiere pe care indicele va fi oglindit." #: views.py:71 msgid "Index created successfully." @@ -358,7 +371,8 @@ msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?" #: views.py:388 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:394 msgid "Index rebuild completed successfully." @@ -378,6 +392,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "indexuri documente" + +#~ msgid "indexes" +#~ msgstr "index" + #~ msgid "edit" #~ msgstr "edit" 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 428c9df30e..86fc74007a 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,39 +9,49 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "Индексы" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Достигнуто максимальное (%s) число суффиксов " -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s" +msgstr "" +"Ошибка в выражении обновления индексов документа: %(expression)s; " +"%(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s" +msgstr "" +"Ошибка при обновлении индекса документа, выражение: %(expression)s; " +"%(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Не удается удалить узел индексирования документов; %s." @@ -73,10 +83,6 @@ msgstr "Не удается удалить символическую ссылк msgid "Unable to delete indexing directory; %s" msgstr "Не удается удалить каталог индексации; %s." -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +107,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +144,85 @@ msgstr "" msgid "The name that will be visible to users." msgstr "Имя, которое будет видно пользователям." -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." -msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." +msgid "Causes this index to be visible and updated when document data changes." +msgstr "" +"Этот индекс должен быть видимым и обновляться при изменении данных документа." -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "Введите строковое выражение питона для вычисления." -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." -msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." +msgstr "" +"Этот узел должен быть видимым и обновляются при изменении данных документа." -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." -msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." +msgstr "" +"Этот узел будет контейнером для документов и не будет иметь дочерних узлов." -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,17 +256,11 @@ msgstr "Восстановление индексов документа" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен." - -#: utils.py:19 -msgid "document indexes" -msgstr "индексы документов" - -#: views.py:40 -msgid "indexes" -msgstr "индексы" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" +"Словарь, который отображает имя индекса и где на файловой системе он будет " +"отражен." #: views.py:71 msgid "Index created successfully." @@ -358,7 +368,9 @@ msgstr "Вы уверены, что хотите перестроить все #: views.py:388 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." #: views.py:394 msgid "Index rebuild completed successfully." @@ -378,6 +390,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "индексы документов" + +#~ msgid "indexes" +#~ msgstr "индексы" + #~ msgid "edit" #~ msgstr "edit" 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 b4fd543c1d..d8250e7758 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,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +78,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +102,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +139,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +248,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 ceffb1dd2f..00aab6b411 100644 --- a/mayan/apps/document_indexing/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_indexing/locale/sq/LC_MESSAGES/django.po @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 d5013ab28f..0049349bd4 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,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 1918f53e81..7c194f9162 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,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 481f30d0e8..165c9349f4 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,39 +9,44 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "索引" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "后缀(%s)已达到最大数。" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "在文档索引时,更新表达式%(expression)s 出错:%(exception)s" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "更新文档索引出错,表达式:%(expression)s,异常:%(exception)s" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "不能删除文档索引节点: %s" @@ -56,7 +61,8 @@ msgstr "不能创建索引目录:%s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exception)s" -msgstr "不能创建符号连接,文件%(filepath)s已存在,并且不能被删除,异常:%(exception)s" +msgstr "" +"不能创建符号连接,文件%(filepath)s已存在,并且不能被删除,异常:%(exception)s" #: filesystem.py:71 #, python-format @@ -73,10 +79,6 @@ msgstr "不能删除文档符号连接:%s" msgid "Unable to delete indexing directory; %s" msgstr "不能删除索引目录:%s" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -101,6 +103,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -134,79 +140,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "名称被用户可见。" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "当文档数据变化时,将导致索引被更新和可见。" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "输入可执行的python表达式" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "当文档数据变化时,导致节点被更新和可见。" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "检查当前节点是否为文档容器,而不是作为别处节点的父节点。" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -240,18 +249,10 @@ msgstr "重建文档索引" #: settings.py:20 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 "字典将索引名字映射成文件系统所在的位置。" -#: utils.py:19 -msgid "document indexes" -msgstr "文档索引" - -#: views.py:40 -msgid "indexes" -msgstr "索引" - #: views.py:71 msgid "Index created successfully." msgstr "索引创建成功" @@ -378,6 +379,12 @@ msgstr "" msgid "Root" msgstr "" +#~ msgid "document indexes" +#~ msgstr "文档索引" + +#~ msgid "indexes" +#~ msgstr "索引" + #~ msgid "edit" #~ msgstr "edit" 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 6e86416e65..b7f2b54d30 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 @@ -1,46 +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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64 -#: views.py:305 +#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66 +#: views.py:40 views.py:305 msgid "Indexes" msgstr "" -#: api.py:73 +#: __init__.py:60 +msgid "Returns a list of all the indexes." +msgstr "" + +#: api.py:76 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:88 +#: api.py:91 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:97 api.py:112 +#: api.py:102 api.py:117 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:155 +#: api.py:162 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" @@ -72,10 +77,6 @@ msgstr "" msgid "Unable to delete indexing directory; %s" msgstr "" -#: links.py:24 links.py:35 -msgid "Index list" -msgstr "" - #: links.py:25 views.py:77 msgid "Create index" msgstr "" @@ -100,6 +101,10 @@ msgstr "" msgid "New child node" msgstr "" +#: links.py:35 +msgid "Index list" +msgstr "" + #: links.py:37 msgid "Go up one level" msgstr "" @@ -133,79 +138,82 @@ msgstr "" msgid "The name that will be visible to users." msgstr "" -#: models.py:20 models.py:72 views.py:46 views.py:166 +#: models.py:20 models.py:74 views.py:46 views.py:166 msgid "Enabled" msgstr "" #: models.py:20 -msgid "" -"Causes this index to be visible and updated when document data changes." +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159 +#: models.py:65 models.py:71 views.py:103 views.py:133 views.py:159 #: views.py:195 views.py:222 views.py:251 views.py:290 msgid "Index" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Indexing expression" msgstr "" -#: models.py:70 +#: models.py:72 msgid "Enter a python string expression to be evaluated." msgstr "" -#: models.py:72 +#: models.py:74 msgid "Causes this node to be visible and updated when document data changes." msgstr "" -#: models.py:73 +#: models.py:75 msgid "Link documents" msgstr "" -#: models.py:73 +#: models.py:75 msgid "" -"Check this option to have this node act as a container for documents and not" -" as a parent for further nodes." +"Check this option to have this node act as a container for documents and not " +"as a parent for further nodes." msgstr "" -#: models.py:83 models.py:89 +#: models.py:81 +msgid "Index node template" +msgstr "" + +#: models.py:82 +msgid "Indexes node template" +msgstr "" + +#: models.py:87 msgid "Index template node" msgstr "" -#: models.py:84 -msgid "Indexes template nodes" -msgstr "" - -#: models.py:90 +#: models.py:88 msgid "Value" msgstr "" -#: models.py:91 +#: models.py:89 msgid "Documents" msgstr "" -#: models.py:101 -msgid "Index instance node" -msgstr "" - #: models.py:102 -msgid "Indexes instance nodes" +msgid "Index node instance" msgstr "" -#: models.py:106 -msgid "Index instance" +#: models.py:103 +msgid "Indexes node instances" msgstr "" #: models.py:107 +msgid "Index instance" +msgstr "" + +#: models.py:108 msgid "Document" msgstr "" -#: models.py:114 +#: models.py:115 msgid "Document rename count" msgstr "" -#: models.py:115 +#: models.py:116 msgid "Documents rename count" msgstr "" @@ -239,16 +247,8 @@ msgstr "" #: settings.py:20 msgid "" -"A dictionary that maps the index name and where on the filesystem that index" -" will be mirrored." -msgstr "" - -#: utils.py:19 -msgid "document indexes" -msgstr "" - -#: views.py:40 -msgid "indexes" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." msgstr "" #: views.py:71 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 86a9747218..8959fdc1ae 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 msgid "Signature file" @@ -75,76 +77,79 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Signature status: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Signature type: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload detached signature for: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Signature status: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 a3ca05b178..228380784b 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -75,76 +76,79 @@ msgstr "Свалете несвързаните сигнатури" msgid "Upload detached signatures" msgstr "Качете несвързаните сигнатури" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Състояние на сигнатура: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Вид сигнатура: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Номер на сигнатура: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Вид сигнатура: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Номер на ключ: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Време: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Подписал: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Несвързаните сигнатури са качени успешно." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Качване на несвързани сигнатури за: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Състояние на сигнатура: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 39e0b21069..d0c605bdd1 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 msgid "Signature file" @@ -75,76 +77,79 @@ msgstr "Download odvojene potpise" msgid "Upload detached signatures" msgstr "Upload zakačene potpise" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Status potpisa: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tip potpisa: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID oznaka potpisa: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tip potpisa: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID oznaka ključa: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Vremenski žig: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Potpisnik: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Odvojeni potpis je uspješno upload-ovan." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload-ovati odvojeni potpis za: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Status potpisa: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 96dfab88d9..e5fe19b1ac 100644 --- a/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 3c756ba0d5..3436f88cd8 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 f499442d22..9fa15f5485 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,14 +14,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:7 models.py:21 @@ -80,76 +81,79 @@ msgstr "Separate Unterschriften herunterladen" msgid "Upload detached signatures" msgstr "Separate Unterschriften hochladen" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Unterschriftsstatus: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Unterschriftstyp: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "Nichts" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Unterschrifts-ID: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Unterschriftstyp: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Schlüssel-ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Zeitstempel: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Unterschreibender: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Separate Unterschrift erfolgreich hochgeladen." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Externe Unterschrift hochladen für %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Separate Unterschrift erfolgreich gelöscht." -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Fehler beim Löschen der separaten Unterschrift; %s" -#: views.py:170 +#: views.py:163 #, 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?" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Unterschriftsstatus: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 c3518d7aea..b4c72dcd71 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -83,79 +83,82 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Signature status: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Signature type: %s" -#: views.py:60 +#: views.py:53 #, fuzzy msgid "Embedded" msgstr "embedded" -#: views.py:62 +#: views.py:55 #, fuzzy msgid "Detached" msgstr "detached" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:78 +#: views.py:71 #, fuzzy, python-format msgid "Signature properties for: %s" msgstr "signature properties for: %s" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload detached signature for: %s" -#: views.py:163 +#: views.py:156 #, fuzzy msgid "Detached signature deleted successfully." msgstr "Detached signature uploaded successfully." -#: views.py:166 +#: views.py:159 #, fuzzy, python-format msgid "Error while deleting the detached signature; %s" msgstr "Download detached signatures" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Signature status: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 533e0f151e..2a88679bf7 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: forms.py:7 models.py:21 @@ -76,76 +77,79 @@ msgstr "Descargar firmas separadas" msgid "Upload detached signatures" msgstr "Subir firmas separadas" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Estado de la firma: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tipo de firma: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "Ninguno" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID de la firma: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tipo de firma: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID de la clave: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Marca de tiempo: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Firmante: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Firma separada subida con éxito." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Subir firma separada para: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "Firma separada borrada con éxito." -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "Error al borrar la firma separada: %s" -#: views.py:170 +#: views.py:163 #, 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?" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Estado de la firma: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 840b18f3a7..bd6db0edad 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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -75,76 +76,79 @@ msgstr "دانلود امضاهای جداشده" msgid "Upload detached signatures" msgstr "آپلود امضاهای جدا شده" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "وضعیت امضا : %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "نوع امضا : %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "هیچ" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "شناسه امضا: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "نوع امضا : %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "شناسه کلید: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "برچسب زمان: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "امضا کننده: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "امضای جدا شده با موفقیت آپلود شد." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "آپلود امضای جدا شده برای: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "امضای جدا شده با موفقیت حذف شد." -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "خطا %s در حذف امضای جدا شده" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "آیا از حذف امضای جدا شده از سند %s مطمئن هستید؟" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "وضعیت امضا : %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 c3dd3040dc..1e518f77bc 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -76,76 +77,80 @@ msgstr "Télécharger des signatures externes" msgid "Upload detached signatures" msgstr "Importer des signatures externes" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Statut de la signature: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Type de signature: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "Aucune" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID de signature: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Type de signature: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID de clé: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Horodatage: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signataire: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Signature externe importée avec succès" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Importer la signature externe pour: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "La signature détachée a été supprimé avec succès." -#: views.py:166 +#: 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:170 +#: views.py:163 #, 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 ?" +msgstr "" +"Êtes vous sur de vouloir supprimer la signature détachée du document: %s ?" + +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Statut de la signature: %(widget)s %(text)s" #~ msgid "signature file" #~ msgstr "signature file" 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 45897604da..62b48e18f0 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 msgid "Signature file" @@ -74,72 +76,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 d681ca8a82..c42d66577e 100644 --- a/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 830791f741..f697e58838 100644 --- a/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 492b09f75b..62b575045f 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -76,76 +77,79 @@ msgstr "Scarica firme separatamente" msgid "Upload detached signatures" msgstr "Carica firme separatamente" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Status della firma: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tipo di firma: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID Firma: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tipo di firma: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Chiave ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Firma scaduta aggiornata con successo." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Aggiornata firma scaduta per: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Status della firma: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 ebdbbc3c2c..0d90a239e3 100644 --- a/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: forms.py:7 models.py:21 msgid "Signature file" @@ -74,72 +76,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 c8c97e94bf..cc584dd655 100644 --- a/mayan/apps/document_signatures/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 422c7b32ae..ba7a44d657 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 11d6d028f0..7a34135d1d 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:7 models.py:21 msgid "Signature file" @@ -75,76 +77,79 @@ msgstr "Download detached signatures" msgid "Upload detached signatures" msgstr "Upload detached signatures" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Signature status: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Signature type: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Signature ID: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Signature type: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload detached signature for: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Signature status: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 303c0b23b0..5c8843a2a2 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -75,76 +76,79 @@ msgstr "Descarregar assinaturas avulsas" msgid "Upload detached signatures" msgstr "Enviar assinaturas avulsas" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Estado da assinatura: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tipo de assinatura: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID da assinatura: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Data/hora: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Assinado por: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Assinatura avulsa enviada com sucesso." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Envio de assinatura avulsa para: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Estado da assinatura: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 2716df620f..26490ba604 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:7 models.py:21 @@ -74,76 +75,79 @@ msgstr "Download assinaturas destacadas" msgid "Upload detached signatures" msgstr "Upload de assinaturas destacadas" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Status da assinatura: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tipo de assinatura: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID assinatura: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tipo de assinatura: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID da chave: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Signee: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Assinatura separado enviado com sucesso." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload de assinatura separada para: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Status da assinatura: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 84aa9cc545..2cb15675ca 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 msgid "Signature file" @@ -75,76 +77,79 @@ msgstr "Descarca semnături detașate" msgid "Upload detached signatures" msgstr "Încărcați semnături detașate" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Starea semnătura: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Tipul semnătura:% s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID Semnătura:% s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Tipul semnătura:% s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID cheie:% s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Timestamp:% s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Semnat :% s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Semnătura detaşata încărcată cu succes." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Încărcați semnătura deşată pentru:% s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Starea semnătura: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 06d7321df3..ac8bed5d2e 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:7 models.py:21 msgid "Signature file" @@ -75,76 +77,79 @@ msgstr "Скачать отделенные подписи" msgid "Upload detached signatures" msgstr "Выложить отделённые подписи" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Статус подписи: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Тип подписи: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "Подпись ID: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Тип подписи: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "ID ключа: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Отметка времени: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Подписано: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Отделённая подпись выложена." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Выложить отделённую подпись для %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Статус подписи: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 b13ead8745..b5e88e6535 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 msgid "Signature file" @@ -74,72 +76,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 f44314e8b4..f0ffadbbdf 100644 --- a/mayan/apps/document_signatures/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/document_signatures/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 11aba22f1b..eeb6044a68 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %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 f79c2f5403..132dc017ad 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -75,76 +76,79 @@ msgstr "ống chữ kí đã tách ra" msgid "Upload detached signatures" msgstr "Tải lên chữ kí đã tách ra" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Trạng thái kí: %(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "Kiểu chũ kí: %s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "ID chữ kí: %s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "Kiểu chũ kí: %s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "Key ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "Thời gian: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "Người kí: %s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "Detached signature uploaded successfully." -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload detached signature for: %s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "Trạng thái kí: %(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 11b154b11b..e611ba515b 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:7 models.py:21 @@ -75,76 +76,79 @@ msgstr "下载分离的签名" msgid "Upload detached signatures" msgstr "上传分离的签名" -#: views.py:52 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "签名状态:%(widget)s %(text)s" +#: views.py:49 +#, fuzzy, python-format +msgid "Signature status: %s" +msgstr "签名类型:%s" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "无" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "签名 ID:%s" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "签名类型:%s" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "键 ID: %s" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "时间戳: %s" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "签名者:%s" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "分离的签名上传成功" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "上传分离的签名:%s" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "分离的签名删除成功" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "删除分离的签名:%s 出错" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" msgstr "确定要删除文档:%s的分离签名么?" +#~ msgid "Signature status: %(widget)s %(text)s" +#~ msgstr "签名状态:%(widget)s %(text)s" + #~ msgid "signature file" #~ msgstr "signature file" 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 9d3d01668d..fce745f985 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:7 models.py:21 @@ -74,72 +75,72 @@ msgstr "" msgid "Upload detached signatures" msgstr "" -#: views.py:52 +#: views.py:49 #, python-format -msgid "Signature status: %(widget)s %(text)s" +msgid "Signature status: %s" msgstr "" -#: views.py:60 +#: views.py:53 msgid "Embedded" msgstr "" -#: views.py:62 +#: views.py:55 msgid "Detached" msgstr "" -#: views.py:64 +#: views.py:57 msgid "None" msgstr "" -#: views.py:69 +#: views.py:62 #, python-format msgid "Signature ID: %s" msgstr "" -#: views.py:70 +#: views.py:63 #, python-format msgid "Signature type: %s" msgstr "" -#: views.py:71 +#: views.py:64 #, python-format msgid "Key ID: %s" msgstr "" -#: views.py:72 +#: views.py:65 #, python-format msgid "Timestamp: %s" msgstr "" -#: views.py:73 +#: views.py:66 #, python-format msgid "Signee: %s" msgstr "" -#: views.py:78 +#: views.py:71 #, python-format msgid "Signature properties for: %s" msgstr "" -#: views.py:104 +#: views.py:97 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:113 +#: views.py:106 #, python-format msgid "Upload detached signature for: %s" msgstr "" -#: views.py:163 +#: views.py:156 msgid "Detached signature deleted successfully." msgstr "" -#: views.py:166 +#: views.py:159 #, python-format msgid "Error while deleting the detached signature; %s" msgstr "" -#: views.py:170 +#: views.py:163 #, python-format msgid "" "Are you sure you wish to delete the detached signature from document: %s?" diff --git a/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ar/LC_MESSAGES/django.po index 099a030429..dbf3cd6bae 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,79 +9,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "الوثائق" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "الوثائق" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "نوع الوثيقة" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "نوع الملف" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "اسم الملف" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "نوع البيانات الوصفية" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "قيمة البيانات الوصفية" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "المحتوى" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "الوصف" -#: __init__.py:162 -msgid "Tags" -msgstr "العلامات الاستدلالية" - -#: __init__.py:163 -msgid "Comments" -msgstr "تعليقات" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +90,11 @@ msgstr "الوثيقة: \"%(content_object)s\" تم انشائها من قبل: #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "الوثيقة: \"%(content_object)s\" تم انشائها بتاريخ: %(datetime)s من قبل: %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"الوثيقة: \"%(content_object)s\" تم انشائها بتاريخ: %(datetime)s من قبل: " +"%(fullname)s." #: events.py:13 msgid "Document edited" @@ -111,9 +108,11 @@ msgstr "الوثيقة: \"%(content_object)s\" تم تعديلها من قبل: #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "الوثيقة: \"%(content_object)s\" تم تعديلها بتاريخ: %(datetime)s by %(fullname)s. التغييرات هي: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"الوثيقة: \"%(content_object)s\" تم تعديلها بتاريخ: %(datetime)s by " +"%(fullname)s. التغييرات هي: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -127,83 +126,82 @@ msgstr "الوثيقة: \"%(document)s\" تم مسحها من قبل: %(fullnam #: events.py:26 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "الوثيقة: \"%(document)s\" تم مسحها بتاريخ: %(datetime)s من قبل: %(fullname)s." +msgstr "" +"الوثيقة: \"%(document)s\" تم مسحها بتاريخ: %(datetime)s من قبل: " +"%(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "صورة الصفحة" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "المحتويات" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "استخدم اسم الملف للاصدار الجديد كإسم الملف لنوع الوثيقة" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "إعادة تسمية الوثيقة بسرعة" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "تحديث الاصدار" -#: forms.py:147 -msgid "Release level" -msgstr "Release level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release level serial" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "تعليق" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "اسم ملف جديد للوثائق" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "الصفحة" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "نطاق الصفحات" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "ضغط" -#: forms.py:280 +#: forms.py:264 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." -msgstr "تحميل الوثيقة في الشكل الأصلي أو بطريقة مضغوطة. هذا الخيار قابل للاختيار فقط عند تنزيل وثيقة واحدة أو وثائق متعددة، وسوف يكون التحميل دائما على شكل ملف مضغوط." +msgstr "" +"تحميل الوثيقة في الشكل الأصلي أو بطريقة مضغوطة. هذا الخيار قابل للاختيار فقط " +"عند تنزيل وثيقة واحدة أو وثائق متعددة، وسوف يكون التحميل دائما على شكل ملف " +"مضغوط." -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "اسم الملف المضغوط" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +213,280 @@ msgstr "التفاصيل" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "تحميل" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "ابحث في كل الوثائق عن النسخ المتطابقة تماماً" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "تحديث عدد صفحات وثائق أوفيس office. الفائدة هنا هي توفير الدعم لوثائق أوفيس الموجودة مسبقاً في قاعدة البيانات." +msgstr "" +"تحديث عدد صفحات وثائق أوفيس office. الفائدة هنا هي توفير الدعم لوثائق أوفيس " +"الموجودة مسبقاً في قاعدة البيانات." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "ابحث عن الوثائق المفقودة" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "مسح ذاكرة التخزين المؤقت لصورة الوثيقة" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "مسح بيانات الرسومات المستخدمة لتسريع عرض الوثائق و نتائج التحويلات." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "مستوى الاصدار" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "لا يعرف نوع هذه الوثيقة ، و بالتالي تم اعتبار عدد الصفحات ١." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "أدخل قيمة صالحة" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +510,7 @@ msgstr "عرض الوثائق" msgid "Delete documents" msgstr "حذف الوثائق" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "تحميل الوثائق" @@ -589,8 +552,8 @@ msgstr "إنشاء أنواع الوثائق" #: settings.py:38 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:39 @@ -613,6 +576,10 @@ msgstr "أقل نسبة مئوية (%) للسماح بالتكبير داخل ا msgid "Amount in degrees to rotate a document page per user interaction." msgstr "الدرجة المسموح بها لتدوير الوثيقة لكل مستخدم." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -646,381 +613,383 @@ msgstr "الوثائق في التخزين: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "صفحات الوثائق في قاعدة البيانات: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "الوثائق" + +#: views.py:110 msgid "Date added" msgstr "تاريخ الاضافة" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "وقت الاضافة" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "نوع الملف" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "لا شيء" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "ترميز نوع الملف" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "حجم الملف" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "موجود في التخزين" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "مسار الملف في التخزين" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "الصفحات" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "يجب تقديم وثيقة واحدة على الأقل." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "تم مسح الوثيقة بنجاح." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "الوثيقة: %(document)s خطأ بالحذف: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "وثيقة" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "هل أنت متأكد من حذف الوثيقة:%s؟" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "هل أنت متأكد من حذف الوثائق: %s؟" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "تم تحرير الوثيقة بنجاح: \"%s\" ." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "عودة" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "هل أنت متأكد من العثور على كافة النسخ المتكررة؟" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "على قواعد البيانات الكبيرة قد تستغرق هذه العملية بعض الوقت لتنفيذه." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "تحديث عدد الصفحات انتهى بنجاح. الوثائق التي تم معالجتها %(total)d ، الوثائق التي تم تحديث عدد صفحاتها: %(change)d" +msgstr "" +"تحديث عدد الصفحات انتهى بنجاح. الوثائق التي تم معالجتها %(total)d ، الوثائق " +"التي تم تحديث عدد صفحاتها: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "هل انت متأكد من تحديث عدد الصفحات لوثائق أوفيس office (%d) ؟ " -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "على قواعد البيانات الكبيرة قد تستغرق هذه العملية بعض الوقت لتنفيذه." + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "كل التحويلات الخاصة بالوثيقة: %s, تم مسحها بنجاح." -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "خطأ بمسح التحويلات الخاصة بالوثيقة: %(document)s; %(error)s." -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "هل أنت متأكد من مسح كل التحويلات للوثيقة: %s ؟" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "هل أنت متأكد من مسح كل التحويلات للوثيقة: %s ؟" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "تم تعديل صفحة الوثيقة بنجاح" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "لا توجد صفحات أخرى بهذه الوثيقة" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "أنت بالفعل في الصفحة الأولى من هذه الوثيقة" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "تم تعديل نوع الوثيقة بنجاح" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "خطأ بتعديل نوع الوثيقة: %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "تم مسح نوع الوثيقة: %s بنجاح" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr " حصل لنوع الوثيقة: %(document_type)s خطأ بالمسح: %(error)s" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "هل أنت متأكد أنك ترغب في حذف نوع الوثيقة: %s؟" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "نوع الوثيقة لكل الوثائق المطابقة لهذا النوع سيتم جعله من نوع: لا شيء" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "سيتم حذف جميع الإصدارات اللاحقة بعد هذا الإصدار أيضا." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "تم انشاء نوع الوثيقة بنجاح" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "خطأ في إنشاء نوع الوثيقة: %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "أسماء لنوع الوثيقة:%s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "تم تحرير اسم الملف لنوع الوثيقة بنجاح" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "خطأ بتحرير اسم الملف لنوع الوثيقة : %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "اسم الملف لنوع الوثيقة: %s تم مسحه بنجاح." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "هل أنت متأكد من مسح اسم الملف %(filename)s من نوع الوثيقة \"%(document_type)s\" ؟" +msgstr "" +"هل أنت متأكد من مسح اسم الملف %(filename)s من نوع الوثيقة \"%(document_type)s" +"\" ؟" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "إنشاء اسم الملف لنوع الوثيقة بنجاح" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "خطأ بإنشاء اسم ملف لنوع الوثيقة: %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "مسح ذاكرة التخزين المؤقت للوثيقة بنجاح" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "الخطأ بمسح ذاكرة التخزين المؤقت للوثيقة: %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "هل أنت متأكد أنك ترغب بمسح ذاكرة التخزين المؤقت للوثيقة؟" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "تم ارجاع اصدار الوثيقة بنجاح" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "خطأ بارجاع اصدار الوثيقة %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "هل أنت متأكد أنك ترغب في العودة إلى هذا الإصدار؟" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "سيتم حذف جميع الإصدارات اللاحقة بعد هذا الإصدار أيضا." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "تم انشاء تحويلات صفحات الوثيقة بنجاح." -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "انشاء تحويلات جديدة للصفحة: %(page)s في الوثيقة: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "تحويلات صفحات الوثيقة تمت بنجاح" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "تحرير التحويلات \"%(transformation)s\" للوثيقة: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "تحويلات صفحات الوثيقة مسحت بنجاح" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "هل أنت متأكد من مسح التحويل \"%(transformation)s\" التابع ل: %(document_page)s" +msgstr "" +"هل أنت متأكد من مسح التحويل \"%(transformation)s\" التابع ل: " +"%(document_page)s" #: widgets.py:57 #, python-format @@ -1035,6 +1004,35 @@ msgstr "اضغط على الصورة للتكبير" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "العلامات الاستدلالية" + +#~ msgid "Comments" +#~ msgstr "تعليقات" + +#~ msgid "Release level" +#~ msgstr "Release level" + +#~ msgid "Release level serial" +#~ msgstr "Release level serial" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "ابحث في كل الوثائق عن النسخ المتطابقة تماماً" + +#~ msgid "release level" +#~ msgstr "مستوى الاصدار" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "هل أنت متأكد من العثور على كافة النسخ المتكررة؟" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "نوع الوثيقة لكل الوثائق المطابقة لهذا النوع سيتم جعله من نوع: لا شيء" + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1088,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?" diff --git a/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po b/mayan/apps/documents/locale/bg/LC_MESSAGES/django.po index 953d9026bd..d5f2ec31cc 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,79 +11,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Документи" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "документи" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Име на файл" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -98,8 +91,10 @@ msgstr "Документ \"%(content_object)s\" създаден от %(fullname #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Документ \"%(content_object)s\" създаден на %(datetime)s от %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Документ \"%(content_object)s\" създаден на %(datetime)s от %(fullname)s." #: events.py:13 msgid "Document edited" @@ -113,9 +108,11 @@ msgstr "Документ \"%(content_object)s\" редактиран от %(full #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Документ \"%(content_object)s\" е редактиран на %(datetime)s от %(fullname)s. Направени са промени: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Документ \"%(content_object)s\" е редактиран на %(datetime)s от " +"%(fullname)s. Направени са промени: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -131,81 +128,78 @@ msgstr "Документ \"%(document)s\" е изтрит от %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Документ \"%(document)s\" e изтрит на %(datetime)s от %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Изображение на страница" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Съдържание" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Използвай новото име на файла за име на файла" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Бързо преименуване на документ" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Обновяване на версията" -#: forms.py:147 -msgid "Release level" -msgstr "Release level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release level serial" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Коментар" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Ново име на документ" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Страница" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Поредица от страници" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Компресиране" -#: forms.py:280 +#: forms.py:264 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." -msgstr "Сваляне на документа в оригинален формат или компресиран. Тази опция е избираема само при сваляне на един документ, при няколко документа наведнъж, те ще бъдат свалени в един компресиран архив." +msgstr "" +"Сваляне на документа в оригинален формат или компресиран. Тази опция е " +"избираема само при сваляне на един документ, при няколко документа наведнъж, " +"те ще бъдат свалени в един компресиран архив." -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Име на компресирания архив" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -217,315 +211,287 @@ msgstr "Детайли" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Сваляне" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Претърсване на контролните суми на всички документи и връщане на списък с точните съвпадения" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Актуализиране на броя страници на офис документи. Това е полезно, когато поддръжката на офис документи е включена след като вече има офис документи в базата данни." +msgstr "" +"Актуализиране на броя страници на офис документи. Това е полезно, когато " +"поддръжката на офис документи е включена след като вече има офис документи в " +"базата данни." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Намиране на липсващи файлове на документи" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Изчистване на кеша от изображения на документи" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Изчистване на графичното представяне, използвано да ускори изобразяването на документите и интерактивните промени." +msgstr "" +"Изчистване на графичното представяне, използвано да ускори изобразяването на " +"документите и интерактивните промени." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Контролна сума" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "Форматът на документа във файла е непознат. Затова броят страници е зададен на 1." +msgstr "" +"Форматът на документа във файла е непознат. Затова броят страници е зададен " +"на 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Въведете валидна стойност" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -549,7 +515,7 @@ msgstr "Преглед на документи" msgid "Delete documents" msgstr "Изтриване на документи" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Изтегляне на документи" @@ -591,29 +557,42 @@ msgstr "Създаване на вид на документа" #: settings.py:38 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:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "Процент приближавани или отдалечаване на страницата на документа, приложен за потребителя" +msgstr "" +"Процент приближавани или отдалечаване на страницата на документа, приложен " +"за потребителя" #: settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "Максимален процент (%) допустим за интерактивно увеличаване страницата от потребителя" +msgstr "" +"Максимален процент (%) допустим за интерактивно увеличаване страницата от " +"потребителя" #: settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "Минимален процент (%) допустим за интерактивно смаляване страницата от потребителя" +msgstr "" +"Минимален процент (%) допустим за интерактивно смаляване страницата от " +"потребителя" #: settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "Градуси на завъртане на страница от документ, при потребителско действие" +msgstr "" +"Градуси на завъртане на страница от документ, при потребителско действие" + +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -648,381 +627,395 @@ msgstr "Документи в склада: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Страници в базата данни: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "документи" + +#: views.py:110 msgid "Date added" msgstr "Дата на добавяне" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Час на добавяне" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "mimetype на файла" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "mime encoding на файла" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Размер на файла" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Съществува в склада" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Файлов път до склада" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Страници" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Приложете поне един документ" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Документът е изтрит успешно." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ: %(document)s Грешка при триене: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "документ" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Сигурни ли сте, че искате да изтриете документ %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Сигурни ли сте, че искате да изтриете документите %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документът \"%s\" е редактиран успешно" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Връщане" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Сигурни ли сте, че желаете да откриете всички дублирания?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "При големи бази данни тази операция може да отнеме известно време за изпълнение." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Актуализирането на броя страници е завършено. Обработени документи: %(total)d, документи с променени брой страници: %(change)d" +msgstr "" +"Актуализирането на броя страници е завършено. Обработени документи: " +"%(total)d, документи с променени брой страници: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Сигурни ли сте, че искате да промените броя страници на документите (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Сигурни ли сте, че искате да промените броя страници на документите (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"При големи бази данни тази операция може да отнеме известно време за " +"изпълнение." + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Всички преобразования на страницата на документ %s бяха изтрити успешно." +msgstr "" +"Всички преобразования на страницата на документ %s бяха изтрити успешно." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Сигурни ли сте, че желаете да отмените всички преобразувания на страниците на документ %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Сигурни ли сте, че желаете да отмените всички преобразувания на страниците " +"на документ %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Сигурни ли сте, че желаете да отмените всички преобразувания на страниците на документи %s?" +msgstr "" +"Сигурни ли сте, че желаете да отмените всички преобразувания на страниците " +"на документи %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Страницата на документа е редактирана успешно." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Няма повече страници в този документ" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Вече сте на първа страница на този документ" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Вид на документа е редактиран успешно" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Грешка в редактирането на вид на документа %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Вид на документа %s изтрит успешно" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Вид на документа: %(document_type)s грешка при триене: %(error)s" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Сигурни ли сте, че искате да изтриете документ вид %s?" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Вида документ на всички документи ще бъде оставен празно поле" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Всички версии, следващи тази, ще бъдат изтрити." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Вид на документа е създаден успешно" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Грешка при създаване на вид документ: %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "име на файла на вид документ: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Успешно редактиране на име на файла" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Грешка при редактиране на име на файла %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Име на файла на вид документ %s изтрит успешно" -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Сигурни ли сте, че искате да изтриете името: %(filename)s, на типа документ \"%(document_type)s\"?" +msgstr "" +"Сигурни ли сте, че искате да изтриете името: %(filename)s, на типа документ " +"\"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Името на типа документ е създаден успешно" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Грешка при създаване име на типа документ; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Кешът с изображения на документи е изчистен успешно" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Грешка при изчистване на кеша с изображения на документи; %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" -msgstr "Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" +msgstr "" +"Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Документа е върнат успешно към предна версия" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Грешка при връщане на версията на документа; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Сигурни ли сте, че искате да се върнете към тази версия?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Всички версии, следващи тази, ще бъдат изтрити." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Преобразуването на страницата е извършено успешно" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Създаване на ново преобразуване на страница %(page)s на документ %(document)s" +msgstr "" +"Създаване на ново преобразуване на страница %(page)s на документ %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "имена на файлове за бързо преименуване на вида документ" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Редактиране на преобразуване %(transformation)s за %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Преобразуването на страницата е изтрито успешно." -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Сигурни ли сте, че желаете да изтриете преобразуването преобразуване %(transformation)s за %(document_page)s" +msgstr "" +"Сигурни ли сте, че желаете да изтриете преобразуването преобразуване " +"%(transformation)s за %(document_page)s" #: widgets.py:57 #, python-format @@ -1037,6 +1030,27 @@ msgstr "Натиснете върху изображението за да ви msgid "Document page image" msgstr "" +#~ msgid "Release level" +#~ msgstr "Release level" + +#~ msgid "Release level serial" +#~ msgstr "Release level serial" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Претърсване на контролните суми на всички документи и връщане на списък с " +#~ "точните съвпадения" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Сигурни ли сте, че желаете да откриете всички дублирания?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "Вида документ на всички документи ще бъде оставен празно поле" + #~ msgid "details" #~ msgstr "details" @@ -1092,15 +1106,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?" 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 3412017bdd..db7336a3ca 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,79 +9,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumenti" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Tip dokumenta" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME tip" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Naziv datoteke" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata tip" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadata vrijednost" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Sadržaj" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Opis" -#: __init__.py:162 -msgid "Tags" -msgstr "Tagovi" - -#: __init__.py:163 -msgid "Comments" -msgstr "Komentari" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,7 +90,8 @@ msgstr "Dokument \"%(content_object)s\" kreiran od %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "Dokument \"%(content_object)s\" kreiran %(datetime)s od %(fullname)s." #: events.py:13 @@ -111,9 +106,11 @@ msgstr "Dokument \"%(content_object)s\" kreiran od %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokument \"%(content_object)s\" izmijenjen %(datetime)s od %(fullname)s. Desile su se sljedeće izmjene: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokument \"%(content_object)s\" izmijenjen %(datetime)s od %(fullname)s. " +"Desile su se sljedeće izmjene: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -129,81 +126,79 @@ msgstr "Dokument \"%(document)s\" obrisan od %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Dokument \"%(document)s\" obrisan %(datetime)s od %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Slika za stranicu" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Sadržaj" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" -msgstr "Koristi novu verziju naziva datoteke kao što je naziv datoteke dokumenta" +msgstr "" +"Koristi novu verziju naziva datoteke kao što je naziv datoteke dokumenta" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Brzo preimenuj dokument" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Update verzije" -#: forms.py:147 -msgid "Release level" -msgstr "Nivo release-a" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Serijski broj nivoa release-a" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Komentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Datotaka novog dokumenta" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Stranica" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Opseg stranice" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Kompresuj" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Naziv kompresovane datoteke" -#: forms.py:281 +#: forms.py:265 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." +msgstr "" +"Naziv kompresovane datoteke koji sadrži dokumente koji su za download, ako " +"je ova opcija odabrana." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +210,282 @@ msgstr "Detalji" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Download" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Pretraži sve checksume dokumenata i vrati listu onih koji se pokalapaju" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Osvježi stranicu sa brojem tipova dokumeata. Ovo je korisno kada se omogućuje podrška za dokumente ako već postoje tipovi dokumenata u bazi." +msgstr "" +"Osvježi stranicu sa brojem tipova dokumeata. Ovo je korisno kada se " +"omogućuje podrška za dokumente ako već postoje tipovi dokumenata u bazi." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Pronađi nedostajuće dokumente" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Obriši cache slika dokumenata" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Obriši grafičku prezentaciju korištenu za ubrzanje prikaza dokumenata i " +"interaktivnu transformaciju rezultata." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (novi release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (neki update-i)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Mikro %(major)i.%(minor)i.%(micro)i, (ispravke)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "nivo release-a" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Upiši ispravnu vrijednost" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +509,7 @@ msgstr "Pregled dokumenata" msgid "Delete documents" msgstr "Obriši dokumente" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Download dokumenata" @@ -589,9 +551,11 @@ msgstr "Kreiraj tipove dokumenata" #: settings.py:38 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." +"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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -601,18 +565,26 @@ msgstr "Iznos u procentima zumiranja stranice dokumenta po korisničkoj sesiji." 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:41 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:42 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Iznos u stepenima za rotaciju stranice dokumenta po korisniku." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -646,381 +618,388 @@ msgstr "Dokumenti u pohrani: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Stranice dokumenata u bazi: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumenti" + +#: views.py:110 msgid "Date added" msgstr "Datum dodavanja" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Vrijeme dodavanja" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Mimetype datoteke" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Nijedan" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Mime encoding datoteke" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Veličina datoteke" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Postoji u pohrani" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Putanja dokumenta u pohrani" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Stranice" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Mora postojati bar jedan dokument" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokument uspješno obrisan." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s greška brisanja: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokument" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Jeste li sigurni da želite obrisati dokument: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Jeste li sigurni da želite obrisati dokumente: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" uspješno izmijenjen." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Vrati" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Jeste li sigurni da želite pronaći sve duplikate?" - -#: views.py:425 views.py:483 views.py:551 -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:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Osvježavanje broja stranica završeno. Obrađeno dokumenata: %(total)d, dokumenata sa osvježenim brojem stranica: %(change)d" +msgstr "" +"Osvježavanje broja stranica završeno. Obrađeno dokumenata: %(total)d, " +"dokumenata sa osvježenim brojem stranica: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "Jeste li sigurni da želite osvježiti broj stranica za dokumente (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +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:458 #, 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:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Jeste li sigurni da želite obrisati sve transformacije stranica za dokument: " "%s?" -msgstr "Jeste li sigurni da želite obrisati sve transformacije stranica za dokument: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Jeste li sigurni da želite obrisati sve transformacije stranica za dokumente: %s?" +msgstr "" +"Jeste li sigurni da želite obrisati sve transformacije stranica za " +"dokumente: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Stranica dokumenta uspješno izmijenjena." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Ovaj dokument nema više stranica." -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Već ste na prvoj stranici ovog dokumenta" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tip dokumenta uspješno izmijenjen" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Greška pri izmjeni tipa dokumenta; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tip dokumenta: %s uspješno obrisan." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Tip dokuementa za sve dokumente koji su ovog tipa će biti postavljen na \"none\"." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Sve naknadne verzije nakon ove će također biti obrisane." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tip dokumenta uspješno kreiran" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Greška pri kreiranju tipa dokumenta; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "naziv datoteke za tip dokumenta: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Naziv datoteke za tip dokumenta uspješno izmijenjen" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Greška pri izmjeni datoteke za tip dokumenta; %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Datoteka za tip dokumenta: %s uspješno obrisana." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Jeste li sigurni da želite obrisati datoteku: %(filename)s, za tip " +"dokumenta \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Naziv datoteke za tip dokumenta uspješno kreiran" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Greška pri kreiranju datoteke tipa dokumenta; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Cache slike dokumenta uspješno obrisan." -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Greška prilikom brisanja cache slike dokumenta; %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "Jeste li sigurni da želite obrisati cache slike dokumenta?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Verzija dokumenta uspješno vraćena" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Greška pri vraćanju verzije dokumenta; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Jeste li sigurni da želite vratiti na ovu verziju?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Sve naknadne verzije nakon ove će također biti obrisane." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformacija stranice dokumenta uspješno obavljena." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Kreiraj novu transformaciju za stranicu: %(page)s dokumenta: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformacija stranice dokumenta uspješno imijenjena." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Izmijeni transformaciju \"%(transformation)s\" za: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformacija stranice dokumenta uspješno obrisana." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Jeste li sigurni da želite obrisati transformaciju \"%(transformation)s\" " +"za: %(document_page)s" #: widgets.py:57 #, python-format @@ -1035,6 +1014,37 @@ msgstr "Klikni na sliku za pregled u punoj veličini" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Tagovi" + +#~ msgid "Comments" +#~ msgstr "Komentari" + +#~ msgid "Release level" +#~ msgstr "Nivo release-a" + +#~ msgid "Release level serial" +#~ msgstr "Serijski broj nivoa release-a" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Pretraži sve checksume dokumenata i vrati listu onih koji se pokalapaju" + +#~ msgid "release level" +#~ msgstr "nivo release-a" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Jeste li sigurni da želite pronaći sve duplikate?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Tip dokuementa za sve dokumente koji su ovog tipa će biti postavljen na " +#~ "\"none\"." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1100,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?" diff --git a/mayan/apps/documents/locale/da/LC_MESSAGES/django.po b/mayan/apps/documents/locale/da/LC_MESSAGES/django.po index 24e0a05f88..0d03b882ae 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,79 +10,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumenter" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumenter" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Dokumenttype" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME type" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Filnavn" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata type" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadata værdi" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Indhold" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Beskrivelse" -#: __init__.py:162 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:163 -msgid "Comments" -msgstr "Kommentarer" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -97,8 +90,10 @@ msgstr "Document \" %(content_object)s \" oprettet af %(fullname)s ." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Document \" %(content_object)s \" oprettet %(datetime)s af %(fullname)s ." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Document \" %(content_object)s \" oprettet %(datetime)s af %(fullname)s ." #: events.py:13 msgid "Document edited" @@ -112,9 +107,11 @@ msgstr "Document \" %(content_object)s \" redigeret af %(fullname)s ." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Document \" %(content_object)s \" blev redigeret %(datetime)s af %(fullname)s . Følgende ændringer har fundet sted: %(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 \" blev redigeret %(datetime)s af " +"%(fullname)s . Følgende ændringer har fundet sted: %(changes)s ." #: events.py:24 msgid "Document deleted" @@ -130,81 +127,78 @@ msgstr "Document \" %(document)s \" slettet af %(fullname)s ." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Document \" %(document)s \" slettet %(datetime)s af %(fullname)s ." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Side billede" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Indhold" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Brug den nye versions filnavn som dokumentnavn" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Hurtig dokument omdøbning" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Versionsopdatering" -#: forms.py:147 -msgid "Release level" -msgstr "Udgivelsesniveau" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Udgivelsesniveau id" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Kommentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nyt dokument filnavn" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Side" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Sideinterval" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Komprimér" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Pakket filnavn" -#: forms.py:281 +#: forms.py:265 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." +msgstr "" +"Filnavnet for den pakkede fil, der vil indeholde dokumenterne til download. " +"Dette hvis den tidligere mulighed er valg." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -216,315 +210,284 @@ msgstr "Detaljer" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Hent" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Søg på alle de dokumenters kontrolsummer og returnere en liste over de nøjagtige matches." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Opdater side optælling af office dokumenttyper. Dette er nyttigt når office dokumenter aktiveres når der allerede er office dokumenttyper i databasen." +msgstr "" +"Opdater side optælling af office dokumenttyper. Dette er nyttigt når office " +"dokumenter aktiveres når der allerede er office dokumenttyper i databasen." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Find manglende dokument filer" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Ryd cache til dokumentbillede" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Fjern grafiske repræsentationer brugt til at fremskynde visning af de " +"dokumenter og interaktivt transformerede resultater." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "udgivelsesniveau" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Dette dokuments filformat er ukendt, hvorfor sidetal er sat til " +"standardværdien 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Indtast en gyldig værdi." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -548,7 +511,7 @@ msgstr "Se dokumenter" msgid "Delete documents" msgstr "Slet dokumenter" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Hent dokumenter" @@ -590,9 +553,11 @@ msgstr "Opret dokumenttyper" #: settings.py:38 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." +"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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -602,18 +567,26 @@ msgstr "Procent zoom ind eller ud af en dokument side pr brugerinteraktion." 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:41 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:42 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Antal grader en dokumentside roterer pr brugerinteraktion." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -647,381 +620,391 @@ msgstr "Dokumenter i opbevaring: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentsider i databasen: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumenter" + +#: views.py:110 msgid "Date added" msgstr "Dato tilføjet" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Tid tilføjet" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "File MIME-type" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Ingen" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Fil MIME kodning" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Fil størrelse" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Eksisterer i opbevaring" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Filsti i opbevaring" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Sider" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Skal angive mindst ét ​​dokument." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokument slettet" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s slette fejl: %(error)s " -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokument" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Er du sikker på du vil slette dokumentet: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Er du sikker på du ønsker at slette dokumenterne: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" blev redigeret." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Retur" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Er du sikker på du vil finde alle dubletter?" - -#: views.py:425 views.py:483 views.py:551 -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:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Opdatering af sideantal færdig. Dokumenter behandlet: %(total)d, dokumenter med ændret sideantal: %(change)d" +msgstr "" +"Opdatering af sideantal færdig. Dokumenter behandlet: %(total)d, dokumenter " +"med ændret sideantal: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Er du sikker på du ønsker at opdatere sidetallet for Office-dokumenterne " "(%d)?" -msgstr "Er du sikker på du ønsker at opdatere sidetallet for Office-dokumenterne (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +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:458 #, 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:516 +#: views.py:460 #, 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 ." +msgstr "" +"Fejl ved sletning af sidens transformationer for dokument: %(document)s ; " +"%(error)s ." -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Er du sikker på du ønsker at slette alle sidens transformationer for dokument: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Er du sikker på du ønsker at slette alle sidens transformationer for " +"dokument: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Er du sikker på du ønsker at slette alle side transformationer for dokumenter: %s?" +msgstr "" +"Er du sikker på du ønsker at slette alle side transformationer for " +"dokumenter: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Dokument side redigeret." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Der er ikke flere sider i dette dokument" -#: views.py:682 +#: views.py:626 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:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Dokumenttype redigeret" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Fejl ved redigering af dokument type; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Dokumenttype: %s slettet." -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Dokumenttype: %(document_type)s slette fejl: %(error)s " -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Dokumenttype af alle dokumenter, der anvender denne dokumenttype vil blive sat til ingen." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Alle senere versioner af denne vil også blive slettet." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Dokumenttype blevet oprettet" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Fejl ved oprettelse af dokument type %(error)s " -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "filnavne for dokumenttype: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Dokumenttype filnavn redigeret" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Fejl ved redigering af dokumenttype filnavn, %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Document type filnavn: %s slettet." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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 \"?" +msgstr "" +"Er du sikker på du vil slette filnavn: %(filename)s , fra dokumenttype \" " +"%(document_type)s \"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Dokumenttype filnavn oprettet" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Fejl ved oprettelse af dokumenttype filnavn, %(error)s " -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Cache af dokumentbilled slettet" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Fejl ved fjernelse af cachet dokumentbilled; %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Tidligere dokumentversion genskabt" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Fejl ved genskabelse af dokumentversion; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Er du sikker på at du vil genskabe denne version?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Alle senere versioner af denne vil også blive slettet." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Document side transformation oprettet." -#: views.py:1260 +#: views.py:1188 #, 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:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Dokument side transformation redigeret." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Rediger transformation \" %(transformation)s \" for: %(document_page)s " +msgstr "" +"Rediger transformation \" %(transformation)s \" for: %(document_page)s " -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Dokument side transformation slettet." -#: views.py:1323 +#: views.py:1251 #, 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 " +msgstr "" +"Er du sikker på du ønsker at slette transformation \" %(transformation)s \" " +"for: %(document_page)s " #: widgets.py:57 #, python-format @@ -1036,6 +1019,38 @@ msgstr "Klik på billedet for fuld størrelse forhåndsvisning" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Comments" +#~ msgstr "Kommentarer" + +#~ msgid "Release level" +#~ msgstr "Udgivelsesniveau" + +#~ msgid "Release level serial" +#~ msgstr "Udgivelsesniveau id" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Søg på alle de dokumenters kontrolsummer og returnere en liste over de " +#~ "nøjagtige matches." + +#~ msgid "release level" +#~ msgstr "udgivelsesniveau" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Er du sikker på du vil finde alle dubletter?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Dokumenttype af alle dokumenter, der anvender denne dokumenttype vil " +#~ "blive sat til ingen." + #~ msgid "details" #~ msgstr "details" @@ -1091,15 +1106,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?" 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 0d7a443fdd..4c67db5626 100644 --- a/mayan/apps/documents/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/de_CH/LC_MESSAGES/django.po @@ -1,86 +1,79 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +88,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +104,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +122,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +200,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +495,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +537,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +561,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +598,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +607,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1034,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?" @@ -1121,9 +1068,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 c16436b1a9..1b62b0f5b4 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,79 +15,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumente" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "Dokumente" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Dokumententyp" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME Typ" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Dateiname" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadatentyp" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadatenwert" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Inhalt" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Beschreibung" -#: __init__.py:162 -msgid "Tags" -msgstr "Markierungen" - -#: __init__.py:163 -msgid "Comments" -msgstr "Kommentare" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "Dokument-Tendenzen" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "Dokumenten-Nutzung" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "Gibt eine Liste aller Dokumente zurück." -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -102,8 +95,10 @@ msgstr "Dokument \"%(content_object)s\" erstellt von %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Dokument \"%(content_object)s\" erstellt am %(datetime)s, von %(fullname)s." #: events.py:13 msgid "Document edited" @@ -117,9 +112,11 @@ msgstr "Dokument \"%(content_object)s\" bearbeitet von %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von %(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokument \"%(content_object)s\" wurde bearbeitet am %(datetime)s, von " +"%(fullname)s. Die folgenden Veränderungen wurden durchgeführt: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -133,83 +130,81 @@ msgstr "Dokument \"%(document)s\" durch %(fullname)s gelöscht." #: events.py:26 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." +msgstr "" +"Dokument \"%(document)s\" am %(datetime)s, durch %(fullname)s gelöscht." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Seitenbild" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Inhalte" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "Dokument Seitenzahl (%d)" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Die neue Version des Dateinamens als Dateiname des Dokuments verwenden" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Dokument schnell umbenennen" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Versionsupdate" -#: forms.py:147 -msgid "Release level" -msgstr "Release-Level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release-Level fortlaufende Nummer" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Kommentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Neuer Dokumenten-Dateiname" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Seite" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Seitenbereich" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Komprimieren" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Name der komprimierten Datei" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -221,315 +216,283 @@ msgstr "Details" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Herunterladen" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Eine Liste mit exakten Treffen von identischen Dokumentenprüfsummen erstellen." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Seitenzahlen von Office-Dokumenten aktualisieren. Dies ist nützlich, wenn Support für Office-Dokumente aktiviert wird, nachdem schon entsprechende Dokumente in der Datenbank gespeichert sind." +msgstr "" +"Seitenzahlen von Office-Dokumenten aktualisieren. Dies ist nützlich, wenn " +"Support für Office-Dokumente aktiviert wird, nachdem schon entsprechende " +"Dokumente in der Datenbank gespeichert sind." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Fehlende Dokumentendateien suchen" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Dokumenten-Bildercache löschen" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Grafiken löschen, die benutzt werden um die Dokumentendarstellung und " +"interaktive Transformationsausgabe zu beschleunigen." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "Nicht initialisiertes Dokument" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "release level" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Prüfsumme" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Einen gültigen Wert eingeben." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "Benutze Wörterbücher um Argumente zu identifizieren: {'degrees':90}" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -553,7 +516,7 @@ msgstr "Dokumente anzeigen" msgid "Delete documents" msgstr "Dokumente löschen" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Dokumente herunterladen" @@ -595,13 +558,16 @@ msgstr "Dokumententypen erstellen" #: settings.py:38 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:39 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:40 msgid "" @@ -619,6 +585,10 @@ msgstr "Minimaler erlaubter Zoom in %, den Benutzer interaktiv wählen können." msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Gradzahl, die ein Dokument pro Benutzer Aktion gedreht wird." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -652,381 +622,397 @@ msgstr "Dokumente im Dateispeicher: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentenseiten in der Datenbank: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "Dokumente" + +#: views.py:110 msgid "Date added" msgstr "Hinzugefügt am" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Hinzugefügt um" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Datei MIME Type" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Keiner" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Datei MIME Encoding" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Dateigröße" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Im Dateispeicher" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Pfad im Dateispeicher" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Seiten" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokument erfolgreich gelöscht." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s Lösch Fehler: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "Dokument" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sind Sie sicher, dass Sie das Dokument %s löschen möchten?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sind Sie sicher, dass Sie die Dokumente %s löschen möchten?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument \"%s\" erfolgreich bearbeitet." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Zurück" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Sind Sie sicher, dass Sie alle Duplikate suchen möchten?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Aktualisierung der Seitenzahlen abgeschlossen. Dokumente verarbeitet: %(total)d, Dokumente mit veränderter Seitenzahl: %(change)d" +msgstr "" +"Aktualisierung der Seitenzahlen abgeschlossen. Dokumente verarbeitet: " +"%(total)d, Dokumente mit veränderter Seitenzahl: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente (%d) aktualisieren möchten?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Sind Sie sicher, dass Sie die Seitenzahlen der Office-Dokumente (%d) " +"aktualisieren möchten?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "Alle Seiten-Transformationen für Dokument %s, wurden erfolgreich gelöscht." +msgstr "" +"Alle Seiten-Transformationen für Dokument %s, wurden erfolgreich gelöscht." -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "Fehler beim Löschen der Seiten-Transformation für %(document)s; %(error)s" +msgstr "" +"Fehler beim Löschen der Seiten-Transformation für %(document)s; %(error)s" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Sind Sie sicher, dass Sie alle Seiten-Transformationen für Dokument %s entfernen möchten?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Sind Sie sicher, dass Sie alle Seiten-Transformationen für Dokument %s " +"entfernen möchten?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Sind Sie sicher, dass Sie alle Seiten-Transformationen für die Dokumente %s entfernen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie alle Seiten-Transformationen für die Dokumente %s " +"entfernen möchten?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Dokumentenseite erfolgreich bearbeitet." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Keine weiteren Seiten in diesem Dokument" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Sie sind bereits auf der ersten Seite dieses Dokuments" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Dokumententyp erfolgreich bearbeitet." -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Fehler beim Bearbeiten vom Dokumententyp %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Dokumententyp %s erfolgreich gelöscht." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie den Dokumententyp %s wirklich löschen möchten?" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Der Dokumententyp aller Dokumente, die diesen Typ benutzen, wird auf Keiner gesetzt." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Alle späteren Versionen dieses Dokuments werden ebenfalls gelöscht." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Dokumententyp erfolgreich angelegt" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Fehler beim Erstellen des Dokumententyps: %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "Dateinamen für Dokumententyp %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Dokumententyp Dateiname erfolgreich bearbeitet." -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Fehler beim Bearbeiten von Dokumententyp Dateiname: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Dokumententyp Dateiname: %s erfolgreich gelöscht." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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?" +msgstr "" +"Sind Sie sicher, dass Sie den Dateinamen %(filename)s des Dokumententyps " +"\"%(document_type)s\" löschen möchten?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Dokumententyp Dateiname erfolgreich erstellt" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Fehler beim Erstellen des Dokumententyp Dateinamens: %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Dokumentenbilder-Zwischenspeicher erfolgreich gelöscht" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Fehler beim Bereinigen des Dokumentenbilder-Zwischenspeichers: %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" -msgstr "Sind Sie sicher, das Sie den Dokumentenbilder-Zwischenspeicher bereinigen möchten?" +msgstr "" +"Sind Sie sicher, das Sie den Dokumentenbilder-Zwischenspeicher bereinigen " +"möchten?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Dokument wurde erfolgreich wiederhergestellt" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Fehler beim Wiederherstellen der Dokumentenversion %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" -msgstr "Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie diese Version des Dokuments wiederherstellen " +"möchten?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Alle späteren Versionen dieses Dokuments werden ebenfalls gelöscht." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Dokumentenseiten-Transformation erfolgreich erstellt." -#: views.py:1260 +#: views.py:1188 #, 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:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Dokumentenseiten-Transformation erfolgreich bearbeitet." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Transformation \"%(transformation)s\" für %(document_page)s bearbeiten" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Dokumentseiten-Transformation erfolgreich gelöscht." -#: views.py:1323 +#: views.py:1251 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für " +"%(document_page)s löschen möchten?" #: widgets.py:57 #, python-format @@ -1041,6 +1027,38 @@ msgstr "Klicken Sie auf das Bild für eine 1:1 Vorschau" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Markierungen" + +#~ msgid "Comments" +#~ msgstr "Kommentare" + +#~ msgid "Release level" +#~ msgstr "Release-Level" + +#~ msgid "Release level serial" +#~ msgstr "Release-Level fortlaufende Nummer" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Eine Liste mit exakten Treffen von identischen Dokumentenprüfsummen " +#~ "erstellen." + +#~ msgid "release level" +#~ msgstr "release level" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Sind Sie sicher, dass Sie alle Duplikate suchen möchten?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Der Dokumententyp aller Dokumente, die diesen Typ benutzen, wird auf " +#~ "Keiner gesetzt." + #~ msgid "details" #~ msgstr "details" @@ -1096,15 +1114,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?" diff --git a/mayan/apps/documents/locale/en/LC_MESSAGES/django.po b/mayan/apps/documents/locale/en/LC_MESSAGES/django.po index 5ba29dfd73..97f9aea8b2 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-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,72 +18,64 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documents" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documents" - -#: __init__.py:114 +#: __init__.py:108 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Document type" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME type" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Filename" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata type" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadata value" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Content" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Description" -#: __init__.py:162 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:163 -msgid "Comments" -msgstr "Comments" - -#: __init__.py:166 +#: __init__.py:160 #, fuzzy msgid "Document tendencies" msgstr "Document edited" -#: __init__.py:167 +#: __init__.py:161 #, fuzzy msgid "Document usage" msgstr "document page" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 #, fuzzy msgid "Returns a list of all the document types." msgstr "Are you sure you wish to delete the document type: %s?" @@ -136,60 +128,52 @@ 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." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Page image" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Contents" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, fuzzy, python-format msgid "Document pages (%d)" msgstr "Document pages (%s)" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Use the new version filename as the document filename" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Quick document rename" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Version update" -#: forms.py:147 -msgid "Release level" -msgstr "Release level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release level serial" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Comment" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "New document filename" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Page" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Page range" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Compress" -#: forms.py:280 +#: forms.py:264 msgid "" "Download the document in the original format or in a compressed manner. " "This option is selectable only when downloading one document, for multiple " @@ -199,11 +183,11 @@ msgstr "" "This option is selectable only when downloading one document, for multiple " "documents, the bundle will always be downloads as a compressed file." -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Compressed filename" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." @@ -211,12 +195,12 @@ msgstr "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 #, fuzzy msgid "All documents" msgstr "all documents" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 #, fuzzy msgid "Recent documents" msgstr "recent documents" @@ -230,41 +214,25 @@ msgstr "Details" msgid "Properties" msgstr "properties" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Download" #: links.py:49 #, fuzzy -msgid "Find duplicates" -msgstr "find duplicates" - -#: links.py:50 -#, fuzzy -msgid "Find all duplicates" -msgstr "find all duplicates" - -#: links.py:50 -msgid "" -"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." - -#: links.py:51 -#, fuzzy msgid "Update office documents' page count" msgstr "update office documents' page count" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " @@ -274,30 +242,30 @@ msgstr "" "enabling office document support after there were already office type " "documents in the database." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 #, fuzzy msgid "Clear transformations" msgstr "clear transformations" -#: links.py:54 +#: links.py:52 #, fuzzy msgid "Print" msgstr "print" -#: links.py:55 +#: links.py:53 #, fuzzy msgid "History" msgstr "history" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Find missing document files" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Clear the document image cache" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." @@ -305,213 +273,183 @@ msgstr "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -#: links.py:62 +#: links.py:60 #, fuzzy msgid "Page transformations" msgstr "page transformations" -#: links.py:63 +#: links.py:61 #, fuzzy msgid "Create new transformation" msgstr "create new transformation" -#: links.py:68 +#: links.py:66 #, fuzzy msgid "Page text" msgstr "page text" -#: links.py:69 +#: links.py:67 #, fuzzy msgid "Edit page text" msgstr "edit page text" -#: links.py:70 +#: links.py:68 #, fuzzy msgid "Next page" msgstr "next page" -#: links.py:71 +#: links.py:69 #, fuzzy msgid "Previous page" msgstr "previous page" -#: links.py:72 +#: links.py:70 #, fuzzy msgid "First page" msgstr "first page" -#: links.py:73 +#: links.py:71 #, fuzzy msgid "Last page" msgstr "last page" -#: links.py:74 +#: links.py:72 #, fuzzy msgid "Zoom in" msgstr "zoom in" -#: links.py:75 +#: links.py:73 #, fuzzy msgid "Zoom out" msgstr "zoom out" -#: links.py:76 +#: links.py:74 #, fuzzy msgid "Rotate right" msgstr "rotate right" -#: links.py:77 +#: links.py:75 #, fuzzy msgid "Rotate left" msgstr "rotate left" -#: links.py:78 +#: links.py:76 #, fuzzy msgid "Reset view" msgstr "reset view" -#: links.py:81 +#: links.py:79 #, fuzzy msgid "Versions" msgstr "versions" -#: links.py:82 +#: links.py:80 #, fuzzy msgid "Revert" msgstr "revert" -#: links.py:85 -#, fuzzy -msgid "Document type list" -msgstr "document type list" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 #, fuzzy msgid "Document types" msgstr "Document type" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 #, fuzzy msgid "Create document type" msgstr "Create document types" -#: links.py:91 +#: links.py:89 #, fuzzy msgid "Filenames" msgstr "Filename" -#: links.py:92 +#: links.py:90 #, fuzzy msgid "Add filename to document type" msgstr "add filename to document type" -#: literals.py:15 -#, fuzzy -msgid "Final" -msgstr "final" - -#: literals.py:16 -#, fuzzy -msgid "Alpha" -msgstr "alpha" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -#, fuzzy -msgid "Release candidate" -msgstr "release candidate" - -#: literals.py:19 -#, fuzzy -msgid "Hotfix" -msgstr "hotfix" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 #, fuzzy msgid "Documents types" msgstr "documents types" -#: models.py:81 +#: models.py:87 #, fuzzy msgid "Added" msgstr "added" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 #, fuzzy msgid "Document" msgstr "Documents" -#: models.py:100 +#: models.py:110 #, fuzzy msgid "Uninitialized document" msgstr "all documents" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 #, fuzzy msgid "Mayor" msgstr "mayor" -#: models.py:314 +#: models.py:338 #, fuzzy msgid "Minor" msgstr "minor" -#: models.py:315 +#: models.py:339 #, fuzzy msgid "Micro" msgstr "micro" -#: models.py:316 -msgid "release level" -msgstr "release level" - -#: models.py:317 -#, fuzzy -msgid "Serial" -msgstr "serial" - -#: models.py:318 +#: models.py:340 #, fuzzy msgid "Timestamp" msgstr "timestamp" -#: models.py:322 +#: models.py:344 #, fuzzy msgid "File" msgstr "Filename" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 #, fuzzy msgid "Document version" msgstr "document version" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." @@ -519,90 +457,90 @@ msgstr "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 #, fuzzy msgid "Enabled" msgstr "enabled" -#: models.py:552 +#: models.py:582 #, fuzzy msgid "Document type quick rename filename" msgstr "document type quick rename filename" -#: models.py:553 +#: models.py:583 #, fuzzy msgid "Document types quick rename filenames" msgstr "document types quick rename filenames" -#: models.py:562 +#: models.py:592 #, fuzzy msgid "Page label" msgstr "page label" -#: models.py:563 +#: models.py:593 #, fuzzy msgid "Page number" msgstr "page number" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 #, fuzzy msgid "Document page" msgstr "document page" -#: models.py:575 +#: models.py:605 #, fuzzy msgid "Document pages" msgstr "document pages" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Enter a valid value." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 #, fuzzy msgid "Order" msgstr "order" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 #, fuzzy msgid "Transformation" msgstr "transformation" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 #, fuzzy msgid "Arguments" msgstr "arguments" -#: models.py:620 +#: models.py:650 #, fuzzy msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "Use dictionaries to indentify arguments, example: %s" -#: models.py:628 +#: models.py:658 #, fuzzy msgid "Document page transformation" msgstr "document page transformation" -#: models.py:629 +#: models.py:659 #, fuzzy msgid "Document page transformations" msgstr "document page transformations" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 #, fuzzy msgid "Accessed" msgstr "accessed" -#: models.py:648 +#: models.py:678 #, fuzzy msgid "Recent document" msgstr "recent document" @@ -627,7 +565,7 @@ msgstr "View documents" msgid "Delete documents" msgstr "Delete documents" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Download documents" @@ -699,6 +637,10 @@ msgstr "" 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -743,137 +685,127 @@ msgstr "" msgid "Document pages in database: %d" msgstr "Document pages in database: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documents" + +#: views.py:110 msgid "Date added" msgstr "Date added" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Time added" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "File mimetype" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "None" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "File mime encoding" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "File size" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Exists in storage" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "File path in storage" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Pages" -#: views.py:137 +#: views.py:134 #, fuzzy, python-format msgid "Document properties for: %s" msgstr "document properties for: %s" -#: views.py:159 +#: views.py:156 #, fuzzy msgid "Document data" msgstr "document data" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Document deleted successfully." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s delete error: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "document" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Are you sure you wish to delete the document: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Are you sure you wish to delete the documents: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Document \"%s\" edited successfully." -#: views.py:315 +#: views.py:313 #, fuzzy msgid "Documents to be downloaded" msgstr "documents to be downloaded" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 #, fuzzy msgid "Version" msgstr "version" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Return" -#: views.py:412 -#, fuzzy, python-format -msgid "Duplicates of: %s" -msgstr "duplicates of: %s" +#: views.py:418 +#, python-format +msgid "" +"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" -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Are you sure you wish to find all duplicates?" +#: views.py:426 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Are you sure you wish to update the page count for the office documents (%d)?" -#: views.py:425 views.py:483 views.py:551 +#: views.py:427 views.py:495 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:448 -#, fuzzy -msgid "Duplicated documents" -msgstr "duplicated documents" - -#: views.py:474 -#, python-format -msgid "" -"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" - -#: views.py:482 -#, python-format -msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "" -"Are you sure you wish to update the page count for the office documents (%d)?" - -#: views.py:514 +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " @@ -882,7 +814,7 @@ msgstr "" "All the page transformations for document: %s, have been deleted " "successfully." -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -891,19 +823,19 @@ msgstr "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -#: views.py:522 +#: views.py:466 #, fuzzy msgid "Document transformation" msgstr "document transformation" -#: views.py:531 +#: views.py:475 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" "Are you sure you wish to clear all the page transformations for document: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " @@ -912,122 +844,123 @@ msgstr "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -#: views.py:561 +#: views.py:505 #, fuzzy msgid "Missing documents" msgstr "missing documents" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, fuzzy, python-format msgid "Details for: %s" msgstr "details for: %s" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Document page edited successfully." -#: views.py:647 +#: views.py:591 #, fuzzy, python-format msgid "Edit: %s" msgstr "edit: %s" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "There are no more pages in this document" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "You are already at the first page of this document" -#: views.py:827 +#: views.py:770 #, fuzzy, python-format msgid "Print: %s" msgstr "print: %s" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Document type edited successfully" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Error editing document type; %s" -#: views.py:907 +#: views.py:840 #, fuzzy, python-format msgid "Edit document type: %s" msgstr "edit document type: %s" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Document type: %s deleted successfully." -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Document type: %(document_type)s delete error: %(error)s" -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"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." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "All later version after this one will be deleted too." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Document type created successfully" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Error creating document type; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "filenames for document type: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Document type filename edited successfully" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Error editing document type filename; %s" -#: views.py:1021 +#: views.py:951 #, 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:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 #, fuzzy msgid "Document type filename" msgstr "document type filename" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Document type filename: %s deleted successfully." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " @@ -1036,98 +969,98 @@ msgstr "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Document type filename created successfully" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Error creating document type filename; %(error)s" -#: views.py:1100 +#: views.py:1029 #, fuzzy, python-format msgid "Create filename for document type: %s" msgstr "create filename for document type: %s" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Document image cache cleared successfully" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Error clearing document image cache; %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, fuzzy, python-format msgid "Versions for document: %s" msgstr "versions for document: %s" -#: views.py:1153 +#: views.py:1081 #, fuzzy msgid "Time and date" msgstr "time and date" -#: views.py:1157 +#: views.py:1085 #, fuzzy msgid "Mimetype" msgstr "mimetype" -#: views.py:1161 +#: views.py:1089 #, fuzzy msgid "Encoding" msgstr "encoding" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Document version reverted successfully" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Error reverting document version; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Are you sure you wish to revert to this version?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "All later version after this one will be deleted too." -#: views.py:1222 +#: views.py:1150 #, fuzzy, python-format msgid "Transformations for: %s" msgstr "transformations for: %s" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Document page transformation created successfully." -#: views.py:1260 +#: views.py:1188 #, 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:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Document page transformation edited successfully." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Edit transformation \"%(transformation)s\" for: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Document page transformation deleted successfully." -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1150,6 +1083,78 @@ msgstr "Click on the image for full size preview" msgid "Document page image" msgstr "document page image" +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Comments" +#~ msgstr "Comments" + +#~ msgid "Release level" +#~ msgstr "Release level" + +#~ msgid "Release level serial" +#~ msgstr "Release level serial" + +#, fuzzy +#~ msgid "Find duplicates" +#~ msgstr "find duplicates" + +#, fuzzy +#~ msgid "Find all duplicates" +#~ msgstr "find all duplicates" + +#~ msgid "" +#~ "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." + +#, fuzzy +#~ msgid "Document type list" +#~ msgstr "document type list" + +#, fuzzy +#~ msgid "Final" +#~ msgstr "final" + +#, fuzzy +#~ msgid "Alpha" +#~ msgstr "alpha" + +#, fuzzy +#~ msgid "Release candidate" +#~ msgstr "release candidate" + +#, fuzzy +#~ msgid "Hotfix" +#~ msgstr "hotfix" + +#~ msgid "release level" +#~ msgstr "release level" + +#, fuzzy +#~ msgid "Serial" +#~ msgstr "serial" + +#, fuzzy +#~ msgid "Duplicates of: %s" +#~ msgstr "duplicates of: %s" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Are you sure you wish to find all duplicates?" + +#, fuzzy +#~ msgid "Duplicated documents" +#~ msgstr "duplicated documents" + +#~ msgid "" +#~ "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." + #~ msgid "details" #~ msgstr "details" diff --git a/mayan/apps/documents/locale/es/LC_MESSAGES/django.po b/mayan/apps/documents/locale/es/LC_MESSAGES/django.po index ae8dbab32f..36f6352314 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 @@ -10,79 +10,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21: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" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documentos" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documentos" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Tipo de documento" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "Tipo MIME" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nombre del archivo" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Tipo de metadato" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Valor de metadato" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Contenido" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Descripción" -#: __init__.py:162 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:163 -msgid "Comments" -msgstr "Comentarios" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "Tendencia del documento" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "Uso del documento" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "Devuelve un listado de todos los documentos." -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -97,8 +90,10 @@ msgstr "Documento \"%(content_object)s\", creado por %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -112,9 +107,11 @@ msgstr "Documento \"%(content_object)s\", editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" fue editado en \"%(datetime)s por %(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" fue editado en \"%(datetime)s por " +"%(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -130,81 +127,80 @@ msgstr "Documento \"%(document)s\" eliminado por %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" eliminado en %(datetime)s por %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Imagen de la página" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Contenido" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "Páginas del documento (%d)" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" -msgstr "Usar el nombre de archivo de la nueva versión como el nombre del documento" +msgstr "" +"Usar el nombre de archivo de la nueva versión como el nombre del documento" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Cambio rápido de nombre" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Actualizar versión" -#: forms.py:147 -msgid "Release level" -msgstr "Nivel de publicación" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Número de serie del nivel de publicación" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Comentario" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nuevo nombre del archivo" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Página" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Rango de páginas" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Comprimir" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Nombre de archivo comprimido" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "Todos los documentos" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "Documentos recientes" @@ -216,315 +212,286 @@ msgstr "Detalles" msgid "Properties" msgstr "Propiedades" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "Borrar" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Descargar" #: links.py:49 -msgid "Find duplicates" -msgstr "Encontrar duplicados" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "Encontrar todos los duplicados" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Buscar todas las sumas de comprobación de los documentos y devolver una lista de las coincidencias exactas." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Actualizar el número de páginas de los documentos de oficina. Esto es útil cuando active el apoyo de documentos de oficina después de que ya existan documentos de oficina en la base de datos." +msgstr "" +"Actualizar el número de páginas de los documentos de oficina. Esto es útil " +"cuando active el apoyo de documentos de oficina después de que ya existan " +"documentos de oficina en la base de datos." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "Imprimir" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Buscar archivos de documentos perdidos" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Borrar el caché de imágenes de documentos" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Borrar las representaciones gráficas utilizadas para acelerar la " +"presentación de los documentos y resultados de las transformaciones " +"interactivas." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "Documento sin inicializar" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Mayor %(major)i.%(minor)i, (nueva publicación)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Menor %(major)i.%(minor)i, (algunas actualizaciones)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (arreglos)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "nivel de publicación" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Suma de comprobación" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"El formato de este archivo de documento no se conoce. El contador de páginas " +"se establece por defecto a 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "Usar diccionarios para identificar argumentos, ejemplo: ['grados':90]" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -548,7 +515,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Eliminar documentos" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Descargar documentos" @@ -590,29 +557,43 @@ msgstr "Crear tipos de documentos" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -647,381 +628,398 @@ msgstr "Documentos en almacenamiento: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Páginas del documento en la base de datos: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documentos" + +#: views.py:110 msgid "Date added" msgstr "Fecha en que se agregó" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Hora en que se agregó" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Tipo MIME del archivo" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Ninguno" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Codificación de archivos MIME" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Tamaño del archivo" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Existe en el almacenamiento" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Ruta de archivo en el almacenamiento" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Páginas" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Documento eliminado con éxito." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s, error de eliminación: %(error)s " -#: views.py:208 +#: views.py:205 msgid "document" msgstr "documento" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "¿Está seguro que desea eliminar el documento: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "¿Está seguro que desea eliminar los documentos: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado con éxito." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Volver" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "¿Está seguro que desea encontrar todos los duplicados?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Actualización de número de páginas completado. Documentos procesados: %(total)d, documentos con el número de páginas actualizado: %(change)d" +msgstr "" +"Actualización de número de páginas completado. Documentos procesados: " +"%(total)d, documentos con el número de páginas actualizado: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "¿Seguro que desea actualizar el número de páginas de los documentos de oficina (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"¿Seguro que desea actualizar el número de páginas de los documentos de " +"oficina (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en " +"ejecutarse." + +#: views.py:458 #, 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." +msgstr "" +"Todas las transformaciones de la página del documento: %s, se han eliminado " +"con éxito." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "¿Está seguro que desea eliminar todas las transformaciones de página del documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"¿Está seguro que desea eliminar todas las transformaciones de página del " +"documento: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "¿Está seguro que desea eliminar las transformaciones de página de los documentos: %s?" +msgstr "" +"¿Está seguro que desea eliminar las transformaciones de página de los " +"documentos: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Página del documento se ha editado correctamente." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "No hay más páginas en este documento" -#: views.py:682 +#: views.py:626 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:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tipo de documento editado con éxito." -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Error al modificar el tipo de documento; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s eliminado con éxito." -#: views.py:932 +#: views.py:863 #, 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 " +msgstr "" +"Error de eliminación: %(error)s para tipo de documento: %(document_type)s " -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "El tipo de documento de todos los documentos que utilizan este tipo de documentos será borrado." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "También se borrarán todas las versiones más recientes a esta." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tipo de documento creado con éxito." -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Error creando tipo de documento; %(error)s " -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "nombres de archivo para tipo de documento: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Nombre de archivo de tipo de documento editado con éxito" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Error al modificar el nombre de archivo para tipo de document; %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nombre de archivo para tipo de documento: %s eliminado con éxito." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del " +"tipo de documento \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Nombre de archivo de tipo de documento creado con éxito." -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Caché de imagenes del documento borrada con éxito." -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Error borrando el caché de imágenes del documento; %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versión de documento revertida con éxito." -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Error revirtiendo la versión del documento; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "¿Está seguro que desea revertir a esta versión?" -#: views.py:1202 +#: views.py:1130 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:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformación de página de documento creada con éxito." -#: views.py:1260 +#: views.py:1188 #, 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 " +msgstr "" +"Crear nueva transformación de la página: %(page)s del documento: " +"%(document)s " -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformación de página de documento editada con éxito." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformación \" %(transformation)s\" para: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformación de página de documento eliminada con éxito." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"¿Está seguro que desea eliminar la transformación \"%(transformation)s\" " +"para: %(document_page)s" #: widgets.py:57 #, python-format @@ -1036,6 +1034,44 @@ msgstr "Haga clic en la imagen para ver una muestra de tamaño completo" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Etiquetas" + +#~ msgid "Comments" +#~ msgstr "Comentarios" + +#~ msgid "Release level" +#~ msgstr "Nivel de publicación" + +#~ msgid "Release level serial" +#~ msgstr "Número de serie del nivel de publicación" + +#~ msgid "Find duplicates" +#~ msgstr "Encontrar duplicados" + +#~ msgid "Find all duplicates" +#~ msgstr "Encontrar todos los duplicados" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Buscar todas las sumas de comprobación de los documentos y devolver una " +#~ "lista de las coincidencias exactas." + +#~ msgid "release level" +#~ msgstr "nivel de publicación" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "¿Está seguro que desea encontrar todos los duplicados?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "El tipo de documento de todos los documentos que utilizan este tipo de " +#~ "documentos será borrado." + #~ msgid "details" #~ msgstr "details" @@ -1091,15 +1127,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?" diff --git a/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fa/LC_MESSAGES/django.po index 83b9ff2183..35dc2a4849 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 @@ -9,79 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "اسناد" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "اسناد" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "نوع سند" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "نوع MIME" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "نام فایل" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "نوع متادیتا" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "مقدار متادیتا" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "محتوا" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "شرح" -#: __init__.py:162 -msgid "Tags" -msgstr "برچسب" - -#: __init__.py:163 -msgid "Comments" -msgstr "توضیحات" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "گرایش های سند" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "استفاده سند" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "لیست کلیه اسناد را برمیگرداند." -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +89,11 @@ msgstr "سند \"%(content_object)s\" بوسیله %(fullname)s ساخته ش #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "سند \"%(content_object)s\" در تاریخ%(datetime)s بوسیله%(fullname)s. ساخته شده است." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"سند \"%(content_object)s\" در تاریخ%(datetime)s بوسیله%(fullname)s. " +"ساخته شده است." #: events.py:13 msgid "Document edited" @@ -111,9 +107,11 @@ msgstr "سند \"%(content_object)s\" بوسیله %(fullname)s ویرایش #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "سند \"%(content_object)s\" در تاریخ %(datetime)s بوسیله %(fullname)s ویرایش شده است. تعییرات ایجاد شده عبارتند از:%(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"سند \"%(content_object)s\" در تاریخ %(datetime)s بوسیله %(fullname)s " +"ویرایش شده است. تعییرات ایجاد شده عبارتند از:%(changes)s." #: events.py:24 msgid "Document deleted" @@ -129,81 +127,78 @@ msgstr "سند \"%(document)s\" بوسیله %(fullname)s حذف شد." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "سند \"%(document)s\" در تاریخ %(datetime)s بوسیله %(fullname)s حذف شد." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "تصویر صفحه" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "محتوا" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "تعداد صفحات سند (%d)" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "نام فایل نسخه جدید را بعنوان نام فایل سند استفاده کن." -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "نامگذاری سریع سند " -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "تغییر نسخه" -#: forms.py:147 -msgid "Release level" -msgstr "درجه انتشار" - -#: forms.py:153 -msgid "Release level serial" -msgstr "سریال درجه انتشار" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "توضیحات" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "نام فایل سند جدید" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "صفحه" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "محدوده صفحات" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "فشرده سازی" -#: forms.py:280 +#: forms.py:264 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." -msgstr "دانلود فایل با فرمت اصلی و یا بافرمت فشرده سازی. این انتخاب زمانی انجام پذیر است که بخواهید تعدادی فایل را بعنوان یک فایل دانلود کنید. وقتی بیش از یک فایل باشد همیشه فشرده شده دانلود خواهد شد." +msgstr "" +"دانلود فایل با فرمت اصلی و یا بافرمت فشرده سازی. این انتخاب زمانی انجام پذیر " +"است که بخواهید تعدادی فایل را بعنوان یک فایل دانلود کنید. وقتی بیش از یک " +"فایل باشد همیشه فشرده شده دانلود خواهد شد." -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "نام فایل فشرده شده" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +210,283 @@ msgstr "جزئیات" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "دانلود" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "جستجوی کلیه اسناد و بررسی چک سام اسناد و برگرداندن لیستی از چک سامهای یکسان." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "بروزرسانی تعداد صفحات اسناد از نوع آفیس. این زمانی مورد استفاده است که پشتیبان از آفیس را پس از ایکه در پایگاه داده ای اسناد از نوع آفیس ایجاد شده را بکار اندازیم." +msgstr "" +"بروزرسانی تعداد صفحات اسناد از نوع آفیس. این زمانی مورد استفاده است که " +"پشتیبان از آفیس را پس از ایکه در پایگاه داده ای اسناد از نوع آفیس ایجاد شده " +"را بکار اندازیم." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "پیدا کردن اسناد گم شده." -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "پاک کردن جافطه تصویر سند" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "پاک کردن نحوه نمایش اسناد که در زمان سرعت بخشی به نمایش اسناد مورد استفاده قرار میگیرد." +msgstr "" +"پاک کردن نحوه نمایش اسناد که در زمان سرعت بخشی به نمایش اسناد مورد استفاده " +"قرار میگیرد." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "سند آماده نشده" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "سطح انتشار" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "چک سام" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "با توجه به اینکه نوع سند مشخص نیست تعداد صفحات برابر با 1 فرض شد." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "مقدار مجاز وارد کنید." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "از لغتنامه جهت مشجص کردن مقادیر استفاده کنید، مثال:{'درجه':90}" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +510,7 @@ msgstr "بازدید سند" msgid "Delete documents" msgstr "حذف سند" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "دانلود اسناد" @@ -589,9 +552,11 @@ msgstr "ایجاد انواع سند" #: settings.py:38 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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -601,18 +566,26 @@ msgstr "اندازه بزرگنمایی/کوچک نمایی یک صفحه از msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "حداکثر درصد(%) اندازه بزرگنمایی بوسیله کاربر برروی یک صفحه از سند بصورت تعاملی" +msgstr "" +"حداکثر درصد(%) اندازه بزرگنمایی بوسیله کاربر برروی یک صفحه از سند بصورت " +"تعاملی" #: settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "حداکثر درصد(%) اندازه کوچک نمایی بوسیله کاربر برروی یک صفحه از سند بصورت تعاملی" +msgstr "" +"حداکثر درصد(%) اندازه کوچک نمایی بوسیله کاربر برروی یک صفحه از سند بصورت " +"تعاملی" #: settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "مقدار درچه چرخش یک صفحه از سند به ازای هر کاربر" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -646,381 +619,380 @@ msgstr "تعداد اسناد مخزن:%d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "تعداد صفحات اسناد در پایگاه داده: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "اسناد" + +#: views.py:110 msgid "Date added" msgstr "تاریخ اضافه شدن" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "زمان اضافه شدن" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "File mimetype" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "هیج" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "File mime encoding" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "اندازه فایل" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "موجود در مخزن" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "آدرس فایل در مخزن" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "صفحات" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "سند با موفقیت حذف شد." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "سند %(document)s با خطای حذف :%(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "سند" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "آیا از حذف سند مطمئن هستید: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "آیا از حذف اسناد مطمئن هستید:%s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "ویرایش موفقیت آمیز سند:%s" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "بازگشت" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "از پیدا کردن کلیه تکراری ها مطمئن هستید؟" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "عملیات زمانبر برروی پایگاه داده ای بزرگ" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "بروزرسانی شمارش صفحات به اتمام رسید. تعداد اسناد پردازش شده %(total)d, تعداد اسنادی تغییر یافته: %(change)d" +msgstr "" +"بروزرسانی شمارش صفحات به اتمام رسید. تعداد اسناد پردازش شده %(total)d, " +"تعداد اسنادی تغییر یافته: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "از بروزرسانی تعداد صفحات اسناد آفیس (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "عملیات زمانبر برروی پایگاه داده ای بزرگ" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "حذف کامل کلیه تبدیلات سند %s" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "خطا %(error)s در زمان حذف تبدیلات سند %(document)s" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "آیا از پاک کردن کلیه تبدیلات صفحه برای سند %s مطمئن هستید؟" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "آیا از پاک کردن کلیه تبدیلات صفحه برای اسناد %s مطمئن هستید؟" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "ویرایش موفق این صفحه از سند" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "پایان صفحات سند" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "شما در حال حاضر برروی اولین صفحه این سند میباشید." -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "ویرایش موفق نوع سند" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "خطا در ویرایش نوع سند: %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "حذف موفق نوع سند: %s" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "نوع سند: %(document_type)s خطای حذف:%(error)s" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "آیا از حذف نوع سند%s مطمئن هستید؟" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "نوع سند کلیه اسنادی که از این نوع سند استفده میکنند به هیچ تبدیل خواهد شد." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "همجنین کلیه نسخه های بعد از این نسخه حذف خواهند گردید." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "نوع سند با موفقیت ایجاد شد." -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "خطا %(error)s در ایجاد نوع سند." -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "نام فایل برای نوع سند %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "ویرایش موفق نام فایل برای نوع سند." -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "خطای ویرایش نام فایل نوع سند: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "حذف موفق نام فایل نوع سند: %s" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "خطای حذف%(error)s برای نام فایل نوع سند: %(document_type_filename)s " -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "آیا از حذف نام فایل%(filename)s نوع سند\"%(document_type)s\" مطمئن هستید؟" +msgstr "" +"آیا از حذف نام فایل%(filename)s نوع سند\"%(document_type)s\" مطمئن هستید؟" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "نام فایل نوع سند با موفقیت ایجاد شد." -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "خطای ایجاد نام فایل نوع سند: %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "حافطه تصویر سند پاک شد." -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "خطا در پاک کردن حافظه تصویر سند. %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "از پاک کردن حافظه تصویر سند مطمئن هستید؟" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "بازگشت موفق نسخه سند." -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "خطا در بازگشت نسخه سند: %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "آیا از بازگشت نسخه مطمئن هستید؟" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "همجنین کلیه نسخه های بعد از این نسخه حذف خواهند گردید." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "تبدیلات صفحه سند با موفقیت ایجاد شد." -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "ایجاد تبدیلات صفحه%(page)s از سند %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "ویرایش موفق تبدیلات صفحه سند." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "ویرایش تبدیلات \"%(transformation)s\" برای %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "حذف موفق تبدیلات صفحه سند." -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "آیا از حذف تبدیلات\"%(transformation)s\" برای سند %(document_page)s مطمئن هستید؟" +msgstr "" +"آیا از حذف تبدیلات\"%(transformation)s\" برای سند %(document_page)s مطمئن " +"هستید؟" #: widgets.py:57 #, python-format @@ -1035,6 +1007,37 @@ msgstr "جهت بازبینی تصویر در اندازه واقعی برروی msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "برچسب" + +#~ msgid "Comments" +#~ msgstr "توضیحات" + +#~ msgid "Release level" +#~ msgstr "درجه انتشار" + +#~ msgid "Release level serial" +#~ msgstr "سریال درجه انتشار" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "جستجوی کلیه اسناد و بررسی چک سام اسناد و برگرداندن لیستی از چک سامهای " +#~ "یکسان." + +#~ msgid "release level" +#~ msgstr "سطح انتشار" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "از پیدا کردن کلیه تکراری ها مطمئن هستید؟" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "نوع سند کلیه اسنادی که از این نوع سند استفده میکنند به هیچ تبدیل خواهد شد." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1093,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?" diff --git a/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po b/mayan/apps/documents/locale/fr/LC_MESSAGES/django.po index 1a7ef6c351..b8e5353436 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 @@ -11,79 +11,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documents" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documents" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Type de document" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "Type MIME" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nom de fichier" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Type de métadonnées" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Valeur de la métadonnée" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Contenu" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Description" -#: __init__.py:162 -msgid "Tags" -msgstr "Etiquettes" - -#: __init__.py:163 -msgid "Comments" -msgstr "Commentaires" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "Tendances de documents" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "Utilisation du document" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "Retourne la liste de tous les documents." -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -98,7 +91,8 @@ msgstr "Document \"%(content_object)s\" créé par %(fullname)s." #: events.py:7 #, python-format -msgid "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\" créé le %(datetime)s par %(fullname)s." #: events.py:13 @@ -113,9 +107,11 @@ msgstr "Document \"%(content_object)s\" modifié par %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Document \"%(content_object)s\" modifié le %(datetime)s par %(fullname)s. Les modifications effectuées sont: %(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\" modifié le %(datetime)s par %(fullname)s. " +"Les modifications effectuées sont: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -131,81 +127,81 @@ msgstr "Document \"%(document)s\" supprimé par %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Document \"%(document)s\" supprimé le %(datetime)s par %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Image de la page" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Contenu" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "Pages (%d) du document" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" -msgstr "Utiliser le nom de fichier de la nouvelle version comme nom de fichier du document" +msgstr "" +"Utiliser le nom de fichier de la nouvelle version comme nom de fichier du " +"document" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Renommage rapide du document" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Mise à jour de version" -#: forms.py:147 -msgid "Release level" -msgstr "Niveau de version" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Numéro de série du niveau de version" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Commentaire" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nouveau nom de fichier du document" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Page" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Groupe de pages" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Compresser" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Fichier compressé" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -217,315 +213,287 @@ msgstr "Détails" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Télécharger" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Rechercher l'ensemble des sommes de contrôle des documents et renvoyer la liste des correspondances exactes." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "mise à jour du nombre total de pages des documents de type office. Ceci est particulièrement utile lorsque vous activez la prise en charge des documents office après l'ajour effectif de documents office dans la base de données." +msgstr "" +"mise à jour du nombre total de pages des documents de type office. Ceci est " +"particulièrement utile lorsque vous activez la prise en charge des documents " +"office après l'ajour effectif de documents office dans la base de données." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Rechercher les fichiers de documents manquant " -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Vider le cache image du document" -#: links.py:59 +#: links.py:57 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." +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:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "Document non initialisée" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Majeur %(major)i.%(minor)i, (nouvelle version)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Mineur %(major)i.%(minor)i, (mises à jour)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (correction mineures)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "niveau de version" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Somme de contrôle" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Le format de fichier de ce document est inconnu, le nombre de pages est donc " +"de 1 par défaut." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Saisissez une valeur valide." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" -msgstr "Utilisez des dictionnaires pour identifier les arguments par exemple: {'degrees':90}" +msgstr "" +"Utilisez des dictionnaires pour identifier les arguments par exemple: " +"{'degrees':90}" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -549,7 +517,7 @@ msgstr "Visualiser les documents" msgid "Delete documents" msgstr "Supprimer les documents" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Télécharger les documents" @@ -591,29 +559,42 @@ msgstr "Créer des types de documents" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -648,381 +629,399 @@ msgstr "Documents en stockage local:%d " #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Nombre de pages de documents dans la base de données:%d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documents" + +#: views.py:110 msgid "Date added" msgstr "Date d'ajout" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Heure d'ajout" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Type MIME du fichier" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Aucun" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Encodage MIME du fichier" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Taille du fichier" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Présent dans le stockage local" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Chemin du fichier dans le stockage local" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Pages" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Au moins un document est requis" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Suppression du document effectuée avec succès." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: erreur de suppression du %(document)s: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "document" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Etes vous certain de vouloir supprimer le document:%s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Etes vous certain de vouloir supprimer les documents:%s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Modification du document \"%s\" effectuée." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Retour" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Êtes vous certain de vouloir rechercher tous les doublons ?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Sur une grosse base de données cette opération peut prendre un certain temps." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Mise à jour du nombre total de pages effectué. Documents traités: %(total)d, documents dont le nombre total de pages a été modifié: %(change)d" +msgstr "" +"Mise à jour du nombre total de pages effectué. Documents traités: " +"%(total)d, documents dont le nombre total de pages a été modifié: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Êtes vous certain de vouloir mettre à jour les nombres totals de pages pour les documents office (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Êtes vous certain de vouloir mettre à jour les nombres totals de pages pour " +"les documents office (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Sur une grosse base de données cette opération peut prendre un certain temps." + +#: views.py:458 #, 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" +msgstr "" +"Toutes les transformations de page pour le document:%s, ont été supprimées " +"avec succès" -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Êtes vous certain de vouloir supprimer toutes les transformations de page pour le document:%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Êtes vous certain de vouloir supprimer toutes les transformations de page " +"pour le document:%s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Êtes vous certain de vouloir supprimer toutes les transformations de page pour les documents:%s?" +msgstr "" +"Êtes vous certain de vouloir supprimer toutes les transformations de page " +"pour les documents:%s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Page du document modifiée avec succès" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Il n'y a pas d'autres pages dans ce document" -#: views.py:682 +#: views.py:626 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:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Type de document modifié avec succès" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Erreur lors de la modification du type de document;%s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Type de document:%s supprimé avec succès." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Le type de document de tous les documents utilisant ce type de document seront réinitialisés." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Toutes les versions postérieures à celle-ci seront effacées" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Type de document créé avec succès" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erreur lors de la création du type de document;%(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "noms de fichiers pour le type de document:%s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "nom de fichier pour le type de document modifié avec succès" -#: views.py:1016 +#: views.py:946 #, 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:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nom de fichier du type de document:%s supprimé avec succès." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Êtes vous certain de vouloir supprimer le fichier:%(filename)s, du type de " +"document \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Nom de fichier du type de document créé avec succès" -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Cache d'image du document vidé avec succès" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Erreur lors du vidage du cache d'images du document;%s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Retour à version précédente du document effectuée avec succès" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Erreur lors du retour à une version précédente du document;%s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Êtes vous certain de vouloir revenir à cette version?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Toutes les versions postérieures à celle-ci seront effacées" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformation de page pour le document créée avec succès." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Créer une nouvelle transformation pour la page:%(page)s du document: " +"%(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformation de page pour le document modifiée avec succès." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Modifier la transformation \"%(transformation)s\" pour: %(document_page)s" +msgstr "" +"Modifier la transformation \"%(transformation)s\" pour: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformation de page pour le document supprimée avec succès." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s" +"\" pour: %(document_page)s" #: widgets.py:57 #, python-format @@ -1037,6 +1036,38 @@ msgstr "Cliquez l'image pour un aperçu taille réelle" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Etiquettes" + +#~ msgid "Comments" +#~ msgstr "Commentaires" + +#~ msgid "Release level" +#~ msgstr "Niveau de version" + +#~ msgid "Release level serial" +#~ msgstr "Numéro de série du niveau de version" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Rechercher l'ensemble des sommes de contrôle des documents et renvoyer la " +#~ "liste des correspondances exactes." + +#~ msgid "release level" +#~ msgstr "niveau de version" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Êtes vous certain de vouloir rechercher tous les doublons ?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Le type de document de tous les documents utilisant ce type de document " +#~ "seront réinitialisés." + #~ msgid "details" #~ msgstr "details" @@ -1092,15 +1123,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?" 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 794182ed8c..f0bfa6ee77 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,79 +12,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumenti" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -99,8 +93,10 @@ msgstr "Dokument \"%(content_object)s\" stvorio/la %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(content_object)s\" stvorio/la %(fullname)s dana %(datetime)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Dokument \"%(content_object)s\" stvorio/la %(fullname)s dana %(datetime)s." #: events.py:13 msgid "Document edited" @@ -114,9 +110,11 @@ msgstr "Dokument \"%(content_object)s\" uredio/la %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokument \"%(content_object)s\" je uredio/la %(fullname)s dana %(datetime)s. Izvršene su slijedeće izmjene: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokument \"%(content_object)s\" je uredio/la %(fullname)s dana %(datetime)s. " +"Izvršene su slijedeće izmjene: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -130,83 +128,76 @@ msgstr "Dokument \"%(document)s\" je uklonio/la %(fullname)s." #: events.py:26 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Dokument \"%(document)s\" je uklonio/la %(fullname)s dana %(datetime)s." +msgstr "" +"Dokument \"%(document)s\" je uklonio/la %(fullname)s dana %(datetime)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Slika stranice" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Sadržaj" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Brza promjena naziva dokumenta" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Komentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Naziv datoteke novog dokumenta" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Opseg stranica" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -218,315 +209,278 @@ msgstr "Detalji" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Pretraži sve kontrolne zbrojeve dokumenata i vrati popis istovjetnih." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Nađi nedostajuće datoteke dokumenata" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -550,7 +504,7 @@ msgstr "Pregled dokumenata" msgid "Delete documents" msgstr "Brisanje dokumenata" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Preuzimanje dokumenata" @@ -592,8 +546,8 @@ msgstr "Stvori vrste dokumenata" #: settings.py:38 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:39 @@ -616,6 +570,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -649,8 +607,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -658,367 +616,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumenti" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1038,6 +988,12 @@ msgstr "Kliknite na sliku za prikaz u punoj veličini" msgid "Document page image" msgstr "" +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Pretraži sve kontrolne zbrojeve dokumenata i vrati popis istovjetnih." + #~ msgid "details" #~ msgstr "details" @@ -1093,15 +1049,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?" @@ -1125,9 +1083,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" diff --git a/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po b/mayan/apps/documents/locale/hu/LC_MESSAGES/django.po index 7bfbcdfad7..6d3a5ddf0a 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,79 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "dokumentumok" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumentumok" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Dokumentum típus" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME típus" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Fájlnév" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metaadat típus" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metaadat érték" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Tartalom" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Leírás" -#: __init__.py:162 -msgid "Tags" -msgstr "Címkék" - -#: __init__.py:163 -msgid "Comments" -msgstr "Megjegyzések" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +89,11 @@ msgstr "A dokumentumot \"%(content_object)s\" készítette %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "A dokumentumot \"%(content_object)s\" %(datetime)s időpontban készítette %(fullname)s. " +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"A dokumentumot \"%(content_object)s\" %(datetime)s időpontban készítette " +"%(fullname)s. " #: events.py:13 msgid "Document edited" @@ -111,9 +107,11 @@ msgstr "A dokumentumot \"%(content_object)s\" módosította: %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokumentumot \"%(content_object)s\" %(datetime)s-kor %(fullname)s. módosította. Az következő változások történtek: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokumentumot \"%(content_object)s\" %(datetime)s-kor %(fullname)s. " +"módosította. Az következő változások történtek: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -127,83 +125,82 @@ msgstr "A Dokumentumot \"%(document)s\" törölte: %(fullname)s." #: events.py:26 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "A dokumentumot \"%(document)s\" %(datetime)s időpontban %(fullname)s törölte." +msgstr "" +"A dokumentumot \"%(document)s\" %(datetime)s időpontban %(fullname)s " +"törölte." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Oldal kép" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Tartalom" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Az új verzió fájlnév használata dokumentum fájlnévként." -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Dokumentum gyors átnevezése" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Verzió frissítés" -#: forms.py:147 -msgid "Release level" -msgstr "Kiadási szint" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Kiadási szint sorozat" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Megjegyzés" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Új dokumentum fájlnév" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Oldal" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Oldal tartomány" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Tömörítés" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Tömörített fájlnév" -#: forms.py:281 +#: forms.py:265 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." +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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +212,286 @@ msgstr "Részletek" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Letöltés" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Minden dokumentum keresése, ellenőrzőösszeg számítással vizsgált egyezőség alapján pontosított találat." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Az Office típusú dokumentumok oldal számának frissítse. Ez akkor hasznos, ha engedélyezett a már az adatbázisban tárolt Office-dokumentumok módosítása." +msgstr "" +"Az Office típusú dokumentumok oldal számának frissítse. Ez akkor hasznos, ha " +"engedélyezett a már az adatbázisban tárolt Office-dokumentumok módosítása." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Hiányzó dokumentumfájl keresése" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Dokumentum kép gyorsítótár törlése" -#: links.py:59 +#: links.py:57 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." +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:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Verzió: %(major)i.%(minor)i, (új kiadás)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Verzió: %(major)i.%(minor)i, (valamilyen frissítés)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "alverzió: %(major)i.%(minor)i.%(micro)i, (javítások)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "kiadási szint" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Ellenőrző összeg" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Ennek a dokumentumnak a fájlformátuma nem ismert, ezért az oldalak száma 1-" +"re állítva." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Adjon meg egy érvényes értéket." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +515,7 @@ msgstr "Dokumentum megtekintése" msgid "Delete documents" msgstr "Dokumentum törlése" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Dokumentum letöltése" @@ -589,13 +557,17 @@ msgstr "Új dokumentum típus készítése" #: settings.py:38 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:39 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:40 msgid "" @@ -607,11 +579,18 @@ msgstr "Egy dokumentum oldal százalékos (%) nagyításának aránya egy lépé 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -646,381 +625,390 @@ msgstr "Dokumentum a tárolóban: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Dokumentum oldalak száma az adatbázisban: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumentumok" + +#: views.py:110 msgid "Date added" msgstr "Dátum megadása" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Időpont megadása" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Fájl MIME-típusa" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Semmi" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Fájl MIME-kódolása" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Fájl mérete" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Létezik a tárolóban" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "A fájl elérési útja a tárolóban" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Lapok" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Adjon meg legalább egy dokumentumot!" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Sikeres dokumentum törlés." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokumentum: %(document)s törlési hiba: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokumentum" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Biztosan törölni akarja a dokumentumot: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Biztosan törölni akarja a dokumentumokat: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "A dokumentum \"%s\" szerkesztése sikeres." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Vissza" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Biztosan megkeresi az összes duplikátumot?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "A nagy adatbázisok esetében a művelet sokáig is tarthat." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Oldal szám frissítés kész. Összesen feldolgozott dokumentumok száma: %(total)d, megváltozott oldalszámú dokumentum: %(change)d" +msgstr "" +"Oldal szám frissítés kész. Összesen feldolgozott dokumentumok száma: " +"%(total)d, megváltozott oldalszámú dokumentum: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Biztos benne, hogy frissíteni szeretné az oldalszámot az Office dokumentumokban (% d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Biztos benne, hogy frissíteni szeretné az oldalszámot az Office " +"dokumentumokban (% d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "A nagy adatbázisok esetében a művelet sokáig is tarthat." + +#: views.py:458 #, 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:516 +#: views.py:460 #, 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." +msgstr "" +"Hiba %(error)s a dokumentum %(document)s oldal átalakítójának törlése közben." -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Biztos, hogy törölni szeretné a dokumentum:%s összes oldalt átalakítását?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Biztos, hogy törölni szeretné a dokumentum:%s összes oldalt átalakítását?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Biztos, hogy törölni szeretné a dokumentumok :%s összes oldalt átalakítását?" +msgstr "" +"Biztos, hogy törölni szeretné a dokumentumok :%s összes oldalt átalakítását?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "a dokumentum lap szerkesztése kikeres" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "a dokumentumnak nincs több oldala" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Ez már a dokumentum első oldala" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "A dokumentum típus sikeres szerkesztése" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Hiba a dokumentum típus %s szerkesztése közben" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "A a dokumentum típus %s sikeres törlése" -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Ezt a dokumentum típust az összes dokumentum használja, ezért a dokumentum típus nem lesz beállítva." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Minden ezután következő verzió is törölve lesz." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Sikeres dokumentum típus létrehozás." -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "A dokumentum típus létrehozása hibás: %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "A dokumentum típus fájlneve: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "A dokumentum típus fájlnevének szerkesztése sikeres." -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "A dokumentum típus fájlnevének szerkesztése hibás; %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "a dokumentum típus fájlnév %s törlése sikeres" -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Biztos, hogy törölni szeretné a fájlt: %(filename)s, a dokumentum típusból " +"\"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Dokumentum típus fájlnéve sikeresen létrehozva" -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Dokumentum kép gyorsítótárának sikeres törlése." -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Hiba a dokumentum kép gyorsítótárának törlésekor: %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Dokumentum verzió sikeresen visszaállt" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Hiba a dokumentum verzió visszaállítása közben; %s" -#: views.py:1201 +#: views.py:1129 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:1202 +#: views.py:1130 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:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Sikeres dokumentum oldal átalakító létrehozása." -#: views.py:1260 +#: views.py:1188 #, 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:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "A dokumentum oldal átalakító szerkesztése sikeres." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Átalakító: \"%(transformation)s\" szerkesztése a dokumentum laphoz: %(document_page)s" +msgstr "" +"Átalakító: \"%(transformation)s\" szerkesztése a dokumentum laphoz: " +"%(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "A dokumentum lap átalakító törlése sikeres." -#: views.py:1323 +#: views.py:1251 #, 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?" +msgstr "" +"Biztos, hogy törölni szeretné a %(document_page)s \"%(transformation)s\" " +"átalakítóját?" #: widgets.py:57 #, python-format @@ -1035,6 +1023,38 @@ msgstr "A teljes méretű előnézethez kattints a képre" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Címkék" + +#~ msgid "Comments" +#~ msgstr "Megjegyzések" + +#~ msgid "Release level" +#~ msgstr "Kiadási szint" + +#~ msgid "Release level serial" +#~ msgstr "Kiadási szint sorozat" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Minden dokumentum keresése, ellenőrzőösszeg számítással vizsgált " +#~ "egyezőség alapján pontosított találat." + +#~ msgid "release level" +#~ msgstr "kiadási szint" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Biztosan megkeresi az összes duplikátumot?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Ezt a dokumentum típust az összes dokumentum használja, ezért a " +#~ "dokumentum típus nem lesz beállítva." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1110,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?" diff --git a/mayan/apps/documents/locale/id/LC_MESSAGES/django.po b/mayan/apps/documents/locale/id/LC_MESSAGES/django.po index c9bd1ecb3f..2f4c4a7d3a 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,79 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumen" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumen-dokumen" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Jenis dokumen" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nama berkas" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Jenis 'metadata'" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Nilai 'metadata'" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Isi" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Deskripsi" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "Komentar-komentar" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +89,11 @@ msgstr "Dokumen \"%(content_object)s\" dibuat oleh %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Dokumen \"%(content_object)s\" dibuat oleh pada %(datetime)s oleh %(fullname)s" +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Dokumen \"%(content_object)s\" dibuat oleh pada %(datetime)s oleh " +"%(fullname)s" #: events.py:13 msgid "Document edited" @@ -111,8 +107,8 @@ msgstr "Dokumen \"%(content_object)s\" disunting oleh %(fullname)s" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -129,81 +125,78 @@ msgstr "Dokumen \"%(document)s\" deleteled by %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Dokumen \"%(document)s\" dihapus pada %(datetime)s oleh %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Gambar halaman" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Isi" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Gunakan nama berkas versi baru sebagai nama berkas dokumen" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Cara cepat mengganti nama dokumen" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Pembaharuan versi" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Komentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nama berkas untuk dokumen baru" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Halaman" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Jangkauan halaman" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Kompresi" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Nama berkas terkompresi" -#: forms.py:281 +#: forms.py:265 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." +msgstr "" +"Nama berkas dari berkas terkompresi yang mengandung dokumen-dokumen yang " +"akan diunduh, bila pilihan sebelumnya terpilih." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +208,282 @@ msgstr "Detail" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Unduh" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "cari 'checksum' semua dokumen dan perlihatkan hasil dalam bentuk daftar dokumen yang sama persis" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "temukan dokumen-dokumen yang hilang" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Bersihkan penyimpanan sementara dokumen" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Bersihkan representasi gambar-gambar yang dipergunakan untuk mempercepat " +"menampilkan dokumen dan hasil transformasi interaktif." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Mayor %(major)i.%(minor)i, (release baru)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (beberapa pembaharuan)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Mikro %(major)i.%(minor)i.%(micro)i, (perbaikan-perbaikan)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Format berkas dokumen ini tidak dikenal, oleh karena itu jumlah layar " +"dianggap sebagai 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Masukkan nilai yang sesuai" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +507,7 @@ msgstr "Lihat dokumen" msgid "Delete documents" msgstr "Hapus dokumen" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Unduh dokumen" @@ -589,29 +549,42 @@ msgstr "Buat jenis dokumen" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -646,381 +619,397 @@ msgstr "Dokumen-dokumen di penyimpanan: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Halaman-halaman dokumen di dalam database: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumen-dokumen" + +#: views.py:110 msgid "Date added" msgstr "Tanggal ditambahkan" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Waktu ditambahkan" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Jenis mime berkas" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Ukuran berkas" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Ada di penyimpanan" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Halaman-halaman" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Harus memberikan setidaknya satu dokumen." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokumen berhasil dihapus." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokumen: %(document)s penghapusan bermasalah: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokumen" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Apakah anda yakin ingin menghapus dokumen: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Apakah anda yakin ingin menghapus dokumen-dokumen: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokumen \"%s\" berhasil disunting." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Kembali" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Pada database yang besar pekerjaan berikut mungkin akan membutuhkan waktu untuk dilaksanakan." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Pembaharuan jumlah halaman selesai. Jumlah dokumen diproses: %(total)d, dokumen-dokumen yang diperbaharui: %(change)d" +msgstr "" +"Pembaharuan jumlah halaman selesai. Jumlah dokumen diproses: %(total)d, " +"dokumen-dokumen yang diperbaharui: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Apakah Anda yakin untuk memperbaharui jumlah halaman untuk dokumen-dokumen kantor (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Apakah Anda yakin untuk memperbaharui jumlah halaman untuk dokumen-dokumen " +"kantor (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Pada database yang besar pekerjaan berikut mungkin akan membutuhkan waktu " +"untuk dilaksanakan." + +#: views.py:458 #, 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." +msgstr "" +"Semua transformasi-transformasi halaman untuk dokumen: %s, telah berhasil " +"dihapus." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Apakah anda yakin untuk membersihkan semua transformasi halaman untuk dokumen: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Apakah anda yakin untuk membersihkan semua transformasi halaman untuk " +"dokumen: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Apakah anda yakin untuk menghapus semua transformasi-transformasi halaman untuk dokumen-dokumen: %s?" +msgstr "" +"Apakah anda yakin untuk menghapus semua transformasi-transformasi halaman " +"untuk dokumen-dokumen: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Halaman dokumen berhasil disunting." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Tidak ada halaman lagi dalam dokumen ini" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Anda telah berada pada halaman pertama dari dokumen ini" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Jenis dokumen berhasil disunting" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Masalah dalam menyunting jenis dokumen: %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Jenis dokumen: %s berhasil dihapus." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Jenis dokumen dari semua dokumen yang menggunakan jenis dokumen ini akan dibuat menjadi 'none'." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Semua versi sebelum versi yang ini akan ikut dihapus juga." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Jenis dokumen berhasil dibuat" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Masalah dalam membuat jenis dokumen; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "nama berkas untuk jenis dokumen: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Nama berkas jenis dokumen berhasil disunting." -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Masalah dalam menyunting nama berkas jenis dokumen: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nama berkas jenis dokumen: %s berhasil dihapus." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Apakah anda yakin untuk menghapus nama berkas: %(filename)s, dari jenis " +"dokumen \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Nama berkas jenis dokumen berhasil dibuat." -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Masalah dalam membuat nama berkas jenis dokumen; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Penyimpanan sementara gambar dokumen berhasil dibersihkan" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Masalah dalam membersihkan penyimpanan sementara gambar dokumen; %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" -msgstr "Apakah anda yakin untuk membersihkan penyimpanan sementara gambar dokumen?" +msgstr "" +"Apakah anda yakin untuk membersihkan penyimpanan sementara gambar dokumen?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versi dokumen berhasil dikembalikan." -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Masalah dalam mengembalikan versi dokumen; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Apakah anda yakin untuk kembali ke versi yang ini?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Semua versi sebelum versi yang ini akan ikut dihapus juga." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformasi halaman dokumen berhasil dibuat." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Buat transformasi baru untuk halaman: %(page)s dari dokumen: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformasi halaman dokumen berhasil disunting" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Sunting transformasi \"%(transformation)s\" untuk: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformasi halaman dokumen berhasil dihapus." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Apakah anda yakin untuk menghapus transformasi \"%(transformation)s\" untuk: " +"%(document_page)s" #: widgets.py:57 #, python-format @@ -1035,6 +1024,23 @@ msgstr "Klik pada gambar untuk melihat ukuran penuh" msgid "Document page image" msgstr "" +#~ msgid "Comments" +#~ msgstr "Komentar-komentar" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "cari 'checksum' semua dokumen dan perlihatkan hasil dalam bentuk daftar " +#~ "dokumen yang sama persis" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Jenis dokumen dari semua dokumen yang menggunakan jenis dokumen ini akan " +#~ "dibuat menjadi 'none'." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1096,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?" diff --git a/mayan/apps/documents/locale/it/LC_MESSAGES/django.po b/mayan/apps/documents/locale/it/LC_MESSAGES/django.po index 2c0aecdddd..7241486d5e 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,79 +13,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documenti" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documenti" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Tipo documento " -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "Tipo MIME" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nome file" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Tipo metdata" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Valore metadata" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Contenuto " -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Descrizione " -#: __init__.py:162 -msgid "Tags" -msgstr "Etichette " - -#: __init__.py:163 -msgid "Comments" -msgstr "Commenti " - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -100,8 +93,10 @@ msgstr "Documento \"%(content_object)s\" creato da by %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." #: events.py:13 msgid "Document edited" @@ -115,9 +110,11 @@ msgstr "Documento \"%(content_object)s\" modificato da %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" è stato modificato il %(datetime)s da %(fullname)s. Queste le seguenti modifiche: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" è stato modificato il %(datetime)s da " +"%(fullname)s. Queste le seguenti modifiche: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -133,81 +130,78 @@ msgstr "Documento \"%(document)s\" cancellato da %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" cancellato il %(datetime)s da %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Immagine della pagina" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Contenuti" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Utilizza il nuovo nome di versione il nome del documento" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Rinomina del documento veloce" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Versione aggiornamento" -#: forms.py:147 -msgid "Release level" -msgstr "Livello di versione" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Livello di versione sequenziale" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Commento" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nuovo nome documento" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Pagina" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Intervallo pagina" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Comprimere" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Nome file compresso " -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -219,315 +213,284 @@ msgstr "Dettagli" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Scarica" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Cerca tutti i documenti con il checksum e restituisci una lista delle corrispondenze esatte." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Update the page count of the office type documents. This is useful when enabling office document support after there were already office type documents in the database." +msgstr "" +"Update the page count of the office type documents. This is useful when " +"enabling office document support after there were already office type " +"documents in the database." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Trovare i file di documenti mancanti" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Svuota la cache immagine del documento" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Cancella le rappresentazioni grafiche utilizzate per accellerare la " +"visualizzazione dei documenti e dei risultati interattivi trasformazioni." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Maggiore %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minore %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "Livello di release" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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" +msgstr "" +"Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà 1" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -551,7 +514,7 @@ msgstr "Visualizza documenti" msgid "Delete documents" msgstr "Cancella documenti" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Scarica documenti" @@ -593,30 +556,42 @@ msgstr "Crea tipo di documento" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -650,381 +625,392 @@ msgstr "Documenti nello storage:%d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Pagine di documenti nel database:%d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documenti" + +#: views.py:110 msgid "Date added" msgstr "Inserimento data" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Inserimento orario" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "File mimetype" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Nessuno " -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "File mime encoding" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Dimensioni del file" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Esiste nello storage" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "File path in storage" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Pagine" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Devi indicare almeno un documento" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Documento eliminato correttamente." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento:%(document)s errore cancellazione: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "documento" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sei sicuro di voler cancellare il documento: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sei sicuro di voler cancellare i documenti: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Il documento \"%s\" è ancora in modifica" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Ritorno" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Sei sicuro di voler trovare tutti i duplicati?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "In un grande database questa operazione potrebbe richiedere del tempo " - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Update del numero di pagine completato. Il documenti processati %(total)d, con il numero di pagine cambiate: %(change)d" +msgstr "" +"Update del numero di pagine completato. Il documenti processati " +"%(total)d, con il numero di pagine cambiate: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "In un grande database questa operazione potrebbe richiedere del tempo " + +#: views.py:458 #, 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." +msgstr "" +"Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate " +"con successo." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documento:%s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documenti:%s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Pagina di documento modificata con successo." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Non ci sono più pagine in questo documento" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Sei già alla prima pagina del documento" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tipo di documento modificata con successo" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Errore nella modifica del tipo di documento;%s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo di documento: %s cancellata ." -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" +msgstr "" +"Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Il tipo di documento per tutti i documenti sarà messo a nullo" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Tutte le versioni più tardi verrà cancellato." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tipo di documento creato con successo" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Errore nella creazione del tipo di documento;%(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "tipo di documento per il nome file: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Tipo di documento per il nome file modificato con successo" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Errore nella modifica del tipo di nome file;%s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipo di nome file per il documento: %s cancellato con successo." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di " +"documento\"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Tipo di nome file per nome file creato con successo" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Errore creando il tipo di nome file; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Cancellata con successo la cache delle immagini dei documenti" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Errore nella pulizia della cache del documento; %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versione del documento ripristinato con successo" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Errore restituito, quando ripristino documento; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Sei sicuro di voler tornare a questa versione?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Tutte le versioni più tardi verrà cancellato." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Trasformazioni per la pagina del documento creata con successo" -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Crea una nuova trasformazione per la pagina: %(page)s del documento: " +"%(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Document page trasformation edited successfully." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" -msgstr "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" +msgstr "" +"Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Trasformazione della pagina di documento cancellata con successo." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: " +"%(document_page)s" #: widgets.py:57 #, python-format @@ -1039,6 +1025,36 @@ msgstr "Click sull'immagine per l'anteprima" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Etichette " + +#~ msgid "Comments" +#~ msgstr "Commenti " + +#~ msgid "Release level" +#~ msgstr "Livello di versione" + +#~ msgid "Release level serial" +#~ msgstr "Livello di versione sequenziale" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Cerca tutti i documenti con il checksum e restituisci una lista delle " +#~ "corrispondenze esatte." + +#~ msgid "release level" +#~ msgstr "Livello di release" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Sei sicuro di voler trovare tutti i duplicati?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "Il tipo di documento per tutti i documenti sarà messo a nullo" + #~ msgid "details" #~ msgstr "details" @@ -1094,15 +1110,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?" diff --git a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po index 2b877813ae..99af1d187c 100644 --- a/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/lv/LC_MESSAGES/django.po @@ -1,86 +1,80 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +89,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +105,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +123,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +201,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +496,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +538,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +562,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +599,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +608,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1035,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?" @@ -1121,9 +1069,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" diff --git a/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po b/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po index 4fd7f76407..061065b32c 100644 --- a/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/nb/LC_MESSAGES/django.po @@ -1,86 +1,79 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +88,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +104,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +122,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +200,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +495,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +537,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +561,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +598,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +607,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1034,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?" @@ -1121,9 +1068,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 bb9329f551..2d782540db 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,79 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documenten" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documenten" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Documentsoort" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME type" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Bestandsnaam" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata type" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadata waarde" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Inhoud" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Omschrijving" -#: __init__.py:162 -msgid "Tags" -msgstr "Labels" - -#: __init__.py:163 -msgid "Comments" -msgstr "Commentaar" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +89,10 @@ msgstr "Document \"%(content_object)s\" aangemaakt door %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Document \"%(content_object)s\" aangemaakt op %(datetime)s door %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Document \"%(content_object)s\" aangemaakt op %(datetime)s door %(fullname)s." #: events.py:13 msgid "Document edited" @@ -111,9 +106,11 @@ msgstr "Document \"%(content_object)s\" is bewerkt door %(fullname)s" #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Document \" %(content_object)s \" is bewerkt op %(datetime)s door %(fullname)s . De volgende wijzigingen hebben plaatsgevonden: %(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 \" is bewerkt op %(datetime)s door " +"%(fullname)s . De volgende wijzigingen hebben plaatsgevonden: %(changes)s ." #: events.py:24 msgid "Document deleted" @@ -127,83 +124,83 @@ msgstr "Document \" %(document)s \" verwijderd door %(fullname)s ." #: events.py:26 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." -msgstr "Document \" %(document)s \" verwijderd op %(datetime)s door %(fullname)s ." +msgstr "" +"Document \" %(document)s \" verwijderd op %(datetime)s door %(fullname)s ." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Pagina afbeelding" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Inhoud" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Gebruik de nieuwe versie van de bestandsnaam als document bestandsnaam" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Snel document hernoemen" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Version update" -#: forms.py:147 -msgid "Release level" -msgstr "Release level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release level serial" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Commentaar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nieuw document bestandsnaam" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Pagina" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Pagina bereik" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Comprimeren" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Bestandsnaam gecomprimeerde archiefbestand" -#: forms.py:281 +#: forms.py:265 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." +msgstr "" +"De bestandsnaam van het gecomprimeerde archiefbestand dat alle documenten " +"bevat die dienen te worden gedownload, als de voorgaande optie is " +"geselecteerd." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +212,286 @@ msgstr "Details" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Download" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Doorzoek door alle documenten op checksum, geeft een lijst met exacte overeenkomenden " - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Verversen van de paginanummering voor Office-documenten. Dit is handig wanneer u de ondersteuning voor Office-documenten heeft ingeschakeld en de paginanummering van de al aanwezige Office-documenten automatisch wilt bijwerken." +msgstr "" +"Verversen van de paginanummering voor Office-documenten. Dit is handig " +"wanneer u de ondersteuning voor Office-documenten heeft ingeschakeld en de " +"paginanummering van de al aanwezige Office-documenten automatisch wilt " +"bijwerken." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Vind vermiste bestanden" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Opschonen van documentafbeeldingen voorraad." -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Opschonen van de grafische afbeeldingen, die gebuikt worden bij het " +"versnellen van de documentweergave en interactive transformatie resultaten." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "release level" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Checksum" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Het bestandformaat voor dit document is onbekent, de pagina teller staat " +"daarom standaard op 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Voer een valide waarde in" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +515,7 @@ msgstr "Documenten bekijken" msgid "Delete documents" msgstr "Documenten verwijderen" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Documenten downloaden" @@ -589,9 +557,11 @@ msgstr "Documentsoorten aanmaken" #: settings.py:38 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." +"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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -601,18 +571,24 @@ msgstr "Percentage in- of uitzoomen voor documentpagina per gebruikeractie." 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:41 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:42 msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Aantal graden documentpagina rotatie per gebruikeractie." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -646,381 +622,396 @@ msgstr "Aantal documenten in opslag: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Aantal document pagina's in de database: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documenten" + +#: views.py:110 msgid "Date added" msgstr "Datum toegevoegd" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Tijdstip toegevoegd" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "MIME-type bestand" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Leeg" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "MIME-encoding bestand" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Bestandgrootte" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Aanwezig in opslag" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Bestandspad in opslag" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Pagina's" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "U dient tenminste een document op te geven " -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Document succesvol verwijdert" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Fout bij verwijderen document: %(document)s. foutmelding: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "document" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Weet u zeker dat u dit document wenst te verwijderen: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Weet u zeker dat u deze documenten wents te verwijderen: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Document \"%s\" succesvol bewerkt" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Terug" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Weet u zeker dat u alle duplicaten wenst te finden?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Op een grote database kan deze operatie veel tijd inbeslag nemen." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "paginanummering is voltooid. Documenten afgehandeld: %(total)d / %(change)d documenten bijgewerkt." +msgstr "" +"paginanummering is voltooid. Documenten afgehandeld: %(total)d / %(change)d " +"documenten bijgewerkt." -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Bent u zeker van dat u de paginanummering voor Office-documenten (%d) wenst bij te werken?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Bent u zeker van dat u de paginanummering voor Office-documenten (%d) wenst " +"bij te werken?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "Op een grote database kan deze operatie veel tijd inbeslag nemen." + +#: views.py:458 #, 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." +msgstr "" +"Al de pagina transformaties voor document: %s, zijn succesvol verwijdert." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Weet u zeker dat u alle pagina transformaties voor document: %s, wenst te verwijderen?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Weet u zeker dat u alle pagina transformaties voor document: %s, wenst te " +"verwijderen?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Weet u zeker dat u alle pagina transformaties voor de documenten: %s, wenst te verwijderen?" +msgstr "" +"Weet u zeker dat u alle pagina transformaties voor de documenten: %s, wenst " +"te verwijderen?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Documentpagina succesvol bewerkt" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Er zijn verder geen pagina's meer in dit document" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "U bent al op de eerste pagina in dit document" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Documentsoort succesvol bewerkt" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Fout tijdens bewerken documentsoort; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Documentsoort: %s, succesvol verwijdert" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" -msgstr "Fout bij verwijderen Documentsoort: %(document_type)s. Foutmelding: %(error)s" +msgstr "" +"Fout bij verwijderen Documentsoort: %(document_type)s. Foutmelding: %(error)s" -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Het documentsoort van alle documenten van deze soort zal op none worden gezet." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Alle recentere versies na deze zullen ook worden verwijdert." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Documentsoort succesvol aangemaakt" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Fout bij aanmaken documentsoort; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "bestandnamen voor documentsoort: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "bestandnaam voor documentsoort, succesvol bewerkt" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Fout bij bewerken bestandnaam voor documentsoort. Foutmelding: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "documentsoort bestandsnaam: %s succesvol verwijdert" -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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?" +msgstr "" +"Bent u zeker dat u de bestandsnaam: %(filename)s , van documentsoort: \" " +"%(document_type)s \", wenst te verwijderen?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Documentsoort bestandsnaam succesvol aangemaakt" -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Het buffer met pagina afbeeldingen is opgeschoond" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Fout bij het opschonen van pagina afbeeldingen buffer. Foutmelding: %s" -#: views.py:1126 +#: views.py:1054 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?" +msgstr "" +"Bent u zeker dat u het buffer met pagina afbeeldingen wenst op te schonen?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Documentversie succesvol teruggevoerd" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Fout bij het terugvoeren van de documentversie. Foutmelding: %s" -#: views.py:1201 +#: views.py:1129 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:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Alle recentere versies na deze zullen ook worden verwijdert." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformatie voor documentpagina is aangemaakt" -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Aanmaken van transformatie voor pagina: %(page)s in document: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformatie voor documentpagina bewerkt" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Bewerkt transformatie \"%(transformation)s\" voor: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformatie documentpagina verwijdert" -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Weet u zeker dat u deze transformatie wenst te verwijderen: " +"\"%(transformation)s\" for: %(document_page)s" #: widgets.py:57 #, python-format @@ -1035,6 +1026,38 @@ msgstr "Click op de afbeelding voor een preview op ware grootte" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Labels" + +#~ msgid "Comments" +#~ msgstr "Commentaar" + +#~ msgid "Release level" +#~ msgstr "Release level" + +#~ msgid "Release level serial" +#~ msgstr "Release level serial" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Doorzoek door alle documenten op checksum, geeft een lijst met exacte " +#~ "overeenkomenden " + +#~ msgid "release level" +#~ msgstr "release level" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Weet u zeker dat u alle duplicaten wenst te finden?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Het documentsoort van alle documenten van deze soort zal op none worden " +#~ "gezet." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1113,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?" diff --git a/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pl/LC_MESSAGES/django.po index 701d917349..efb35067ab 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 @@ -11,79 +11,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumenty" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumenty" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nazwa pliku" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -98,7 +92,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -113,8 +108,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -131,81 +126,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Obraz strony" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Zawartość" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Version update" -#: forms.py:147 -msgid "Release level" -msgstr "Release level" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Release level serial" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Komentarz" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nowa nazwa dokumentu" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Strona" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Zakres strony" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Kompresuj" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -217,315 +204,278 @@ msgstr "Szczegóły" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Pobierz" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"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." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "release level" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Wprowadź poprawną wartość." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -549,7 +499,7 @@ msgstr "Zobacz dokumenty" msgid "Delete documents" msgstr "Usuwanie dokumentów" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Pobierz dokumenty" @@ -591,8 +541,8 @@ msgstr "Tworzenie typów dokumentu" #: settings.py:38 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:39 @@ -615,6 +565,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -648,8 +602,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -657,367 +611,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumenty" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Rozmiar pliku" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokument usunięty." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokument" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Czy na pewno chcesz usunąć dokument:%s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Czy na pewno chcesz usunąć dokumenty:%s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Powrót" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Czy na pewno chcesz znaleźć wszystkie duplikaty?" - -#: views.py:425 views.py:483 views.py:551 -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:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +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:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Jesteś już na pierwszej stronie tego dokumentu" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Czy na pewno chcesz, powrócić do tej wersji?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1037,6 +983,25 @@ msgstr "" msgid "Document page image" msgstr "" +#~ msgid "Release level" +#~ msgstr "Release level" + +#~ msgid "Release level serial" +#~ msgstr "Release level serial" + +#~ msgid "" +#~ "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 "release level" +#~ msgstr "release level" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Czy na pewno chcesz znaleźć wszystkie duplikaty?" + #~ msgid "details" #~ msgstr "details" @@ -1092,15 +1057,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?" @@ -1124,9 +1091,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" diff --git a/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po b/mayan/apps/documents/locale/pt/LC_MESSAGES/django.po index 33fe983e21..23fc944670 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,79 +11,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documentos" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documentos" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nome do ficheiro" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -98,8 +91,10 @@ msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -113,9 +108,11 @@ msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. Foram feitas as seguintes alterações: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" foi editado em %(datetime)s por " +"%(fullname)s. Foram feitas as seguintes alterações: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -131,81 +128,77 @@ msgstr "Documento \"%(document)s\" excluído por %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" excluído em %(datetime)s por %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Imagem da página" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Conteúdos" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" -msgstr "Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" +msgstr "" +"Usar o nome de ficheiro da nova versão como nome de ficheiro do documento" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Renomeação rápida de documento" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Atualização de versão" -#: forms.py:147 -msgid "Release level" -msgstr "Nível de edição" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Nº de série do nível de edição" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Comentário" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Novo nome de ficheiro" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Página" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Comprimir" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -217,315 +210,285 @@ msgstr "Detalhes" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Descarregar" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Pesquisar todas as somas de verificação dos documentos e retornar uma lista de correspondências exatas." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Atualizar o número de páginas dos documentos tipo office. Isto pode ser útil se habilitar o suporte a documentos office quando já existirem alguns na base de dados." +msgstr "" +"Atualizar o número de páginas dos documentos tipo office. Isto pode ser " +"útil se habilitar o suporte a documentos office quando já existirem alguns " +"na base de dados." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Encontrar ficheiros de documentos em falta" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Limpar a cache de imagens de documentos" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Limpar as representações gráficas usadas para acelerar a exibição e " +"transformações interativas de documentos." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Maior %(major)i.%(minor)i, (nova edição)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Menor %(major)i.%(minor)i, (algumas atualizações)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro %(major)i.%(minor)i.%(micro)i, (correções)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "nível de edição" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Soma de verificação" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Este formato de ficheiro não é conhecido, por isso o número de páginas tem o " +"valor padrão 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -549,7 +512,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Descarregar documentos" @@ -591,9 +554,11 @@ msgstr "Criar tipos de documentos" #: settings.py:38 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." +"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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -603,17 +568,27 @@ msgstr "Percentagem de zoom in/out por interação do utilizador." 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -648,381 +623,394 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Páginas de documento na base de dados: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documentos" + +#: views.py:110 msgid "Date added" msgstr "Data de adição" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Hora de adição" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Tipo MIME do ficheiro" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Nenhum" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Codificação MIME do ficheiro" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Tamanho do ficheiro" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Caminho do ficheiro no armazenamento" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Páginas" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Documento excluído com sucesso." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "documento" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Tem a certeza de que deseja excluir o documento: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Tem a certeza de que deseja excluir os documentos: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado com sucesso." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Voltar" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Tem a certeza de que deseja encontrar todos os duplicados?" - -#: views.py:425 views.py:483 views.py:551 -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:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Actualização do número de páginas finalizada. Documentos processados: %(total)d, documentos cujo nº de páginas foi alterado: %(change)d" +msgstr "" +"Actualização do número de páginas finalizada. Documentos processados: " +"%(total)d, documentos cujo nº de páginas foi alterado: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Tem a certeza de que deseja atualizar o número de páginas dos documentos office (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Tem a certeza de que deseja atualizar o número de páginas dos documentos " +"office (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +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:458 #, 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." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Tem a certeza de que deseja limpar todas as transformações de página para o documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Tem a certeza de que deseja limpar todas as transformações de página para o " +"documento: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Tem a certeza de que deseja limpar todas as transformações de página para os documentos: %s?" +msgstr "" +"Tem a certeza de que deseja limpar todas as transformações de página para os " +"documentos: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Página do documento editada com sucesso." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Já está na primeira página deste documento" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tipo de documento editado com sucesso" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Erro ao editar tipo de documento; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s excluído com sucesso." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "O tipo de documento de todos os documentos deste tipo será definido como \"nenhum\"." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Todas as versões posteriores a esta também serão eliminadas." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tipo de documento criado com sucesso" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erro ao criar tipo de documento; %(error)s " -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "nomes de ficheiro para o tipo de documento: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Nome de ficheiro para tipo de documento editado com sucesso" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +msgstr "" +"Tem a certeza de que deseja excluir o nome de ficheiro: %(filename)s , para " +"tipo de documento \"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Nome de ficheiro para tipo de documento criado com sucesso" -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Cache de imagens de documentos limpa com sucesso" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Erro ao limpar a cache de imagens de documentos; %s" -#: views.py:1126 +#: views.py:1054 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:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versão do documento revertida com sucesso" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1201 +#: views.py:1129 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:1202 +#: views.py:1130 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:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformação para página do documento criada com sucesso." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Criar nova transformação para página: %(page)s do documento: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformação para página do documento editada com sucesso." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformação para página do documento excluída com sucesso." -#: views.py:1323 +#: views.py:1251 #, 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 " +msgstr "" +"Tem a certeza de que deseja excluir \"%(transformation)s\" para: " +"%(document_page)s " #: widgets.py:57 #, python-format @@ -1037,6 +1025,32 @@ msgstr "Clique na imagem para visualizar em tamanho completo" msgid "Document page image" msgstr "" +#~ msgid "Release level" +#~ msgstr "Nível de edição" + +#~ msgid "Release level serial" +#~ msgstr "Nº de série do nível de edição" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Pesquisar todas as somas de verificação dos documentos e retornar uma " +#~ "lista de correspondências exatas." + +#~ msgid "release level" +#~ msgstr "nível de edição" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Tem a certeza de que deseja encontrar todos os duplicados?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "O tipo de documento de todos os documentos deste tipo será definido como " +#~ "\"nenhum\"." + #~ msgid "details" #~ msgstr "details" @@ -1092,15 +1106,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?" 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 57f606a110..a3db7f7a4c 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 @@ -11,79 +11,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documentos" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documentos" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nome do arquivo" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -98,8 +91,10 @@ msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." #: events.py:13 msgid "Document edited" @@ -113,9 +108,11 @@ msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Documento \"%(content_object)s\" foi editado em %(datetime)s por %(fullname)s. As seguintes alterações foram realizadas: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Documento \"%(content_object)s\" foi editado em %(datetime)s por " +"%(fullname)s. As seguintes alterações foram realizadas: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -131,81 +128,73 @@ msgstr "Documento \"%(document)s\" deletado por %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Imagem da página" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Conteúdos" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Renomear documento rápido" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Versão de atualização" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Comentário" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Novo nome de arquivo" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Página" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Intervalo de páginas" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -217,315 +206,280 @@ msgstr "Detalhes" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Baixar" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Encontrar arquivos de documentos em falta" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Verificação" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +msgstr "" +"Este formato de arquivo não é conhecida, a contagem de página, portanto, tem " +"o padrão 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -549,7 +503,7 @@ msgstr "Ver documentos" msgid "Delete documents" msgstr "Excluir documentos" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Baixar documentos" @@ -591,29 +545,42 @@ msgstr "Criar tipos de documentos" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -648,381 +615,391 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Páginas do documento no banco de dados: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documentos" + +#: views.py:110 msgid "Date added" msgstr "Data de adição" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Horario de adição" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Mimetype do arquivo" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Codificação MIME do arquivo" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Tamanho do arquivo" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Caminho do arquivo no armazenamento" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Páginas" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Documento removido com sucesso." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "documento" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Tem certeza de que deseja excluir o documento: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Tem certeza de que deseja excluir os documentos: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\", editado com sucesso." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Voltar" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" - -#: views.py:425 views.py:483 views.py:551 -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:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +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:458 #, 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." +msgstr "" +"Todas as transformações de página para o documento: %s, foram excluídas com " +"sucesso." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para o documento: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Tem certeza de que deseja limpar todas as transformações de página para o " +"documento: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Tem certeza de que deseja limpar todas as transformações de página para os documentos: %s?" +msgstr "" +"Tem certeza de que deseja limpar todas as transformações de página para os " +"documentos: %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Página do documento editado com sucesso." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Você já está na primeira página deste documento" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tipo de documento editado com sucesso" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Erro ao editar tipo de documento; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s apagado com sucesso." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tipo de documento criado com sucesso" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erro ao criar tipo de documento; %(error)s " -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "nomes de arquivos para o tipo de documento: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Nome de arquivo para tipo de documento editado com sucesso" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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 \"?" +msgstr "" +"Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo " +"de documento \" %(document_type)s \"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Nome de arquivo do tipo de documento criado com sucesso" -#: views.py:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versão do documento revertidos com sucesso" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Erro ao reverter versão do documento; %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Transformação para página do documento criada com sucesso." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Criar nova transformação para página: %(page)s do documento: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Transformação para página do documento editada com sucesso." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Transformação para página do documento excluida com sucesso." -#: views.py:1323 +#: views.py:1251 #, 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 " +msgstr "" +"Tem certeza de que deseja excluir \"%(transformation)s\" para: " +"%(document_page)s " #: widgets.py:57 #, python-format @@ -1037,6 +1014,23 @@ msgstr "Clique na imagem para visualizar em tamanho completo" msgid "Document page image" msgstr "" +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Pesquisar todas as somas de verificação de documentos e retornar uma " +#~ "lista de correspondências exatas." + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "O tipo de documento de todos os documentos usando este tipo de documento " +#~ "será definido como \"nenhum\"." + #~ msgid "details" #~ msgstr "details" @@ -1092,15 +1086,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?" @@ -1124,9 +1120,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 72598365cf..e81fe2207c 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,79 +9,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Documente" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "documente" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Tip document" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "Tip MIME" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Nume fişier" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Tip metadate " -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Valoare metadate " -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Conținut" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Descriere" -#: __init__.py:162 -msgid "Tags" -msgstr "Etichete" - -#: __init__.py:163 -msgid "Comments" -msgstr "Comentarii" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,7 +90,8 @@ msgstr "Documentul \"%(content_object)s\" creat de %(fullname)s." #: events.py:7 #, python-format -msgid "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\" creat %(datetime)s de %(fullname)s." #: events.py:13 @@ -111,9 +106,11 @@ msgstr "Document \"%(content_object)s\" editat de %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Document \"%(content_object)s\" editat în %(datetime)s de %(fullname)s. Au fost efectuate următoarele modificări : %(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\" editat în %(datetime)s de %(fullname)s. Au " +"fost efectuate următoarele modificări : %(changes)s." #: events.py:24 msgid "Document deleted" @@ -129,81 +126,81 @@ msgstr "Document \"%(document)s\" şters de%(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Document \"%(document)s\" şters în %(datetime)s de %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Imaginea paginii" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Conţinut" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" -msgstr "Utilizați numele de fişier al versiuni numele de fișier al documentului pentru numele de fișier al documentului" +msgstr "" +"Utilizați numele de fişier al versiuni numele de fișier al documentului " +"pentru numele de fișier al documentului" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Redenumire rapidă" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Actulizare versiune" -#: forms.py:147 -msgid "Release level" -msgstr "Nivel versiune" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Versiune nivel serie" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Comentariu" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Nume document nou" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Pagina" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Pagini" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Comprimă" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Nume fişier comprimat" -#: forms.py:281 +#: forms.py:265 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." +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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +212,285 @@ msgstr "Detalii" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Descarcă" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Caută documetele cu suma de control egale" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Actualizați numărul de pagini a documentelor de tip office. Acest lucru este util atunci când activati suport pentru documentele care existau deja în baza de date." +msgstr "" +"Actualizați numărul de pagini a documentelor de tip office. Acest lucru este " +"util atunci când activati suport pentru documentele care existau deja în " +"baza de date." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Găseşte documentele care lipsesc" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Goliți memoria cache de imaginii ale documentului" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Goliți reprezentările grafice folosite pentru a accelera afișarea " +"documentelor și rezultatele interactive de transformari." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Major %(major)i.%(minor)i, (new release)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Minor %(major)i.%(minor)i, (some updates)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Micro%(major)i.%(minor)i.%(micro)i, (fixes)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "nivel versiune" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Suma de control" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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ă. " +msgstr "" +"Formatul acestui document este necunoscut, de aceea se consideră că acesta " +"conţine o pagină. " -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Introduceţi o valoare validă." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +514,7 @@ msgstr "Vizualizează" msgid "Delete documents" msgstr "Şterge" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Descarcă" @@ -589,29 +556,43 @@ msgstr "Tip nou" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -646,381 +627,392 @@ msgstr "Documente în arhivă: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Pagini în baza de date: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "documente" + +#: views.py:110 msgid "Date added" msgstr "Dată adaugată" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Timp adăugat" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Tip fişier " -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Nici unul" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Enconding fişier" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Marime fişier" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Există în arhivă" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Cale fisier in arhiva" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Pagini" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Trebuie selectat cel puțin un document." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Document șters cu succes." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s eroare de ștergere: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "document" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sunteți sigur că doriți să ștergeți documentul:% s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sunteți sigur că doriți să ștergeți documentele: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documentul \"%s\" editat cu succes." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Reveniţi" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Sunteți sigur că doriți să găsiți toate duplicatele?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Penru bazele de date mari, această operație poate dura ceva timp pentru a fi executa." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Numărul de pagini actualizat complet. Documente procesate: %(total)d, documente cu numărul de pagini actualizat: %(change)d" +msgstr "" +"Numărul de pagini actualizat complet. Documente procesate: %(total)d, " +"documente cu numărul de pagini actualizat: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Sunteți sigur că doriți să actualizați numărul de pagini pentru documentele de birou (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Sunteți sigur că doriți să actualizați numărul de pagini pentru documentele " +"de birou (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"Penru bazele de date mari, această operație poate dura ceva timp pentru a fi " +"executa." + +#: views.py:458 #, 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." +msgstr "" +"Toate paginile transformate pentru document: %s , au fost șterse cu succes." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "Sunteți sigur că doriți să ștergeți toate transformările document:% s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Sunteți sigur că doriți să ștergeți toate transformările pentru documente: %s?" +msgstr "" +"Sunteți sigur că doriți să ștergeți toate transformările pentru documente: " +"%s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Pagina documentul editat cu succes." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Nu mai sunt pagini în acest document." -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Sunteți deja la prima pagină a acestui document" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tip de document editat cu succes" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Eroare editarea tip document; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tip de document: %s eliminat cu succes." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Tipul de document pentru toate documentele utilizând acest tip de document va fi setat la nici unul." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Toate versiune de dupa aceasta, vor fi şterse de asemenea." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tip de document creat cu succes" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Eroare la crearea tipului de document; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "nume de fișiere pentru tip de document: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Nume fişier tip de document editat cu succes" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Eroare editarea tip nume de fișier ; %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipul documentului nume fisier : %s eliminat cu succes." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +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:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Tip nume tip fişier creat cu succes" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Eroare la crearea tip nume fișier document; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Memoria cache a imaginii documentului a fost ștearsă cu succes" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Eroare ştergere cache imagine document; %s" -#: views.py:1126 +#: views.py:1054 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?" +msgstr "" +"Sunteți sigur că doriți să ștergeți memoria cache a imaginii documentului?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Versiunea documentului refacută cu succes" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Eroare la revenirea la versiunea documentului; %s" -#: views.py:1201 +#: views.py:1129 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:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Toate versiune de dupa aceasta, vor fi şterse de asemenea." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Pagina de transformare document creat cu succes." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Creați transformare nou pentru pagină: %(page)s e a documentului: " +"%(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Pagina de transformare documentul editat cu succes." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editați transformare \"%(transformation)s\" pentru: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Pagina de transformare a documentul ștearsă cu succes." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Sunteți sigur că doriți să ștergeți transformare \"%(transformation)s\" " +"pentru: %(document_page)s" #: widgets.py:57 #, python-format @@ -1035,6 +1027,36 @@ msgstr "Click pe imagine pentru a vizualiza" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Etichete" + +#~ msgid "Comments" +#~ msgstr "Comentarii" + +#~ msgid "Release level" +#~ msgstr "Nivel versiune" + +#~ msgid "Release level serial" +#~ msgstr "Versiune nivel serie" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "Caută documetele cu suma de control egale" + +#~ msgid "release level" +#~ msgstr "nivel versiune" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Sunteți sigur că doriți să găsiți toate duplicatele?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Tipul de document pentru toate documentele utilizând acest tip de " +#~ "document va fi setat la nici unul." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1112,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?" diff --git a/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po b/mayan/apps/documents/locale/ru/LC_MESSAGES/django.po index 73044b580b..166f43d486 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,79 +10,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Документы" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "документы" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Тип документа" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME type" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Имя файла" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Тип метаданных" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Значение метаданных" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Содержимое" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Описание" -#: __init__.py:162 -msgid "Tags" -msgstr "Метки" - -#: __init__.py:163 -msgid "Comments" -msgstr "Комментарии" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -97,8 +91,11 @@ msgstr "Документ \"%(content_object)s\", создан %(fullname)s ." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Документ \"%(content_object)s\" создан %(datetime)s пользователем %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Документ \"%(content_object)s\" создан %(datetime)s пользователем " +"%(fullname)s." #: events.py:13 msgid "Document edited" @@ -112,9 +109,11 @@ msgstr "Документ \"%(content_object)s\" редактировал %(fulln #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были внесены изменения: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были " +"внесены изменения: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -130,81 +129,78 @@ msgstr "Документ \"%(document)s\" удалил %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Документ\"%(document)s\" удалил %(datetime)s %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Изображение страницы" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Содержание" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Использовать имя новой версии файла как имя документа" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Быстро переименовать документ" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Обновление версии" -#: forms.py:147 -msgid "Release level" -msgstr "Уровень релиза" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Номер уровня релиза" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Комментарий" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Новое имя файла документа" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Страница" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Диапазон страниц" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Сжать" -#: forms.py:280 +#: forms.py:264 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." -msgstr "Скачать документ в исходном формате или сжатым. Этот вариант доступен только при загрузке одного документа, для нескольких документов будет использован сжатый файл." +msgstr "" +"Скачать документ в исходном формате или сжатым. Этот вариант доступен только " +"при загрузке одного документа, для нескольких документов будет использован " +"сжатый файл." -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Имя сжатого файла" -#: forms.py:281 +#: forms.py:265 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:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -216,315 +212,282 @@ msgstr "Детали" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Скачать" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Искать все контрольные суммы документов и вернуть список точных совпадений." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Пересчитать количество страниц. Это полезно для включения поддержки уже существующих офисных документов." +msgstr "" +"Пересчитать количество страниц. Это полезно для включения поддержки уже " +"существующих офисных документов." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Найти недостающие файлы документов" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Очистить кэш изображения документа" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "Очистить графику для ускорения отображения документов и интерактивных преобразований." +msgstr "" +"Очистить графику для ускорения отображения документов и интерактивных " +"преобразований." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Основной %(major)i.%(minor)i, (новый релиз)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Младший %(major)i.%(minor)i, (некоторые обновления)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Микро %(major)i.%(minor)i.%(micro)i, (исправления)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "уровень релиза" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Контрольная сумма" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "Этот формат файла документа не известен, количество страниц поэтому 1." -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -548,7 +511,7 @@ msgstr "Просмотр документов" msgid "Delete documents" msgstr "Удаление документов" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Загрузка документов" @@ -590,9 +553,11 @@ msgstr "Создание типов документов" #: settings.py:38 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:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -614,6 +579,10 @@ msgstr "Процент уменьшения масштаба страницы д msgid "Amount in degrees to rotate a document page per user interaction." msgstr "Градус поворота страницы документа в интерактивном режиме." +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -647,381 +616,392 @@ msgstr "Документы в хранилище: %d." #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Страниц документов в базе данных: %d." -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "документы" + +#: views.py:110 msgid "Date added" msgstr "Дата добавления" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Время добавления" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Mime тип файла" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Нет" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Mime-кодировка файла" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Размер" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Существует в хранилище" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Путь к файлу в хранилище" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Страницы" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Документ успешно удален." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "документ" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Вы действительно хотите удалить документ: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Вы действительно хотите удалить документы: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документ \"%s\" изменен." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Назад" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Вы действительно хотите найти все дубликаты?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Страницы посчитаны. Всего обработано %(total)d документов, из них количество страниц изменилось у %(change)d" +msgstr "" +"Страницы посчитаны. Всего обработано %(total)d документов, из них количество " +"страниц изменилось у %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Вы действительно хотите пересчитать количество страниц для офисных документов (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Вы действительно хотите пересчитать количество страниц для офисных " +"документов (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Все преобразования страницы для документа: %s успешно удалены." -#: views.py:516 +#: views.py:460 #, 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:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Вы действительно хотите удалить все преобразования странице документа: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Вы действительно хотите удалить все преобразования странице документа: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Вы действительно хотите удалить все преобразования страницы для документов: %s?" +msgstr "" +"Вы действительно хотите удалить все преобразования страницы для документов: " +"%s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Страница документа успешно изменена." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr " Нет более страниц в этом документе" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Вы уже на первой странице этого документа" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Тип документа успешно изменен" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Ошибка редактирования типа документа; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Вид документа: %s успешно удален." -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Тип документа: %(document_type)s ошибка удаления: %(error)s" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Вы действительно хотите удалить тип документа: %s?" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Тип документа всех документов этого типа станет неопределённым." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Все более поздние версии после этого будут удалены" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Тип документа успешно создан" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Ошибка при создании типа документа; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "имена файлов для типа документа: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Имя файла для типа документа успешно изменено" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Ошибка редактирования документа введите имя файла; %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Имя файла для типа документа: %s успешно удалено." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" -msgstr "Вы действительно хотите удалить имя файла: %(filename)s из типа документа \"%(document_type)s\"?" +msgstr "" +"Вы действительно хотите удалить имя файла: %(filename)s из типа документа " +"\"%(document_type)s\"?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Имя файла для типа документа успешно создан" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Ошибка создания имени файла для типа документа; %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "Кэш изображений документа очищен" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Ошибка очистки кэш изображений документов %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "Вы уверены, что хотите очистить кэш изображений документа?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Версия документа восстановлена" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Ошибка получения версии документа %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Вы уверены, что хотите вернуться к этой версии?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Все более поздние версии после этого будут удалены" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Преобразование страницы документа создано успешно." -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "Создать новое преобразование для страницы: %(page)s документа: %(document)s" +msgstr "" +"Создать новое преобразование для страницы: %(page)s документа: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Преобразование страницы успешно изменено." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Изменить преобразования \"%(transformation)s\" for: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Преобразование страницы успешно удалено." -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "Вы действительно хотите удалить преобразования \"%(transformation)s\" for: %(document_page)s\"" +msgstr "" +"Вы действительно хотите удалить преобразования \"%(transformation)s\" for: " +"%(document_page)s\"" #: widgets.py:57 #, python-format @@ -1036,6 +1016,36 @@ msgstr "Нажмите на изображение для полного про msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Метки" + +#~ msgid "Comments" +#~ msgstr "Комментарии" + +#~ msgid "Release level" +#~ msgstr "Уровень релиза" + +#~ msgid "Release level serial" +#~ msgstr "Номер уровня релиза" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Искать все контрольные суммы документов и вернуть список точных " +#~ "совпадений." + +#~ msgid "release level" +#~ msgstr "уровень релиза" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Вы действительно хотите найти все дубликаты?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "Тип документа всех документов этого типа станет неопределённым." + #~ msgid "details" #~ msgstr "details" @@ -1091,15 +1101,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?" 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 9cb732c3b2..c9863f0fcb 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,79 +10,73 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Dokumenti" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "dokumenti" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Tip dokumenta" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME tip" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Ime datoteke" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Tip metapodatkov" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Vrednost metapodatkov" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Vsebina" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Opis" -#: __init__.py:162 -msgid "Tags" -msgstr "Oznaka" - -#: __init__.py:163 -msgid "Comments" -msgstr "Komentarji" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -97,7 +91,8 @@ msgstr "Dokument \"%(content_object)s\" kreiral %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "Dokument \"%(content_object)s\" kreiral %(fullname)s ob %(datetime)s." #: events.py:13 @@ -112,9 +107,11 @@ msgstr "Dokument \"%(content_object)s\" je uredil %(fullname)s." #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Dokument \"%(content_object)s\" je uredil %(fullname)s ob %(datetime)s. Narejene so bile naslednje spremembe: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Dokument \"%(content_object)s\" je uredil %(fullname)s ob %(datetime)s. " +"Narejene so bile naslednje spremembe: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -130,81 +127,78 @@ msgstr "Dockment \"%(document)s\" je izbrisal %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Dokument \"%(document)s\" je izbrisal %(fullname)s ob %(datetime)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "Slika strani" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Vsebina" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "Uporabi ime nove verzije kot ime dokumenta." -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Hitro preimenovanje dokumenta" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Posodobitev različice" -#: forms.py:147 -msgid "Release level" -msgstr "Rasličica izdaje" - -#: forms.py:153 -msgid "Release level serial" -msgstr "Serijska številka različice izdaje" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Komentar" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Novo ime datoteke dokumenta" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Stran" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Obseg strani" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Stisni" -#: forms.py:280 +#: forms.py:264 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." -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:281 +#: forms.py:265 msgid "Compressed filename" msgstr "Ime stisnjene datoteke" -#: forms.py:281 +#: forms.py:265 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." +msgstr "" +"Ime skrčene datotteke, ki do vsebovala datoteke za prenos, če je bila " +"prejšnja opcija izbrana." -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -216,315 +210,283 @@ msgstr "Podrobnosti" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "Prenos" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "Išči vse nadzorne vsote vseh dokumentov in vrni seznam natančnih zadetkov." - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." -msgstr "Posodobite število strani v pisarniških tipih dokumentov. To je koristno pri omogočanju podpore pisarniških dokumentov, ko so že obstajali pisarniški tipi dokumentov v bazi." +msgstr "" +"Posodobite število strani v pisarniških tipih dokumentov. To je koristno pri " +"omogočanju podpore pisarniških dokumentov, ko so že obstajali pisarniški " +"tipi dokumentov v bazi." -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Poišči manjkajoče datoteke iz dokumenta" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Pobriši predpomnilniško sliko dokumenta" -#: links.py:59 +#: links.py:57 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." +msgstr "" +"Počistite grafične predstavitve, ki se uporabljajo za pospešitev prikaza " +"dokumentov in rezultatov interaktivnih transformacij." -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "Glavni %(major)i.%(minor)i, (nova izdaja)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "Manjši %(major)i.%(minor)i, (nekatere posodobitve)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "Mikro %(major)i.%(minor)i.%(micro)i, (popravki)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "stopnja izdaje" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "Nadzorna vsota" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Vnesi veljavno vrednost." -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -548,7 +510,7 @@ msgstr "Poglej dokumente" msgid "Delete documents" msgstr "Izbiši dokumente" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Prenesi dokumente" @@ -590,29 +552,42 @@ msgstr "Kreiran tipe dokumentov" #: settings.py:38 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:39 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:40 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:41 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:42 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" #: statistics.py:46 #, python-format @@ -647,381 +622,389 @@ msgstr "Dokumenti v shrambi: %d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "Strani dokumenta v bazi: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "dokumenti" + +#: views.py:110 msgid "Date added" msgstr "Dodano datum" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Dodano čas" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "MIME vrsta datoteke" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "Brez" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Kodiranje MIME datoteke" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Velikost datoteke" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "Obstaja v shrambi" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "Pot datoteke v shrambi" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Strani" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Potrebno je podati vsaj en dokument" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "Dokument bil uspešno izbrisan." -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s napaka brisanja:%(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "dokument" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Ali ste prepričani, da želite pobrisati dokument: %s" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Ali ste prepričani, da želite pobrisati dokumente: %s" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Dokument %s je bil uspešno urejen." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "Nazaj" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "Ali ste prepričani, da želite poiskati vse dvojnike?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "Če je baza velika lahko operacija zahteva nekaj več časa da se izvrši." - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "Osveževanje števila strani je uspešno končano. Pregledanih dokumentov: %(total)d, dokumenti s spremenjenimi stranmi: %(change)d" +msgstr "" +"Osveževanje števila strani je uspešno končano. Pregledanih dokumentov: " +"%(total)d, dokumenti s spremenjenimi stranmi: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" -msgstr "Ali ste prepričani, da želite osvežiti število strani za pisarniške dokumente (%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" +msgstr "" +"Ali ste prepričani, da želite osvežiti število strani za pisarniške " +"dokumente (%d)?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "Če je baza velika lahko operacija zahteva nekaj več časa da se izvrši." + +#: views.py:458 #, 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:516 +#: views.py:460 #, 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." +msgstr "" +"Napaka v izbrisu preoblikovanj strani za dokument: %(document)s; %(error)s." -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" -msgstr "Ali ste prepričani, da želite izbrisati preoblikovanja za dokument: %s?" +"Are you sure you wish to clear all the page transformations for document: %s?" +msgstr "" +"Ali ste prepričani, da želite izbrisati preoblikovanja za dokument: %s?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "Ali ste prepričani, da želite izbrisati preoblikovanja vseh strani za dokument %s?" +msgstr "" +"Ali ste prepričani, da želite izbrisati preoblikovanja vseh strani za " +"dokument %s?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "Stran dokumenta je bila uspešno urejena." -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "Ni več strani v tem dokumentu" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "Ste že na prvi strani dokumenta" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Tip dokumenta je bil uspešno urejen" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Napaka urejanja tipa dokumenta: %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Dokument tipa: %s je bil uspešno izbrisan." -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Tip dokument: %(document_type)s napaka brisanja:%(error)s" -#: views.py:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Tip dokumenta vseh dokumentov, ki uporabljajo ta tip bo nastavljen na brez." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "Vse prejšnje verzije bodo tudi izbrisane." -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Tip dokumenta je bil uspešno kreiran" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Napaka kreiranja tipa dokumenta: %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "ime datoteke za tip dokumenta: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Ime dokumenta za tip dokumenta je bil uspešno urejen." -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "Napaka urejanja za ime datoteke tipaa dokumenta: %s" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Ime datoteke tipa dokumenta: %s je bil uspešno izbrisan." -#: views.py:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "Ime datoteke za tip dokumenta je bil uspešno kreiran" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Napaka kreiranja imena datoteke za tip dokumenta: %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr " Predpomnilniška slika dokumenta je bila uspešno izbrisana" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "Napaka v brisanju predpomnilniške slike dokumenta:%s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" -msgstr "Ali ste prepričani, da želite pobrisati predpomnilniško sliko dokumenta?" +msgstr "" +"Ali ste prepričani, da želite pobrisati predpomnilniško sliko dokumenta?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "Povrnitev verzije dokumenta je bila uspešna" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "Napaka v povrnitvi dokumenta verzija: %s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "Ali želite povrniti dokument na izbrano verzijo?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "Vse prejšnje verzije bodo tudi izbrisane." -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "Preoblikovanje strani dokumenta je bilo uspešno." -#: views.py:1260 +#: views.py:1188 #, 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" +msgstr "" +"Kreiraj novo preobliikovanje za stran: %(page)s dokumenta: %(document)s" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "Preoblikovanje strani dokumenta je bilo uspešno." -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Uredi preoblikovanje \"%(transformation)s\" za: %(document_page)s" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "Preoblikovanje dokumenta je bilo uspešno izbrisano." -#: views.py:1323 +#: views.py:1251 #, 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" +msgstr "" +"Ali ste prepričani, da želite izbrisati preoblikovanja \"%(transformation)s" +"\" za: %(document_page)s" #: widgets.py:57 #, python-format @@ -1036,6 +1019,38 @@ msgstr "Klikni na sliko za pogled v polni velikosti" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Oznaka" + +#~ msgid "Comments" +#~ msgstr "Komentarji" + +#~ msgid "Release level" +#~ msgstr "Rasličica izdaje" + +#~ msgid "Release level serial" +#~ msgstr "Serijska številka različice izdaje" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "" +#~ "Išči vse nadzorne vsote vseh dokumentov in vrni seznam natančnih " +#~ "zadetkov." + +#~ msgid "release level" +#~ msgstr "stopnja izdaje" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "Ali ste prepričani, da želite poiskati vse dvojnike?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Tip dokumenta vseh dokumentov, ki uporabljajo ta tip bo nastavljen na " +#~ "brez." + #~ msgid "details" #~ msgstr "details" @@ -1091,15 +1106,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?" diff --git a/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po b/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po index a58dc82216..169abd139e 100644 --- a/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/sq/LC_MESSAGES/django.po @@ -1,86 +1,79 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +88,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +104,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +122,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +200,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +495,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +537,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +561,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +598,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +607,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1034,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?" @@ -1121,9 +1068,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 f70cc0ccac..57fdd6f0a5 100644 --- a/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/tr_TR/LC_MESSAGES/django.po @@ -1,86 +1,79 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +88,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +104,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +122,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +200,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +495,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +537,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +561,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +598,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +607,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1034,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?" @@ -1121,9 +1068,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 0a317a786c..a2bcb704a4 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,79 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "Tài liệu" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "Tài liệu" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "Kiểu tài liệu" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME type" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "Tên file" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata type" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "Nội dung" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "Mô tả" -#: __init__.py:162 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:163 -msgid "Comments" -msgstr "Chú thích" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -96,8 +89,10 @@ msgstr "Tài liệu \"%(content_object)s\" được tạo bởi %(fullname)s." #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "Tài liệu \"%(content_object)s\" được tạo ngày %(datetime)s bởi %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "" +"Tài liệu \"%(content_object)s\" được tạo ngày %(datetime)s bởi %(fullname)s." #: events.py:13 msgid "Document edited" @@ -111,9 +106,11 @@ msgstr "Tài liệu \"%(content_object)s\" được chỉnh sửa bởi %(fullna #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "Tài liệu \"%(content_object)s\"được chỉnh sửa ngày %(datetime)s bởi %(fullname)s. Các thay đổi được thực hiện: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"Tài liệu \"%(content_object)s\"được chỉnh sửa ngày %(datetime)s bởi " +"%(fullname)s. Các thay đổi được thực hiện: %(changes)s." #: events.py:24 msgid "Document deleted" @@ -129,81 +126,73 @@ msgstr "Tài liệu \"%(document)s\" được xóa bởi %(fullname)s." msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Tài liệu \"%(document)s\" được xóa ngày %(datetime)s bởi %(fullname)s." -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "Nội dung" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "Sửa nhanh tên tài liệu" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "Cập nhật phiên bản" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "Chú thích" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "Tên file tài liệu mới" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "Trang" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "Dãy trang" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "Nén" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -215,315 +204,280 @@ msgstr "Chi tiết" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "Tìm các file tài liệu bị mất" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "Xóa bộ nhớ tạm ảnh tài liệu" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 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." +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:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "Nhập giá trị hợp lệ" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -547,7 +501,7 @@ msgstr "Xem tài liệu" msgid "Delete documents" msgstr "Xóa tài liệu" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "Tải xuống tài liệu" @@ -589,19 +543,23 @@ msgstr "Tạo kiểu tài liệu" #: settings.py:38 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:39 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:40 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:41 msgid "" @@ -613,6 +571,10 @@ msgstr "Số phần trăm nhỏ nhất (%) cho phép người dùng thu nhỏ tr 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:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -646,8 +608,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -655,367 +617,361 @@ msgstr "" msgid "Document pages in database: %d" msgstr "Số trang tài liệu trong cơ sở dữ liệu: %d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "Tài liệu" + +#: views.py:110 msgid "Date added" msgstr "Ngày thêm vào" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "Thời gian thêm vào" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "Kiểu file" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "Kiểu mã hóa file" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "Kích thước file" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "Trang" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu." -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "tài liệu" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Bạn có chắc muốn xóa tài liệu: %s?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Bạn có chắc muốn xóa tài liệu: %s?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Tài liệu \"%s\" đã được sửa thành công." -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "Kiểu tài liệu sửa thành công" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "Lỗi sửa kiểu tài liệu; %s" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "Kiểu tài liệu: %s xóa thành công." -#: views.py:932 +#: views.py:863 #, 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:944 +#: views.py:875 #, 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:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "Kiểu tài liệu của tất cả các tài liệu đang sử dụng kiểu tài liệu này sẽ được gán bằng none." +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "Kiểu tài liệu được tạo thành công." -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "Lỗi tạo kiểu tài liệu; %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "các tên file cho kiểu tài liệu: %s" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "Tên file kiểu tài liệu sửa thành công" -#: views.py:1016 +#: views.py:946 #, 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:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, 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:1050 +#: views.py:979 #, 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:1066 +#: views.py:995 #, python-format 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\"?" +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:1091 +#: views.py:1020 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:1094 +#: views.py:1023 #, 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:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1035,6 +991,19 @@ msgstr "Click lên ảnh để xem kích thước đầy đủ" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "Tags" + +#~ msgid "Comments" +#~ msgstr "Chú thích" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "" +#~ "Kiểu tài liệu của tất cả các tài liệu đang sử dụng kiểu tài liệu này sẽ " +#~ "được gán bằng none." + #~ msgid "details" #~ msgstr "details" @@ -1090,15 +1059,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?" @@ -1122,9 +1093,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 646c906367..388c371cc1 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,79 +10,72 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "文档" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "文档" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "文档类型" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "MIME类型" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "文件名" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "Metadata类型" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "Metadata值" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "内容" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "描述" -#: __init__.py:162 -msgid "Tags" -msgstr "标签" - -#: __init__.py:163 -msgid "Comments" -msgstr "评论" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "文档趋势" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "文档使用情况" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "返回全部文档列表" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -97,7 +90,8 @@ msgstr "文档\"%(content_object)s\"由%(fullname)s创建" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "文档 \"%(content_object)s\" 由 %(fullname)s 于 %(datetime)s 创建" #: events.py:13 @@ -112,9 +106,11 @@ msgstr "文档 \"%(content_object)s\"由%(fullname)s编辑" #: events.py:15 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." -" The following changes took place: %(changes)s." -msgstr "%(fullname)s于%(datetime)s编辑文档\"%(content_object)s\"。修改如下:%(changes)s" +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " +"The following changes took place: %(changes)s." +msgstr "" +"%(fullname)s于%(datetime)s编辑文档\"%(content_object)s\"。修改如下:" +"%(changes)s" #: events.py:24 msgid "Document deleted" @@ -130,81 +126,75 @@ msgstr "文档 \"%(document)s\"被%(fullname)s删除。" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "%(fullname)s于%(datetime)s删除文档 \"%(document)s\"。" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "页面图片" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "内容" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "文档页(%d)" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "使用新版本文件名作为文档名称" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "快速文档重命名" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "版本更新" -#: forms.py:147 -msgid "Release level" -msgstr "发布级别" - -#: forms.py:153 -msgid "Release level serial" -msgstr "发布级别序列号" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "评论" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "新文档文件名" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "页面" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "页范围" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "压缩" -#: forms.py:280 +#: forms.py:264 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." -msgstr "以原始格式或者压缩方式下载文档。此选项仅仅在下载一个文档时候有效,对多个文档,总是以压缩文件方式下载。" +msgstr "" +"以原始格式或者压缩方式下载文档。此选项仅仅在下载一个文档时候有效,对多个文" +"档,总是以压缩文件方式下载。" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "压缩的文件名" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "如果选择了前面选项,压缩文件的文件名将包含要下载的文档" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -216,315 +206,278 @@ msgstr "详细" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "下载" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "搜索全部文档的校验码,并且返回精确匹配列表。" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "更新办公类型文档的页数。当支持办公文档存在于数据库时,将是有用的。" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "找缺少的文档" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "清除文档预览图片缓存" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "清除图像信息有助于加速文档显示和变换结果交互。" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "未初始化的文档" -#: models.py:299 -#, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +#: models.py:323 +#, fuzzy, python-format +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "主版本 %(major)i.%(minor)i, (新发布)" -#: models.py:300 -#, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +#: models.py:324 +#, fuzzy, python-format +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "次版本 %(major)i.%(minor)i, (部分更新)" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "微版本 %(major)i.%(minor)i.%(micro)i, (修复)" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "发布级别" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "校验码" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "次文档格式未知,所以页数默认是 1" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, 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:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "输入有效值" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "使用字典来标识参数,比如:{'degrees':90}" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -548,7 +501,7 @@ msgstr "查看文档" msgid "Delete documents" msgstr "删除文档" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "下载文档" @@ -590,8 +543,8 @@ msgstr "创建文档类型" #: settings.py:38 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:39 @@ -614,6 +567,10 @@ msgstr "文档交互页中允许用户缩小的最小百分比(%)" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "每个交互用户中文档页的旋转度数" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -647,376 +604,369 @@ msgstr "存储中文档数:%d" #: statistics.py:72 #, 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 #, python-format msgid "Document pages in database: %d" msgstr "数据库中文档页数:%d" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "文档" + +#: views.py:110 msgid "Date added" msgstr "添加日期" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "添加时间" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "UUID" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "文件mimetype" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "无" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "文件mime编码" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "文件大小" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "在存储中存在" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "在存储中的文件路径" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "页面" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "必须至少提供一个文档" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "文档删除成功" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "文档%(document)s删除出错: %(error)s" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "文档" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "确定要删除文档%s么?" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "确定要删除文档:%s么?" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "文档\"%s\"编辑成功。" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "返回" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "确定要查找所有重复么?" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "在大数据中,此操作将比较耗时。" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "页数更新完成。文档处理了%(total)d,其中变化页数的文档: %(change)d" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "确定要更新办公文档的页数(%d)么?" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "在大数据中,此操作将比较耗时。" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "文档: %s的变换页数已经成功删除" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "删除文档: %(document)s变换页数失败%(error)s" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "确定要清除文档: %s的所有变换页么?" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "确定要清除文档: %s的所有变换页么?" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "文档页面修改成功" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "此文档中无更多页" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "你已经在此文档的第一页了" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "文档类型编辑成功" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "编辑文档类型 %s出错" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "文档类型: %s删除成功" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "文档类型: %(document_type)s删除失败: %(error)s" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "确定要删除文档类型: %s么?" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "使用这个文档类型的所有文档的文档类型将被置为NONE" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "此版本以后的所有版本将被删除" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "文档类型创建成功" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "创建文档类型失败 %(error)s" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "文档类型: %s的文件名" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "文档类型文件名编辑成功" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "编辑文档类型文件名%s失败" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "文档类型文件名: %s删除成功" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "文档类型文件名 %(document_type_filename)s删除失败: %(error)s" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "确定要删除文档类型 \"%(document_type)s\"的文件名: %(filename)s么?" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "文档类型文件名创建成功" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "创建文档类型文件名失败 %(error)s" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "清除文档图像缓存成功" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "清除文档图像缓存失败 %s" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "确定要清除文档图像缓存么?" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "文档版本恢复成功" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "恢复文档版本失败%s" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "确定要恢复此版本么?" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "此版本以后的所有版本将被删除" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "文档 页面变换创建成功" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "新建文档: %(document)s页: %(page)s的变换" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "文档页变换编辑成功" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "编辑文档页: %(document_page)s的变换\"%(transformation)s\"" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "文档页变换删除成功" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1036,6 +986,34 @@ msgstr "点击图像预览实际尺寸" msgid "Document page image" msgstr "" +#~ msgid "Tags" +#~ msgstr "标签" + +#~ msgid "Comments" +#~ msgstr "评论" + +#~ msgid "Release level" +#~ msgstr "发布级别" + +#~ msgid "Release level serial" +#~ msgstr "发布级别序列号" + +#~ msgid "" +#~ "Search all the documents' checksums and return a list of the exact " +#~ "matches." +#~ msgstr "搜索全部文档的校验码,并且返回精确匹配列表。" + +#~ msgid "release level" +#~ msgstr "发布级别" + +#~ msgid "Are you sure you wish to find all duplicates?" +#~ msgstr "确定要查找所有重复么?" + +#~ msgid "" +#~ "The document type of all documents using this document type will be set " +#~ "to none." +#~ msgstr "使用这个文档类型的所有文档的文档类型将被置为NONE" + #~ msgid "details" #~ msgstr "details" @@ -1091,15 +1069,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?" 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 8857d6765d..b42b57bc9c 100644 --- a/mayan/apps/documents/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/documents/locale/zh_TW/LC_MESSAGES/django.po @@ -1,86 +1,79 @@ # SOME 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: 2014-10-08 17:09-0400\n" +"POT-Creation-Date: 2014-10-22 15:44-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:108 __init__.py:121 __init__.py:165 models.py:92 -#: permissions.py:7 +#: __init__.py:104 __init__.py:105 __init__.py:118 __init__.py:159 +#: models.py:102 permissions.py:7 views.py:813 msgid "Documents" msgstr "" -#: __init__.py:110 views.py:88 -msgid "documents" -msgstr "" - -#: __init__.py:114 +#: __init__.py:108 msgid "Thumbnail" msgstr "" -#: __init__.py:153 models.py:69 models.py:79 models.py:543 views.py:909 -#: views.py:942 views.py:983 views.py:1029 views.py:1063 views.py:1104 +#: __init__.py:112 +msgid "Type" +msgstr "" + +#: __init__.py:151 models.py:73 models.py:85 models.py:573 views.py:842 +#: views.py:873 views.py:913 views.py:959 views.py:992 views.py:1033 msgid "Document type" msgstr "" -#: __init__.py:156 +#: __init__.py:152 msgid "MIME type" msgstr "" -#: __init__.py:157 models.py:544 views.py:119 views.py:1165 +#: __init__.py:153 models.py:574 views.py:116 views.py:1093 msgid "Filename" msgstr "" -#: __init__.py:158 +#: __init__.py:154 msgid "Metadata type" msgstr "" -#: __init__.py:159 +#: __init__.py:155 msgid "Metadata value" msgstr "" -#: __init__.py:160 models.py:561 +#: __init__.py:156 models.py:591 msgid "Content" msgstr "" -#: __init__.py:161 models.py:80 +#: __init__.py:157 models.py:86 msgid "Description" msgstr "" -#: __init__.py:162 -msgid "Tags" -msgstr "" - -#: __init__.py:163 -msgid "Comments" -msgstr "" - -#: __init__.py:166 +#: __init__.py:160 msgid "Document tendencies" msgstr "" -#: __init__.py:167 +#: __init__.py:161 msgid "Document usage" msgstr "" -#: __init__.py:171 +#: __init__.py:165 msgid "Returns a list of all the documents." msgstr "" -#: __init__.py:172 +#: __init__.py:166 msgid "Returns a list of all the document types." msgstr "" @@ -95,7 +88,8 @@ msgstr "" #: events.py:7 #, python-format -msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgid "" +"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" #: events.py:13 @@ -110,8 +104,8 @@ msgstr "" #: events.py:15 #, python-format 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 "" #: events.py:24 @@ -128,81 +122,73 @@ msgstr "" msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: forms.py:47 links.py:67 +#: forms.py:46 links.py:65 msgid "Page image" msgstr "" -#: forms.py:57 forms.py:236 +#: forms.py:56 forms.py:220 msgid "Contents" msgstr "" -#: forms.py:90 forms.py:92 +#: forms.py:89 forms.py:91 #, python-format msgid "Document pages (%d)" msgstr "" -#: forms.py:118 +#: forms.py:119 msgid "Use the new version filename as the document filename" msgstr "" -#: forms.py:134 +#: forms.py:135 msgid "Quick document rename" msgstr "" -#: forms.py:142 +#: forms.py:143 msgid "Version update" msgstr "" -#: forms.py:147 -msgid "Release level" -msgstr "" - -#: forms.py:153 -msgid "Release level serial" -msgstr "" - -#: forms.py:161 models.py:319 views.py:1169 +#: forms.py:148 models.py:341 views.py:1097 msgid "Comment" msgstr "" -#: forms.py:167 +#: forms.py:154 msgid "New document filename" msgstr "" -#: forms.py:231 widgets.py:48 +#: forms.py:215 widgets.py:48 msgid "Page" msgstr "" -#: forms.py:250 +#: forms.py:234 msgid "Page range" msgstr "" -#: forms.py:280 +#: forms.py:264 msgid "Compress" msgstr "" -#: forms.py:280 +#: forms.py:264 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." msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "Compressed filename" msgstr "" -#: forms.py:281 +#: forms.py:265 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." msgstr "" -#: links.py:39 views.py:66 +#: links.py:39 views.py:63 msgid "All documents" msgstr "" -#: links.py:40 models.py:649 views.py:721 +#: links.py:40 models.py:679 views.py:665 msgid "Recent documents" msgstr "" @@ -214,315 +200,278 @@ msgstr "" msgid "Properties" msgstr "" -#: links.py:43 links.py:44 links.py:65 links.py:88 links.py:94 +#: links.py:43 links.py:44 links.py:63 links.py:86 links.py:92 msgid "Delete" msgstr "" -#: links.py:45 links.py:64 links.py:87 links.py:93 +#: links.py:45 links.py:62 links.py:85 links.py:91 msgid "Edit" msgstr "" -#: links.py:46 links.py:47 links.py:48 views.py:381 +#: links.py:46 links.py:47 links.py:48 views.py:379 msgid "Download" msgstr "" #: links.py:49 -msgid "Find duplicates" -msgstr "" - -#: links.py:50 -msgid "Find all duplicates" -msgstr "" - -#: links.py:50 -msgid "" -"Search all the documents' checksums and return a list of the exact matches." -msgstr "" - -#: links.py:51 msgid "Update office documents' page count" msgstr "" -#: links.py:51 +#: links.py:49 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: links.py:52 links.py:53 +#: links.py:50 links.py:51 msgid "Clear transformations" msgstr "" -#: links.py:54 +#: links.py:52 msgid "Print" msgstr "" -#: links.py:55 +#: links.py:53 msgid "History" msgstr "" -#: links.py:56 +#: links.py:54 msgid "Find missing document files" msgstr "" -#: links.py:59 +#: links.py:57 msgid "Clear the document image cache" msgstr "" -#: links.py:59 +#: links.py:57 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: links.py:62 +#: links.py:60 msgid "Page transformations" msgstr "" -#: links.py:63 +#: links.py:61 msgid "Create new transformation" msgstr "" -#: links.py:68 +#: links.py:66 msgid "Page text" msgstr "" -#: links.py:69 +#: links.py:67 msgid "Edit page text" msgstr "" -#: links.py:70 +#: links.py:68 msgid "Next page" msgstr "" -#: links.py:71 +#: links.py:69 msgid "Previous page" msgstr "" -#: links.py:72 +#: links.py:70 msgid "First page" msgstr "" -#: links.py:73 +#: links.py:71 msgid "Last page" msgstr "" -#: links.py:74 +#: links.py:72 msgid "Zoom in" msgstr "" -#: links.py:75 +#: links.py:73 msgid "Zoom out" msgstr "" -#: links.py:76 +#: links.py:74 msgid "Rotate right" msgstr "" -#: links.py:77 +#: links.py:75 msgid "Rotate left" msgstr "" -#: links.py:78 +#: links.py:76 msgid "Reset view" msgstr "" -#: links.py:81 +#: links.py:79 msgid "Versions" msgstr "" -#: links.py:82 +#: links.py:80 msgid "Revert" msgstr "" -#: links.py:85 -msgid "Document type list" -msgstr "" - -#: links.py:86 views.py:879 +#: links.py:83 links.py:84 views.py:808 msgid "Document types" msgstr "" -#: links.py:89 views.py:970 +#: links.py:87 views.py:901 msgid "Create document type" msgstr "" -#: links.py:91 +#: links.py:89 msgid "Filenames" msgstr "" -#: links.py:92 +#: links.py:90 msgid "Add filename to document type" msgstr "" -#: literals.py:15 -msgid "Final" -msgstr "" - -#: literals.py:16 -msgid "Alpha" -msgstr "" - -#: literals.py:17 -msgid "Beta" -msgstr "" - -#: literals.py:18 -msgid "Release candidate" -msgstr "" - -#: literals.py:19 -msgid "Hotfix" -msgstr "" - -#: models.py:58 +#: models.py:61 msgid "Name" msgstr "" -#: models.py:70 +#: models.py:62 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: models.py:74 msgid "Documents types" msgstr "" -#: models.py:81 +#: models.py:87 msgid "Added" msgstr "" -#: models.py:91 models.py:312 models.py:638 views.py:323 +#: models.py:90 +msgid "Language" +msgstr "" + +#: models.py:101 models.py:336 models.py:668 views.py:321 msgid "Document" msgstr "" -#: models.py:100 +#: models.py:110 msgid "Uninitialized document" msgstr "" -#: models.py:299 +#: models.py:323 #, python-format -msgid "Major %(major)i.%(minor)i, (new release)" +msgid "Major %(major)i.%(minor)i.%(micro)i, (new release)" msgstr "" -#: models.py:300 +#: models.py:324 #, python-format -msgid "Minor %(major)i.%(minor)i, (some updates)" +msgid "Minor %(major)i.%(minor)i.%(micro)i, (some updates)" msgstr "" -#: models.py:301 +#: models.py:325 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:313 +#: models.py:337 msgid "Mayor" msgstr "" -#: models.py:314 +#: models.py:338 msgid "Minor" msgstr "" -#: models.py:315 +#: models.py:339 msgid "Micro" msgstr "" -#: models.py:316 -msgid "release level" -msgstr "" - -#: models.py:317 -msgid "Serial" -msgstr "" - -#: models.py:318 +#: models.py:340 msgid "Timestamp" msgstr "" -#: models.py:322 +#: models.py:344 msgid "File" msgstr "" -#: models.py:326 views.py:125 +#: models.py:350 views.py:122 msgid "Checksum" msgstr "" -#: models.py:330 models.py:331 models.py:560 +#: models.py:354 models.py:355 models.py:590 msgid "Document version" msgstr "" -#: models.py:419 +#: models.py:435 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:545 views.py:990 +#: models.py:575 views.py:920 msgid "Enabled" msgstr "" -#: models.py:552 +#: models.py:582 msgid "Document type quick rename filename" msgstr "" -#: models.py:553 +#: models.py:583 msgid "Document types quick rename filenames" msgstr "" -#: models.py:562 +#: models.py:592 msgid "Page label" msgstr "" -#: models.py:563 +#: models.py:593 msgid "Page number" msgstr "" -#: models.py:566 +#: models.py:596 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:574 models.py:617 +#: models.py:604 models.py:647 msgid "Document page" msgstr "" -#: models.py:575 +#: models.py:605 msgid "Document pages" msgstr "" -#: models.py:592 +#: models.py:622 msgid "Enter a valid value." msgstr "" -#: models.py:618 views.py:1226 +#: models.py:648 views.py:1154 msgid "Order" msgstr "" -#: models.py:619 views.py:1227 views.py:1290 views.py:1321 +#: models.py:649 views.py:1155 views.py:1218 views.py:1249 msgid "Transformation" msgstr "" -#: models.py:620 views.py:1228 +#: models.py:650 views.py:1156 msgid "Arguments" msgstr "" -#: models.py:620 +#: models.py:650 msgid "Use dictionaries to indentify arguments, example: {'degrees':90}" msgstr "" -#: models.py:628 +#: models.py:658 msgid "Document page transformation" msgstr "" -#: models.py:629 +#: models.py:659 msgid "Document page transformations" msgstr "" -#: models.py:637 +#: models.py:667 msgid "User" msgstr "" -#: models.py:639 +#: models.py:669 msgid "Accessed" msgstr "" -#: models.py:648 +#: models.py:678 msgid "Recent document" msgstr "" @@ -546,7 +495,7 @@ msgstr "" msgid "Delete documents" msgstr "" -#: permissions.py:14 views.py:380 +#: permissions.py:14 views.py:378 msgid "Download documents" msgstr "" @@ -588,8 +537,8 @@ msgstr "" #: settings.py:38 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:39 @@ -612,6 +561,10 @@ msgstr "" msgid "Amount in degrees to rotate a document page per user interaction." msgstr "" +#: settings.py:45 +msgid "Default documents language (in ISO639-2 format)." +msgstr "" + #: statistics.py:46 #, python-format msgid "Document types: %d" @@ -645,8 +598,8 @@ msgstr "" #: statistics.py:72 #, 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 @@ -654,367 +607,359 @@ msgstr "" msgid "Document pages in database: %d" msgstr "" -#: views.py:113 +#: views.py:85 +msgid "documents" +msgstr "" + +#: views.py:110 msgid "Date added" msgstr "" -#: views.py:114 +#: views.py:111 msgid "Time added" msgstr "" -#: views.py:115 +#: views.py:112 msgid "UUID" msgstr "" -#: views.py:120 +#: views.py:117 msgid "File mimetype" msgstr "" -#: views.py:120 views.py:121 +#: views.py:117 views.py:118 msgid "None" msgstr "" -#: views.py:121 +#: views.py:118 msgid "File mime encoding" msgstr "" -#: views.py:122 +#: views.py:119 msgid "File size" msgstr "" -#: views.py:123 +#: views.py:120 msgid "Exists in storage" msgstr "" -#: views.py:124 +#: views.py:121 msgid "File path in storage" msgstr "" -#: views.py:126 +#: views.py:123 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:134 #, python-format msgid "Document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:156 msgid "Document data" msgstr "" -#: views.py:183 views.py:496 +#: views.py:180 views.py:440 msgid "Must provide at least one document." msgstr "" -#: views.py:199 +#: views.py:196 msgid "Document deleted successfully." msgstr "" -#: views.py:201 +#: views.py:198 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:208 +#: views.py:205 msgid "document" msgstr "" -#: views.py:216 +#: views.py:213 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:218 +#: views.py:215 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:252 +#: views.py:250 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:315 +#: views.py:313 msgid "Documents to be downloaded" msgstr "" -#: views.py:324 views.py:1149 +#: views.py:322 views.py:1077 msgid "Version" msgstr "" -#: views.py:383 +#: views.py:381 msgid "Return" msgstr "" -#: views.py:412 -#, python-format -msgid "Duplicates of: %s" -msgstr "" - -#: views.py:424 -msgid "Are you sure you wish to find all duplicates?" -msgstr "" - -#: views.py:425 views.py:483 views.py:551 -msgid "On large databases this operation may take some time to execute." -msgstr "" - -#: views.py:448 -msgid "Duplicated documents" -msgstr "" - -#: views.py:474 +#: views.py:418 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:482 +#: views.py:426 #, python-format msgid "" -"Are you sure you wish to update the page count for the office documents " -"(%d)?" +"Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:514 +#: views.py:427 views.py:495 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:458 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:516 +#: views.py:460 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:522 +#: views.py:466 msgid "Document transformation" msgstr "" -#: views.py:531 +#: views.py:475 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: " -"%s?" +"Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:533 +#: views.py:477 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:561 +#: views.py:505 msgid "Missing documents" msgstr "" -#: views.py:577 views.py:619 +#: views.py:521 views.py:563 #, python-format msgid "Details for: %s" msgstr "" -#: views.py:638 +#: views.py:582 msgid "Document page edited successfully." msgstr "" -#: views.py:647 +#: views.py:591 #, python-format msgid "Edit: %s" msgstr "" -#: views.py:664 +#: views.py:608 msgid "There are no more pages in this document" msgstr "" -#: views.py:682 +#: views.py:626 msgid "You are already at the first page of this document" msgstr "" -#: views.py:827 +#: views.py:770 #, python-format msgid "Print: %s" msgstr "" -#: views.py:899 +#: views.py:812 +msgid "OCR" +msgstr "" + +#: views.py:832 msgid "Document type edited successfully" msgstr "" -#: views.py:902 +#: views.py:835 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:907 +#: views.py:840 #, python-format msgid "Edit document type: %s" msgstr "" -#: views.py:930 +#: views.py:861 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:932 +#: views.py:863 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:944 +#: views.py:875 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:945 -msgid "" -"The document type of all documents using this document type will be set to " -"none." -msgstr "" +#: views.py:876 +#, fuzzy +msgid "All documents of this type will be deleted too." +msgstr "documents of this type" -#: views.py:961 +#: views.py:892 msgid "Document type created successfully" msgstr "" -#: views.py:964 +#: views.py:895 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:982 +#: views.py:912 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1013 +#: views.py:943 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1016 +#: views.py:946 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1021 +#: views.py:951 #, python-format msgid "Edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1030 views.py:1056 views.py:1064 +#: views.py:960 views.py:985 views.py:993 msgid "Document type filename" msgstr "" -#: views.py:1048 +#: views.py:977 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1050 +#: views.py:979 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1066 +#: views.py:995 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1091 +#: views.py:1020 msgid "Document type filename created successfully" msgstr "" -#: views.py:1094 +#: views.py:1023 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1100 +#: views.py:1029 #, python-format msgid "Create filename for document type: %s" msgstr "" -#: views.py:1118 +#: views.py:1046 msgid "Document image cache cleared successfully" msgstr "" -#: views.py:1120 +#: views.py:1048 #, python-format msgid "Error clearing document image cache; %s" msgstr "" -#: views.py:1126 +#: views.py:1054 msgid "Are you sure you wish to clear the document image cache?" msgstr "" -#: views.py:1143 +#: views.py:1071 #, python-format msgid "Versions for document: %s" msgstr "" -#: views.py:1153 +#: views.py:1081 msgid "Time and date" msgstr "" -#: views.py:1157 +#: views.py:1085 msgid "Mimetype" msgstr "" -#: views.py:1161 +#: views.py:1089 msgid "Encoding" msgstr "" -#: views.py:1192 +#: views.py:1120 msgid "Document version reverted successfully" msgstr "" -#: views.py:1194 +#: views.py:1122 #, python-format msgid "Error reverting document version; %s" msgstr "" -#: views.py:1201 +#: views.py:1129 msgid "Are you sure you wish to revert to this version?" msgstr "" -#: views.py:1202 +#: views.py:1130 msgid "All later version after this one will be deleted too." msgstr "" -#: views.py:1222 +#: views.py:1150 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:1251 +#: views.py:1179 msgid "Document page transformation created successfully." msgstr "" -#: views.py:1260 +#: views.py:1188 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:1279 +#: views.py:1207 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:1292 +#: views.py:1220 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:1312 +#: views.py:1240 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:1323 +#: views.py:1251 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -1089,15 +1034,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?" @@ -1121,9 +1068,6 @@ msgstr "" #~ msgid "clone metadata" #~ msgstr "clone metadata" -#~ msgid "documents of this type" -#~ msgstr "documents of this type" - #~ msgid "documents of type \"%s\"" #~ msgstr "documents of type \"%s\"" 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 096c3a211f..f14bc42839 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,26 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "مصطلحات البحث" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "البحث" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +78,12 @@ msgstr "أقصى عدد لجلب وعرض نتائج البحث." msgid "Maximum number of search queries to remember per user." msgstr "الحد الأقصى لعدد طلبات البحث ليتم تذكرها لكل مستخدم." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "النتائج" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 88476fa540..dc240d38df 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Търсене" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "Максимален брой заявки за търсене на потребител" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 4431d2a0ff..7342d1e38a 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,26 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "Pojmovi pretrage" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Pretraga" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +78,12 @@ msgstr "Maksimalni broj pretražnih hitova da se rezultati prikažu." 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:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "rezultati" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 d92fd3dd10..d536b8adc3 100644 --- a/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/da/LC_MESSAGES/django.po @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 48f2ecdef2..1ca10262f2 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 @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 e8f0011919..624758ed8a 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,26 +12,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Suchbegriffe" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Suche" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -39,27 +48,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -71,16 +80,12 @@ msgstr "Maximale Anzahl von Treffern, die geholt und angezeigt werden." msgid "Maximum number of search queries to remember per user." msgstr "Maximale Anzahl von Suchanfragen, die pro Benutzer gespeichert werden." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "Ergebnisse" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 44483bcf23..1d4e2e6a4d 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-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,16 +18,24 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Search terms" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Search" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 #, fuzzy msgid "Advanced search" msgstr "advanced search" @@ -37,30 +45,30 @@ msgstr "advanced search" msgid "Search again" msgstr "search again" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 #, fuzzy msgid "Query" msgstr "query" -#: models.py:23 +#: models.py:27 #, fuzzy msgid "Datetime created" msgstr "datetime created" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 #, fuzzy msgid "Recent search" msgstr "recent search" -#: models.py:62 +#: models.py:65 #, fuzzy msgid "Recent searches" msgstr "recent searches" @@ -73,16 +81,12 @@ msgstr "Maximum amount search hits to fetch and display." msgid "Maximum number of search queries to remember per user." msgstr "Maximum number of search queries to remember per user." -#: views.py:44 -#, fuzzy, python-format -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)" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "results" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" @@ -100,6 +104,12 @@ msgstr "Elapsed time: %(time_delta)s seconds" msgid "Recent searches (maximum of %d)" msgstr "recent searches (maximum of %d)" +#, fuzzy +#~ 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" 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 1963c72abe..c4a9ddb66b 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 @@ -10,26 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Términos de búsqueda" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Búsqueda" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -37,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -69,16 +78,12 @@ msgstr "La cantidad máxima de resultados de búsqueda a recabar y mostrar." 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:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "resultados" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 e549a4b169..c150c066ee 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "عبارات جستجو" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "جستجو" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,12 @@ msgstr "جداکثر نتایج قابل نمایش" msgid "Maximum number of search queries to remember per user." msgstr "حداکثر تعداد پرس و جو های هرکاربر که بوسیله سیستم نگهداری میشود." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "نتایج" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 493e098dce..5dc149985c 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: # Pierre Lhoste , 2012 @@ -10,26 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Termes de recherche" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Recherche" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -37,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -69,16 +78,12 @@ msgstr "Nombre maximum de résultats de recherche à traiter et afficher." msgid "Maximum number of search queries to remember per user." msgstr "Nombre maximal de recherches à mémoriser par utilisateur" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "résultats" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 d0167e559a..ca76c6ff91 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,33 +1,43 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +77,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 9ed28ca16b..7d2e606765 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "keresési feltételek" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Keresés" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,12 @@ msgstr "A letölthető és megjeleníthető keresési találatok maximális szá 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:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "eredmények" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 4da331f1b0..843efccd77 100644 --- a/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/id/LC_MESSAGES/django.po @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 501f3a5363..1282800991 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,26 +11,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Cerca termini " -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Cerca" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -38,27 +47,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -70,16 +79,12 @@ msgstr "Massimo numero ricerca risultati da recuperare e visualizzare. " msgid "Maximum number of search queries to remember per user." msgstr "Numero massimo di query di ricerca da ricordare per utente." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "risultati " -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 e1ce945c40..a1111edd3d 100644 --- a/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/lv/LC_MESSAGES/django.po @@ -1,33 +1,43 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +77,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 2da8923a40..ed44c6edaf 100644 --- a/mayan/apps/dynamic_search/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/nb/LC_MESSAGES/django.po @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 adb0dca52b..747110c6dc 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "Zoektermen" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Zoek" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,12 @@ msgstr "Het maximum aantal zoekresultaten." msgid "Maximum number of search queries to remember per user." msgstr "Het maximum aantal zoek-opdrachten dat per gebruiker wordt opgeslagen" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "resultaten" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 91f77a6560..837794c853 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: # mic , 2012 @@ -11,26 +11,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Szukaj" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -38,27 +48,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -70,16 +80,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 e37979e251..90c0b0f70d 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,26 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Pesquisa" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -37,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -69,16 +78,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "Número máximo de consultas a recordar por utilizador." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 2261bf632d..b7eebd5acf 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 @@ -9,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Pesquisa" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,11 @@ msgstr "" 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:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 b09fad7907..7af5b61275 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,26 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "Caută termeni" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Căută" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +78,12 @@ msgstr "Căutare suma maximă hit-uri pentru a prelua și afișa." msgid "Maximum number of search queries to remember per user." msgstr "Numărul maxim de interogări de căutare per utilizator." -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "rezultate" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 dd5c592493..8bf4d60714 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,26 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "Условия поиска" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Поиск" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +46,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -66,18 +76,16 @@ msgstr "Максимальное количество отображаемых #: settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." - -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" +"Максимальное количество поисковых запросов запоминаемых для каждого " +"пользователя." -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "результаты" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 2a6a3a3af0..42cb760304 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,33 +1,43 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +77,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 9b04111842..7c4b5fbbc7 100644 --- a/mayan/apps/dynamic_search/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/dynamic_search/locale/sq/LC_MESSAGES/django.po @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 935d208aa8..97546c1ea5 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,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 76065d16bc..e976a5374f 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "Tìm kiếm" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,12 @@ msgstr "" 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:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "kết quả" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 e3b316cef7..0e490ed517 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,26 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "搜索项" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "搜索" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -36,27 +45,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -68,16 +77,12 @@ msgstr "搜索的最大查询和显示数量" msgid "Maximum number of search queries to remember per user." msgstr "每一个用户所能保存的最大查询数" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" - -#: views.py:49 -msgid "results" +#: views.py:57 +#, fuzzy +msgid "Results" msgstr "结果" -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" 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 028d4a066b..d268ed92c8 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 @@ -1,33 +1,42 @@ # SOME 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" +#: __init__.py:18 +msgid "Returns a list of all recent searches." +msgstr "" + +#: __init__.py:19 +msgid "Perform a search operaton." +msgstr "" + #: forms.py:8 msgid "Search terms" msgstr "" -#: links.py:3 links.py:6 views.py:82 views.py:92 views.py:94 +#: links.py:3 links.py:6 views.py:85 views.py:91 views.py:93 #: templatetags/search_tags.py:19 templatetags/search_tags.py:20 msgid "Search" msgstr "" -#: links.py:4 views.py:78 +#: links.py:4 views.py:81 msgid "Advanced search" msgstr "" @@ -35,27 +44,27 @@ msgstr "" msgid "Search again" msgstr "" -#: models.py:21 +#: models.py:20 msgid "User" msgstr "" -#: models.py:22 +#: models.py:26 msgid "Query" msgstr "" -#: models.py:23 +#: models.py:27 msgid "Datetime created" msgstr "" -#: models.py:24 +#: models.py:28 msgid "Hits" msgstr "" -#: models.py:61 +#: models.py:64 msgid "Recent search" msgstr "" -#: models.py:62 +#: models.py:65 msgid "Recent searches" msgstr "" @@ -67,16 +76,11 @@ msgstr "" msgid "Maximum number of search queries to remember per user." msgstr "" -#: views.py:44 -#, python-format -msgid "Results, (showing only %(shown_result_count)s out of %(result_count)s)" +#: views.py:57 +msgid "Results" msgstr "" -#: views.py:49 -msgid "results" -msgstr "" - -#: views.py:66 +#: views.py:67 msgid "Type" msgstr "" diff --git a/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po b/mayan/apps/folders/locale/ar/LC_MESSAGES/django.po index ec0a20cfa6..16940a8d43 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,37 +9,40 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "مجلد" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "المجلدات" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "المجلدات" - #: links.py:23 msgid "ACLs" msgstr "قائمة الصلاحيات" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "إنشاء مجلدات جديدة" @@ -123,105 +106,115 @@ msgstr "عرض المجلدات الموجودة" msgid "Add documents to existing folders" msgstr "إضافة وثائق إلى المجلدات الموجودة" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "تم انشاء المجلد بنجاح" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "مجلد باسم: %s ، موجود مسبقا." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "المجلد تم تتعديله بنجاح" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "خطأ بتعديل المجلد %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "تم مسح المجلد %s بنجاح" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "خطأ بمسح المجلد %(folder)s : %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "هل أنت متأكد من حذف المجلد: %s ؟" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "يجب أن توفر ما لا يقل عن وثيقة واحدة." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "الوثيقة %(document)s تم اضافتها للمجلد %(folder)s بنجاح" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "الوثيقة %(document)s موجودة بالمجلد %(folder)s مسبقاً" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "إضافة الوثيقة: %s إلى المجلد." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "إضافة الوثائق: %s إلى مجلد." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "يجب أن توفر ما لا يقل عن مجلد واحد." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "الوثيقة %s أزيلت بنجاح" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "خطأ بمسح الوثيقة %(document)s : %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الوثيقة %(document)s من المجلد \"%(folder)s\"؟" +msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الوثيقة %(document)s من المجلد \"%(folder)s\"؟" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الوثائق%(documents)s من المجلد \"%(folder)s\"؟" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الوثائق%(documents)s من المجلد \"%(folder)s\"؟" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +236,12 @@ msgstr "إضافة وثيقة إلى مجلد" #~ 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 ba49c06786..076a041dd5 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,37 +10,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Папка" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Папки" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -56,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -68,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Папки" - #: links.py:23 msgid "ACLs" msgstr "Контролни списъци за достъп" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Създаване на нови папки" @@ -124,105 +106,117 @@ msgstr "Преглед на съществуващи папки" msgid "Add documents to existing folders" msgstr "Добавяне на документи към съществуващи папки" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Папката е създадена успешно" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Името на папката: %s, вече съществува." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Папката е редактирана успешно" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Грешка при редактиране на папка; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Папка: %s изтрита успешно." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Папка: %(folder)s грешка при изтриване: %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Сигурни ли сте, че искате да изтриете тази папка: %s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Документ: %(document)s е добавен в папка: %(folder)s успешно." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s е вече в папка: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Трябва да поставите поне един документ в папката." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Документ: %s премахнат успешно." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ: %(document)s грешка при изтриване: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Сигурни ли сте, че искате да премахнете документа: %(document)s от папка \"%(folder)s\"?" +msgstr "" +"Сигурни ли сте, че искате да премахнете документа: %(document)s от папка " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Сигурни ли сте, че искате да премахнете документите: %(documents)s от папка \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Сигурни ли сте, че искате да премахнете документите: %(documents)s от папка " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -244,12 +238,12 @@ msgstr "Добавяне на документ към папка" #~ 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 3ea0bdc529..9fa97dc237 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,37 +9,40 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Folder" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Folderi" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Folderi" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Kreiraj novi folder" @@ -123,105 +106,117 @@ msgstr "Pregledati postojeće foldere" msgid "Add documents to existing folders" msgstr "Dodati dokumente u postojeće foldere" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Folder uspješno kreiran" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Folder sa imenom: %s, već postoji." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Folder uspješno izmijenjen" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Greška pri izmjeni foldera; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Folder: %s uspješno obrisan." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Folder: %(folder)s greška brisanja: %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Jeste li sigurni da želite obrisati folderr: %s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Mora biti barem jedan dokument." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument: %(document)s je već u folderu: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Dodati dokument: %s u folder." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Dodati dokumente: %s u folder." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Mora biti makar jedan folder dokumenata." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument \"%s\" uspješno uklonjen." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s greška brisanja: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Jeste li sigurni da želite ukloniti dokument: %(document)s iz foldera \"%(folder)s\"?" +msgstr "" +"Jeste li sigurni da želite ukloniti dokument: %(document)s iz foldera " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Jeste li sigurni da želite ukloniti dokumente: %(documents)s iz foldera \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Jeste li sigurni da želite ukloniti dokumente: %(documents)s iz foldera " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +238,12 @@ msgstr "Dodati dokument u folder" #~ 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 c1627e3293..7375e98c36 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,37 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Mappe" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Mapper" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Mapper" - #: links.py:23 msgid "ACLs" msgstr "ACL'er" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Opret nye mapper" @@ -123,105 +105,117 @@ msgstr "Se eksisterende mapper" msgid "Add documents to existing folders" msgstr "Føj dokumenter til eksisterende mapper" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Folder blevet oprettet" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "En navngiven mappe: %s, eksisterer allerede." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Mappe redigeret" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Fejl ved redigering af mappe; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Mappe: %s slettet." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Mapper: %(folder)s slettefejl: %(error)s" -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Angiv mindst ét ​​dokument." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument: %(document)s er allerede i mappen: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Tilføj dokument: %s til mappe." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Tilføj dokumenter: %s til mappe." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Skal give mindst ét mappe dokument." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument: %s blev slettet." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Dokument: %(document)s slettefejl: %(error)s " -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Er du sikker på du vil fjerne dokumentet: %(document)s fra mappen \" %(folder)s \"?" +msgstr "" +"Er du sikker på du vil fjerne dokumentet: %(document)s fra mappen \" " +"%(folder)s \"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Er du sikker på du vil fjerne dokumenter: %(documents)s fra mappen \" %(folder)s \"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Er du sikker på du vil fjerne dokumenter: %(documents)s fra mappen \" " +"%(folder)s \"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +237,12 @@ msgstr "Tilføj dokument til en mappe" #~ 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 4072bb77cd..37fe6c2e87 100644 --- a/mayan/apps/folders/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/de_CH/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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_DE/LC_MESSAGES/django.po b/mayan/apps/folders/locale/de_DE/LC_MESSAGES/django.po index ebc89324fd..44a637c1a1 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,37 +15,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Ordner" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Ordner" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -61,10 +63,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -73,38 +71,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Ordner" - #: links.py:23 msgid "ACLs" msgstr "Zugriffsberechtigungen" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Ordner erstellen" @@ -129,105 +111,117 @@ msgstr "Vorhandene Ordner anzeigen" msgid "Add documents to existing folders" msgstr "Dokumente zu existierenden Ordnern hinzufügen" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Ordner erfolgreich erstellt" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Ein Ordner \"%s\" existiert bereits." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Ordner erfolgreich bearbeitet" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Fehler beim Bearbeiten von Ordner \"%s\"" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Ordner \"%s\" erfolgreich gelöscht" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Fehler beim Löschen von Ordner %(folder)s: %(error)s" -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Dokument %(document)s zum Ordner %(folder)s erfolgreich hinzugefügt." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Dokument %(document)s ist bereits im Ordner %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Dokument %s dem Ordner hinzufügen." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Dokument %s dem Ordner hinzufügen." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Es muss mindestens ein Ordnerdokument angegeben werden" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Dokument \"%s\" erfolgreich entfernt." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Fehler beim Löschen von Dokument %(document)s: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Sind sie sicher, dass Sie das Dokument %(document)s aus Ordner %(folder)s entfernen möchten?" +msgstr "" +"Sind sie sicher, dass Sie das Dokument %(document)s aus Ordner %(folder)s " +"entfernen möchten?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Sind sie sicher, dass Sie die Dokumente %(documents)s aus Ordner %(folder)s entfernen möchten?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Sind sie sicher, dass Sie die Dokumente %(documents)s aus Ordner %(folder)s " +"entfernen möchten?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -249,12 +243,12 @@ msgstr "Dokument einem Ordner hinzufügen" #~ 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 325461a051..83c2bda4d8 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-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,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:48 +#: __init__.py:43 #, fuzzy msgid "Created" msgstr "created" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 #, fuzzy msgid "Documents" msgstr "documents" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Folder" -#: links.py:13 -#, fuzzy -msgid "Folder list" -msgstr "folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Folders" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 #, fuzzy msgid "Create folder" msgstr "create folder" @@ -60,11 +60,6 @@ msgstr "delete" msgid "Remove from folder" msgstr "remove from folder" -#: links.py:18 -#, fuzzy -msgid "Folder documents" -msgstr "folder documents" - #: links.py:19 #, fuzzy msgid "Add to a folder" @@ -75,43 +70,24 @@ msgstr "add to a folder" msgid "Add to folder" msgstr "add to folder" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Folders" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 #, fuzzy msgid "Title" msgstr "title" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 #, fuzzy msgid "Datetime created" msgstr "datetime created" -#: models.py:47 views.py:195 -#, fuzzy -msgid "Document" -msgstr "document" - -#: models.py:53 views.py:275 -#, fuzzy -msgid "Folder document" -msgstr "folder document" - -#: models.py:54 -#, fuzzy -msgid "Folders documents" -msgstr "folders documents" - #: permissions.py:9 msgid "Create new folders" msgstr "Create new folders" @@ -136,93 +112,103 @@ msgstr "View existing folders" msgid "Add documents to existing folders" msgstr "Add documents to existing folders" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Folder created successfully" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "A folder named: %s, already exists." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Folder edited successfully" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Error editing folder; %s" -#: views.py:90 +#: views.py:87 #, fuzzy, python-format msgid "Edit folder: %s" msgstr "edit folder: %s" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Folder: %s deleted successfully." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Folder: %(folder)s delete error: %(error)s" -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, fuzzy, python-format msgid "Documents in folder: %s" msgstr "documents in folder: %s" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Document: %(document)s added to folder: %(folder)s successfully." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Document: %(document)s is already in folder: %(folder)s." -#: views.py:203 +#: views.py:192 +#, fuzzy +msgid "Document" +msgstr "document" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Add document: %s to folder." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Add documents: %s to folder." -#: views.py:220 +#: views.py:217 #, fuzzy, python-format msgid "Folders containing: %s" msgstr "folders containing: %s" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Must provide at least one folder document." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Document: %s removed successfully." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s delete error: %(error)s" -#: views.py:283 +#: views.py:272 +#, fuzzy +msgid "Folder document" +msgstr "folder document" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " @@ -231,7 +217,7 @@ msgstr "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder " @@ -244,6 +230,18 @@ msgstr "" msgid "Add document to a folder" msgstr "Add document to a folder" +#, fuzzy +#~ msgid "Folder list" +#~ msgstr "folder list" + +#, fuzzy +#~ msgid "Folder documents" +#~ msgstr "folder documents" + +#, fuzzy +#~ msgid "Folders documents" +#~ msgstr "folders documents" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/folders/locale/es/LC_MESSAGES/django.po b/mayan/apps/folders/locale/es/LC_MESSAGES/django.po index c6b3cac457..b1dc492cfe 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 @@ -10,37 +10,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Carpeta" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Carpetas" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -56,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -68,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Carpetas" - #: links.py:23 msgid "ACLs" msgstr "LCAs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Crear nuevas carpetas" @@ -124,105 +106,117 @@ msgstr "Ver carpetas existentes" msgid "Add documents to existing folders" msgstr "Agregar documentos a las carpetas existentes" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Carpeta creada con éxito" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Una carpeta con el nombre: %s, ya existe." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Carpeta editada con éxito" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Error editando la carpeta; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Carpeta: %s eliminada con éxito." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Carpeta: %(folder)s error de eliminación: %(error)s " -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Debe proporcionar al menos un documento." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, 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:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Agregar documento: %s a la carpeta." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Agregar documentos: %s a la carpeta." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Debe proveer al menos un documento de carpeta." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s eliminado con éxito." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s error de eliminación: %(error)s " -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "¿Está seguro que desea eliminar el documento: %(document)s de la carpeta \"%(folder)s\"?" +msgstr "" +"¿Está seguro que desea eliminar el documento: %(document)s de la carpeta " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -244,12 +238,12 @@ msgstr "Agregar documento a una carpeta" #~ 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 f46d1c1b40..2472990bc6 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,37 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "پرونده" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "پرونده ها" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "پرونده ها" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "ایجاد پرونده های جدید" @@ -123,104 +105,112 @@ msgstr "دیدن پرونده های موجود" msgid "Add documents to existing folders" msgstr "اضافه کردن اسناد به پرونده های موجود" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "ایجاد موفق پرونده" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "پرونده ای با نام %s موجود است." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "ویرایش موفق پرونده" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "خطای ویرایش پرونده %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "حذف موفق پرونده: %s" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "پرونده: %(folder)s خطای حذف: %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "آیا از حذف پرونده %s مطمئن هستید؟" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "سند%(document)s با موفقیت به پرونده%(folder)s اضافه شد." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "سند%(document)s درون پرونده%(folder)s. میباشد." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "اصافه کردن سند %s به پرونده" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "اضافه کردن اسناد %s به پرونده" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "حداقل یک پرونده سند باید ارایه گردد." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "سند: %s با موفقیت حذف شد." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "سند%(document)s خطای حذف%(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "آیا از حذف سند: %(document)s از پرونده: \"%(folder)s\" مطمئن هستید؟" -#: views.py:286 +#: views.py:283 #, python-format 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 "آیا از حذف اسناد %(documents)s از پرونده: \"%(folder)s\" مطمئن هستید؟" #: templatetags/folder_tags.py:17 @@ -243,12 +233,12 @@ msgstr "اضافه کردن سند به پرونده" #~ 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 f4986788b6..aa2d1f6e46 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: # Pierre Lhoste , 2012 @@ -10,37 +10,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Répertoire" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Répertoires" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -56,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -68,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Répertoires" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Créer de nouveaux répertoires" @@ -124,105 +106,118 @@ msgstr "Afficher les répertoires existant" msgid "Add documents to existing folders" msgstr "Ajouter des documents aux répertoires existant." -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Répertoire créé avec succès" -#: views.py:57 +#: 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:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Répertoire modifié avec succès" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Erreur lors de la modification du répertoire; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Répertoire: %s supprimé avec succès." -#: views.py:116 +#: views.py:112 #, 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:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Il est nécessaire de fournir au moins un document." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, 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:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Ajouter le document: %s au répertoire." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Ajouter les documents: %s au répertoire." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Vous devez fournir au moins un document pour le répertoire." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Document: %s supprimé avec succès." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Document: %(document)s erreur de suppression: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Êtes vous certain de vouloir supprimer le document: %(document)s du répertoire \"%(folder)s\"?" +msgstr "" +"Êtes vous certain de vouloir supprimer le document: %(document)s du " +"répertoire \"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Êtes vous certain de vouloir retirer les documents: %(documents)s du répertoire \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Êtes vous certain de vouloir retirer les documents: %(documents)s du " +"répertoire \"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -244,12 +239,12 @@ msgstr "Ajouter un document au répertoire" #~ 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 9863b0cf88..a6cc58bca3 100644 --- a/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/hr_HR/LC_MESSAGES/django.po @@ -1,44 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +105,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +233,12 @@ msgstr "" #~ 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 27c2002d76..799bcb3695 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,37 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Mappa" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Mappák" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Mappák" - #: links.py:23 msgid "ACLs" msgstr "ACL-ek" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Új mappa" @@ -123,105 +105,116 @@ msgstr "Meglévő mappák megtekintése" msgid "Add documents to existing folders" msgstr "Dokumentumok elhelyezése a meglévő mappákba" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "mappa létrehozása sikerült" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Már van %s nevű mappa." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Mappa módosítása sikerült" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Hiba mappa módosítás közben; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "%s mappa sikeresen törölve" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Hiba a %(folder)s mappa törlésekor: %(error)s" -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Adjon meg legalább egy dokumentumot." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, 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:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Dokumentum elhelyezése a %s mappában." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Dokumentumok elhelyezése a %s mappában." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Legalább egy dokumentum mappa szükséges" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "A %s dokumentum eltávolítása sikerült." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Hiba %(error)s a %(document)s dokumentum törlésekor." -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Biztosan eltávolítja a %(document)s dokumentumot a \"%(folder)s\" mappából?" +msgstr "" +"Biztosan eltávolítja a %(document)s dokumentumot a \"%(folder)s\" mappából?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Biztosan eltávolítja a %(documents)s dokumentumokat a \"%(folder)s\" mappából?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Biztosan eltávolítja a %(documents)s dokumentumokat a \"%(folder)s\" " +"mappából?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +236,12 @@ msgstr "Dokumentum elhelyezése egy mappában" #~ 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 b677cdd9f3..75cd874161 100644 --- a/mayan/apps/folders/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/id/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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 13cf1346fb..c764748070 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,37 +13,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Cartella" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Cartelle" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -59,10 +61,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -71,38 +69,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Cartelle" - #: links.py:23 msgid "ACLs" msgstr "ACL" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Creare nuove cartelle" @@ -127,105 +109,118 @@ msgstr "Visualizza cartelle esistenti" msgid "Add documents to existing folders" msgstr "Aggiungere documenti a cartelle esistenti" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Cartella creata con successo" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Il nome cartella: %s, già esiste." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Cartella modificata con successo" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Errore modificando la cartella; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Cartella : %s cancellata con successo." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Cartella: %(folder)s errore di cancellazione: %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Sei sicuro di voler cancellare la cartella: %s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Bisogna fornire almeno un documento." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s è già nella cartella: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Aggiungi documento: %s alla cartella." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Aggiungi documenti: %s alla cartella." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Devi almeno indicare una cartella documenti." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s cancellato con successo." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s errore di cancellazione: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella \"%(folder)s\"?" +msgstr "" +"Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Sei sicuro di voler rimuovere i documenti: %(documents)s dalla cartella " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -247,12 +242,12 @@ msgstr "Aggiungi documento alla cartella" #~ 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 3c0b0346d1..c49384c2fd 100644 --- a/mayan/apps/folders/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/lv/LC_MESSAGES/django.po @@ -1,44 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +105,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +233,12 @@ msgstr "" #~ 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/nb/LC_MESSAGES/django.po b/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po index 07b2cc96e7..9438d513f0 100644 --- a/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nb/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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/nl_NL/LC_MESSAGES/django.po b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po index e93ac4c44f..a109014231 100644 --- a/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/nl_NL/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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 43d0f44c14..ba91cfed9b 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: # mic , 2012 @@ -11,37 +11,40 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Katalog" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Katalogi" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -57,10 +60,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -69,38 +68,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Katalogi" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Utwórz nowe katalogi" @@ -125,104 +108,112 @@ msgstr "Zobacz istniejące katalogi" msgid "Add documents to existing folders" msgstr "Dodaj dokumenty do istniejących katalogów" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Katalog został pomyślnie utworzony" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Katalog o nazwie:%s już istnieje." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Katalog: %s został usunięty." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Czy na pewno chcesz usunąć katalog: %s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Musisz podać co najmniej jeden dokument." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Dodaj dokument: %s do katalogu." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Dodaj dokumenty: %s do katalogu." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -245,12 +236,12 @@ msgstr "" #~ 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 8b7cb0b6f7..be7b60c646 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,37 +11,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Pasta" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Pastas" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -57,10 +59,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -69,38 +67,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Pastas" - #: links.py:23 msgid "ACLs" msgstr "ACL's" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Criar novas pastas" @@ -125,105 +107,117 @@ msgstr "Ver as pastas existentes" msgid "Add documents to existing folders" msgstr "Adicionar documentos a pastas existentes" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Pasta criada com sucesso" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Já existe uma pasta com o nome %s." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Pasta editada com sucesso" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Erro ao editar pasta; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Pasta: %s removida com sucesso." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Pasta: %(folder)s erro ao eliminar: %(error)s " -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Deve fornecer pelo menos um documento da pasta." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido com sucesso." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s erro ao eliminar: %(error)s " -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Tem a certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" +msgstr "" +"Tem a certeza de que deseja remover o documento: %(document)s da pasta " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Tem a certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Tem a certeza de que deseja remover os documentos: %(documents)s da pasta " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -245,12 +239,12 @@ msgstr "Adicionar documento a uma pasta" #~ 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 2dc6c35e85..a758ee85fa 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 @@ -11,37 +11,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Pasta" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Pastas" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -57,10 +59,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -69,38 +67,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Pastas" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Crie novas pastas" @@ -125,105 +107,117 @@ msgstr "Ver as pastas existentes" msgid "Add documents to existing folders" msgstr "Adicionar documentos para as pastas existentes" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Pasta criada com sucesso" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "A pasta com o nome: %s, já existe." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Pasta editada com sucesso" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Erro ao editar pasta; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Pasta: %s removido com sucesso." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Pasta: %(folder)s erro ao deletar: %(error)s " -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Deve fornecer pelo menos um documento da pasta." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido com sucesso." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s erro ao deletar: %(error)s " -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover o documento: %(document)s da pasta \"%(folder)s\"?" +msgstr "" +"Tem certeza de que deseja remover o documento: %(document)s da pasta " +"\"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Tem certeza de que deseja remover os documentos: %(documents)s da pasta \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Tem certeza de que deseja remover os documentos: %(documents)s da pasta " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -245,12 +239,12 @@ msgstr "Adicionar documento à uma pasta" #~ 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 3a3f393174..8c8103d1a5 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,37 +9,40 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Director" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Directoare" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Directoare" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Creați directoare noi" @@ -123,105 +106,118 @@ msgstr "Vezi directoarele existente" msgid "Add documents to existing folders" msgstr "Adaugă documente directoarelor existente" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "director creat cu succes" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Un director cu numele: %s, există deja." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Director editat cu succes" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Eroare editare director ;% s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Director %s eliminat cu succes." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Eroare %(error)s ştergere director %(folder)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Ştergeți directorul:% s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Trebuie selectat cel puțin un document." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documentul: %(document)s este deja în directorul : %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Adaugă documentul:% s la director." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Adaugă documentele:% s la director." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Trebuie selectat cel puțin un director." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Document: % s eliminat cu succes." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Eroare %(error)s ştergere document %(document)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Sunteți sigur că doriți să eliminați documentul :%(document)s din directorul \"%(folder)s\"?" +msgstr "" +"Sunteți sigur că doriți să eliminați documentul :%(document)s din " +"directorul \"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Sunteți sigur că doriți să ștergeți cele %(documents)s din directorul \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Sunteți sigur că doriți să ștergeți cele %(documents)s din directorul " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +239,12 @@ msgstr "Adaugă un document într-un director" #~ 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 01cd091ba2..e06aff61de 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,37 +9,40 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Папка" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Папки" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +58,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +66,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Папки" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Создание новых папок" @@ -123,105 +106,117 @@ msgstr "Просмотр существующих папок" msgid "Add documents to existing folders" msgstr "Добавление документов в существующие папки" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Папка успешно создана" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "Папку с именем %s уже существует." -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Папка успешно изменена" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Ошибка редактирования папки; %s." -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Папка %s успешно удалена." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "При удалении папки %(folder)s произошла ошибка: %(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Вы хотите удалить папку %s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Необходимо указатьть хотя бы один документ." -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Документ: %(document)s добавлен в папку: %(folder)s успешно." -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s is already in folder: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Добавить документ %s в папку" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Добавить документы %s в папку" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "Должна быть хотя бы одна папка документов." -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Документ: %s успешно удален." -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s \"?" +msgstr "" +"Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s " +"\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Вы действительно хотите удалить документы: %(documents)s из папки \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Вы действительно хотите удалить документы: %(documents)s из папки " +"\"%(folder)s\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +238,12 @@ msgstr "Добавить документ в папку" #~ 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 012a39806e..1080adf926 100644 --- a/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sl_SI/LC_MESSAGES/django.po @@ -1,44 +1,47 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +105,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +233,12 @@ msgstr "" #~ 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 99cce2dcca..5174ea93df 100644 --- a/mayan/apps/folders/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/sq/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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/tr_TR/LC_MESSAGES/django.po b/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po index 8eac8dc974..f3222860ea 100644 --- a/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/tr_TR/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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 740777b85d..0823c6ac76 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,37 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "Thư mục" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "Các thư mục" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "Các thư mục" - #: links.py:23 msgid "ACLs" msgstr "ACLs" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "Tạo các thư mục mới" @@ -123,105 +105,116 @@ msgstr "Xem các thư mục đang có" msgid "Add documents to existing folders" msgstr "Thêm tài liệu vào các thư mục đang có" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "Thư mục tạo thành công" -#: views.py:57 +#: 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:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "Thư mục đã sửa thành công" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "Lỗi sửa thư mục; %s" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "Thư mục: %s đã xóa thành công." -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Thư mục: %(folder)s lỗi xóa: %(error)s" -#: views.py:127 +#: views.py:123 #, 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:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu." -#: views.py:184 +#: views.py:181 #, 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:187 +#: views.py:184 #, 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:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "Thêm tài liệu: %s vào thư mục." -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "Thêm tài liệu: %s vào thư mục." -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 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:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "Tài liệu: %s đã xóa thành công." -#: views.py:269 +#: views.py:266 #, 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:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "Bạn có chắc chắn muốn xóa tài liệu: %(document)s từ thư mục \"%(folder)s\"?" +msgstr "" +"Bạn có chắc chắn muốn xóa tài liệu: %(document)s từ thư mục \"%(folder)s\"?" -#: views.py:286 +#: views.py:283 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder" -" \"%(folder)s\"?" -msgstr "Bạn có chắc chắn muốn xóa các tài liệu: %(documents)s từ thư mục \"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder " +"\"%(folder)s\"?" +msgstr "" +"Bạn có chắc chắn muốn xóa các tài liệu: %(documents)s từ thư mục \"%(folder)s" +"\"?" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" @@ -243,12 +236,12 @@ msgstr "Thêm tài liệu vào thư mục" #~ 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 dab86578c6..bee89fbde9 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,37 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "文件夹" -#: links.py:13 -msgid "Folder list" -msgstr "" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" +msgstr "文件夹" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -55,10 +57,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -67,38 +65,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "文件夹" - #: links.py:23 msgid "ACLs" msgstr "访问控制列表" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "新建文件夹" @@ -123,104 +105,112 @@ msgstr "查看已存在文件夹" msgid "Add documents to existing folders" msgstr "添加文档到存在文件夹" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "文件夹创建成功" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "文件夹:%s已经存在" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "文件夹编辑成功" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "编辑文件夹:%s 出错" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "文件夹:%s 删除成功" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "删除文件夹:%(folder)s出错:%(error)s" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "确定要删除文件夹:%s?" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "至少要有一个文档" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "文档 %(document)s 成功添加到文件夹: %(folder)s。" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "文档: %(document)s已经存在于文件夹: %(folder)s." -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "添加文档: %s 到文件夹。" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "添加文档: %s 到文件夹。" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "必须提供至少一个文件夹文档" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "文档:%s移除成功" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "文档: %(document)s 删除错误:%(error)s" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "确定要从文件夹 \"%(folder)s\"移除文档 %(document)s么?" -#: views.py:286 +#: views.py:283 #, python-format 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 "确定要从文件夹 \"%(folder)s\"移除文档 %(documents)s么?" #: templatetags/folder_tags.py:17 @@ -243,12 +233,12 @@ msgstr "添加文档到文件夹" #~ 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 a62ae835e8..8b3889d845 100644 --- a/mayan/apps/folders/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/folders/locale/zh_TW/LC_MESSAGES/django.po @@ -1,44 +1,46 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:48 +#: __init__.py:43 msgid "Created" msgstr "" -#: __init__.py:49 +#: __init__.py:44 links.py:18 models.py:12 msgid "Documents" msgstr "" -#: __init__.py:56 +#: __init__.py:49 msgid "Returns a list of all the folders." msgstr "" -#: forms.py:38 models.py:41 models.py:46 views.py:93 views.py:122 views.py:155 +#: forms.py:38 models.py:24 views.py:90 views.py:118 views.py:151 msgid "Folder" msgstr "" -#: links.py:13 -msgid "Folder list" +#: links.py:13 links.py:21 links.py:24 models.py:25 permissions.py:7 +#: views.py:38 +msgid "Folders" msgstr "" -#: links.py:14 views.py:62 +#: links.py:14 views.py:61 msgid "Create folder" msgstr "" @@ -54,10 +56,6 @@ msgstr "" msgid "Remove from folder" msgstr "" -#: links.py:18 -msgid "Folder documents" -msgstr "" - #: links.py:19 msgid "Add to a folder" msgstr "" @@ -66,38 +64,22 @@ msgstr "" msgid "Add to folder" msgstr "" -#: links.py:21 links.py:24 models.py:42 permissions.py:7 views.py:39 -msgid "Folders" -msgstr "" - #: links.py:23 msgid "ACLs" msgstr "" -#: models.py:10 +#: models.py:9 msgid "Title" msgstr "" -#: models.py:11 +#: models.py:10 msgid "User" msgstr "" -#: models.py:12 +#: models.py:11 msgid "Datetime created" msgstr "" -#: models.py:47 views.py:195 -msgid "Document" -msgstr "" - -#: models.py:53 views.py:275 -msgid "Folder document" -msgstr "" - -#: models.py:54 -msgid "Folders documents" -msgstr "" - #: permissions.py:9 msgid "Create new folders" msgstr "" @@ -122,104 +104,112 @@ msgstr "" msgid "Add documents to existing folders" msgstr "" -#: views.py:54 +#: views.py:53 msgid "Folder created successfully" msgstr "" -#: views.py:57 +#: views.py:56 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:82 +#: views.py:79 msgid "Folder edited successfully" msgstr "" -#: views.py:85 +#: views.py:82 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:90 +#: views.py:87 #, python-format msgid "Edit folder: %s" msgstr "" -#: views.py:114 +#: views.py:110 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:116 +#: views.py:112 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:127 +#: views.py:123 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:151 +#: views.py:147 #, python-format msgid "Documents in folder: %s" msgstr "" -#: views.py:166 +#: views.py:162 msgid "Must provide at least one document." msgstr "" -#: views.py:184 +#: views.py:181 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:187 +#: views.py:184 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:203 +#: views.py:192 +msgid "Document" +msgstr "" + +#: views.py:200 #, python-format msgid "Add document: %s to folder." msgstr "" -#: views.py:205 +#: views.py:202 #, python-format msgid "Add documents: %s to folder." msgstr "" -#: views.py:220 +#: views.py:217 #, python-format msgid "Folders containing: %s" msgstr "" -#: views.py:249 +#: views.py:246 msgid "Must provide at least one folder document." msgstr "" -#: views.py:267 +#: views.py:264 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:269 +#: views.py:266 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:283 +#: views.py:272 +msgid "Folder document" +msgstr "" + +#: views.py:280 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:286 +#: views.py:283 #, python-format 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 "" #: templatetags/folder_tags.py:17 @@ -242,12 +232,12 @@ msgstr "" #~ 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/history/locale/ar/LC_MESSAGES/django.po b/mayan/apps/history/locale/ar/LC_MESSAGES/django.po index 98d4a9dc2b..2f922087c0 100644 --- a/mayan/apps/history/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -31,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "History" @@ -39,31 +41,31 @@ msgstr "History" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/bg/LC_MESSAGES/django.po b/mayan/apps/history/locale/bg/LC_MESSAGES/django.po index e25432ebc6..cfe5ea3e70 100644 --- a/mayan/apps/history/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/history/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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -32,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "История" @@ -40,31 +41,31 @@ msgstr "История" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.po index 1375208e3f..7c91707182 100644 --- a/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -31,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historija" @@ -39,31 +41,31 @@ msgstr "Historija" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/da/LC_MESSAGES/django.po b/mayan/apps/history/locale/da/LC_MESSAGES/django.po index da065c4328..61159f22ee 100644 --- a/mayan/apps/history/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -32,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historie" @@ -40,31 +41,31 @@ msgstr "Historie" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po index 725f0cae07..8935b50dbb 100644 --- a/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po index 5eaad9631e..b2a189c050 100644 --- a/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -35,7 +36,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Verlauf" @@ -43,31 +44,31 @@ msgstr "Verlauf" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/en/LC_MESSAGES/django.po b/mayan/apps/history/locale/en/LC_MESSAGES/django.po index b09884c7e1..aad4ab9304 100644 --- a/mayan/apps/history/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/history/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-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/" @@ -32,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "summary" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "History" @@ -41,36 +41,36 @@ msgstr "History" msgid "Details" msgstr "details" -#: models.py:18 +#: models.py:17 #, fuzzy msgid "Namespace" msgstr "namespace" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 #, fuzzy msgid "History type" msgstr "history type" -#: models.py:34 +#: models.py:33 #, fuzzy msgid "History types" msgstr "history types" -#: models.py:38 +#: models.py:37 #, fuzzy msgid "Date time" msgstr "date time" -#: models.py:43 +#: models.py:42 #, fuzzy msgid "Dictionary" msgstr "dictionary" -#: models.py:78 +#: models.py:72 #, fuzzy msgid "Histories" msgstr "histories" diff --git a/mayan/apps/history/locale/es/LC_MESSAGES/django.po b/mayan/apps/history/locale/es/LC_MESSAGES/django.po index 27c3ce5f25..d8e6fe7ba2 100644 --- a/mayan/apps/history/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: __init__.py:17 @@ -32,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historial" @@ -40,31 +41,31 @@ msgstr "Historial" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/fa/LC_MESSAGES/django.po b/mayan/apps/history/locale/fa/LC_MESSAGES/django.po index 0fa4927b0c..bcd18924aa 100644 --- a/mayan/apps/history/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -31,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "تاریخ" @@ -39,31 +40,31 @@ msgstr "تاریخ" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/fr/LC_MESSAGES/django.po b/mayan/apps/history/locale/fr/LC_MESSAGES/django.po index b5c644d3ab..815db3fc4a 100644 --- a/mayan/apps/history/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -31,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historique" @@ -39,31 +40,31 @@ msgstr "Historique" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.po index 2fc29e36fc..d65059baf1 100644 --- a/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -30,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +40,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/hu/LC_MESSAGES/django.po b/mayan/apps/history/locale/hu/LC_MESSAGES/django.po index 10f45cb76c..f058c83778 100644 --- a/mayan/apps/history/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/id/LC_MESSAGES/django.po b/mayan/apps/history/locale/id/LC_MESSAGES/django.po index 70c5bfb336..47326be864 100644 --- a/mayan/apps/history/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/it/LC_MESSAGES/django.po b/mayan/apps/history/locale/it/LC_MESSAGES/django.po index b01e99489d..719d79d0e5 100644 --- a/mayan/apps/history/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -33,7 +34,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Versioni" @@ -41,31 +42,31 @@ msgstr "Versioni" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/lv/LC_MESSAGES/django.po b/mayan/apps/history/locale/lv/LC_MESSAGES/django.po index 69335db8c7..523cefcca5 100644 --- a/mayan/apps/history/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: __init__.py:17 msgid "Date and time" @@ -30,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +40,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/nb/LC_MESSAGES/django.po b/mayan/apps/history/locale/nb/LC_MESSAGES/django.po index 8674488137..bf5fde7823 100644 --- a/mayan/apps/history/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po index df547d37f7..c483a074be 100644 --- a/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/pl/LC_MESSAGES/django.po b/mayan/apps/history/locale/pl/LC_MESSAGES/django.po index dadd44e667..e1729ebb82 100644 --- a/mayan/apps/history/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,15 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -34,7 +36,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historia" @@ -42,31 +44,31 @@ msgstr "Historia" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/pt/LC_MESSAGES/django.po b/mayan/apps/history/locale/pt/LC_MESSAGES/django.po index a58ae3dba0..9cd53a42fa 100644 --- a/mayan/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -33,7 +34,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Historial" @@ -41,31 +42,31 @@ msgstr "Historial" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.po index cef925a56e..e68362c43c 100644 --- a/mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -32,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "História" @@ -40,31 +41,31 @@ msgstr "História" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.po index eab403836b..645877468b 100644 --- a/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -31,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Istoric" @@ -39,31 +41,31 @@ msgstr "Istoric" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/ru/LC_MESSAGES/django.po b/mayan/apps/history/locale/ru/LC_MESSAGES/django.po index e6e5c35cc6..4cbe4300f6 100644 --- a/mayan/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/history/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:17 msgid "Date and time" @@ -31,7 +33,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "История" @@ -39,31 +41,31 @@ msgstr "История" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po index 087495c3dd..74f9fe860c 100644 --- a/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 msgid "Date and time" @@ -30,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +40,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/sq/LC_MESSAGES/django.po b/mayan/apps/history/locale/sq/LC_MESSAGES/django.po index edbcb97baf..e8964cddcb 100644 --- a/mayan/apps/history/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po index 327d6ce55d..45e02fe91d 100644 --- a/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.po index cff12b2688..68f8602c84 100644 --- a/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -31,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "Quá khứ" @@ -39,31 +40,31 @@ msgstr "Quá khứ" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.po index bb1be193c4..07841f2962 100644 --- a/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:17 @@ -31,7 +32,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "历史" @@ -39,31 +40,31 @@ msgstr "历史" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po index 69003af62f..506b3f844f 100644 --- a/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: __init__.py:17 @@ -30,7 +31,7 @@ msgstr "" msgid "Summary" msgstr "" -#: links.py:7 models.py:77 permissions.py:7 +#: links.py:7 models.py:71 permissions.py:7 msgid "History" msgstr "" @@ -38,31 +39,31 @@ msgstr "" msgid "Details" msgstr "" -#: models.py:18 +#: models.py:17 msgid "Namespace" msgstr "" -#: models.py:19 +#: models.py:18 msgid "Name" msgstr "" -#: models.py:33 models.py:42 +#: models.py:32 models.py:41 msgid "History type" msgstr "" -#: models.py:34 +#: models.py:33 msgid "History types" msgstr "" -#: models.py:38 +#: models.py:37 msgid "Date time" msgstr "" -#: models.py:43 +#: models.py:42 msgid "Dictionary" msgstr "" -#: models.py:78 +#: models.py:72 msgid "Histories" msgstr "" diff --git a/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ar/LC_MESSAGES/django.po index 0d7e670791..dd9d9a7dd7 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,25 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/installation/locale/bg/LC_MESSAGES/django.po index 5a5dbc3e65..552f494402 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,25 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 b069167685..0f3aef12a5 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,25 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/da/LC_MESSAGES/django.po b/mayan/apps/installation/locale/da/LC_MESSAGES/django.po index 46d7cda04d..5aab4e4d08 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,25 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 dfc5f9e976..4e629d0d9a 100644 --- a/mayan/apps/installation/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/de_CH/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" 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 d3b3f92c3e..ea7b603c99 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,25 +13,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/en/LC_MESSAGES/django.po b/mayan/apps/installation/locale/en/LC_MESSAGES/django.po index 248ec1a2c3..85f329b952 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-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,15 +18,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/es/LC_MESSAGES/django.po b/mayan/apps/installation/locale/es/LC_MESSAGES/django.po index e0dfde4dae..735c795b3f 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: # jmcainzos , 2014 @@ -10,25 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21: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" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fa/LC_MESSAGES/django.po index b238df4b73..d94ee6239a 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,25 +10,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/installation/locale/fr/LC_MESSAGES/django.po index eb88487301..1a1e983acf 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,25 +12,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 90b51744af..82f0a3586d 100644 --- a/mayan/apps/installation/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/hr_HR/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po index d414d62930..50e5778740 100644 --- a/mayan/apps/installation/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/hu/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po b/mayan/apps/installation/locale/id/LC_MESSAGES/django.po index 5cdda1b082..c08e9b561a 100644 --- a/mayan/apps/installation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/id/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po b/mayan/apps/installation/locale/it/LC_MESSAGES/django.po index ae3aa7c66a..bcfb9deeb1 100644 --- a/mayan/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/it/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po b/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po index 23edb6567f..88e044288a 100644 --- a/mayan/apps/installation/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/lv/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po b/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po index f6679820b9..f2fea9b1e3 100644 --- a/mayan/apps/installation/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/nb/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" 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 673d41f937..c48e51f4e8 100644 --- a/mayan/apps/installation/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/nl_NL/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pl/LC_MESSAGES/django.po index bedc3a320d..78b83a32ff 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: # mic , 2013 @@ -9,25 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/installation/locale/pt/LC_MESSAGES/django.po index 75efdbcbe0..dbcae83fb3 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,25 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" 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 efc6ca8789..22630b98c9 100644 --- a/mayan/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/installation/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 1426f2b734..6758c03301 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,25 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:45-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/installation/locale/ru/LC_MESSAGES/django.po index edb9faf610..266d33dee1 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,25 +9,27 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 b88703220f..8b38345d13 100644 --- a/mayan/apps/installation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/sl_SI/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po b/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po index 7997ca8705..64110d7b2b 100644 --- a/mayan/apps/installation/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/sq/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" 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 3da5271fa6..d353d0c523 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,25 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 812cbffbd2..6ec46b3188 100644 --- a/mayan/apps/installation/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/vi_VN/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" 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 5e96c8b037..e5a2ad5d60 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,25 +9,26 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" 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 0da5b81a96..9bf5548f8e 100644 --- a/mayan/apps/installation/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/installation/locale/zh_TW/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:37 __init__.py:48 +#: __init__.py:38 __init__.py:49 msgid "Label" msgstr "" -#: __init__.py:41 +#: __init__.py:42 msgid "Items" msgstr "" -#: __init__.py:52 +#: __init__.py:53 msgid "Value" msgstr "" diff --git a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po index 69c3aed73a..2247ec77b1 100644 --- a/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 msgid "Pages" @@ -35,14 +37,11 @@ msgstr "اضغط على الصورة لمشاهدة الحجم الكامل لل msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "الروابط الذكية" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "إنشاء ارتباط ذكي جديد" @@ -148,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "This expression will be evaluated against the current selected document. The document metadata is available as variables `metadata` and document properties under the variable `document`." +msgstr "" +"This expression will be evaluated against the current selected document. " +"The document metadata is available as variables `metadata` and document " +"properties under the variable `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "This represents the metadata of all other documents. Available objects: `document.` and `metadata.`." +msgstr "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." #: models.py:30 msgid "Expression" @@ -236,7 +240,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "لا توجد هناك روابط ذكية للوثيقة الحالية." #: views.py:151 @@ -305,8 +310,7 @@ msgstr "تم مسح شرط الرابط الذكي \"%s\" بنجاح." #: views.py:317 #, 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:331 @@ -330,14 +334,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 ea7fde124b..bc3115be42 100644 --- a/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -35,14 +36,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -236,7 +234,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -305,8 +303,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -330,14 +327,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po index ff7f7d2d93..740390314c 100644 --- a/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 msgid "Pages" @@ -35,14 +37,11 @@ msgstr "Klikni na sliku za pregled u punoj veličini prve stranice" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Smart linkovi" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Kreiraj novi smart link" @@ -148,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Ovaj izraz će biti upoređen sa trenutno odabranim dokumentom. Metadata dokumenta su dostupna kao variable `metadata` i u svojstvima dokumenta pod variablom `document`." +msgstr "" +"Ovaj izraz će biti upoređen sa trenutno odabranim dokumentom. Metadata " +"dokumenta su dostupna kao variable `metadata` i u svojstvima dokumenta pod " +"variablom `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Ovo predstavlja metadata svih ostalih dokumenata. Dostupni objekti: `document.` and `metadata.`." +msgstr "" +"Ovo predstavlja metadata svih ostalih dokumenata. Dostupni objekti: " +"`document.` and `metadata.`." #: models.py:30 msgid "Expression" @@ -236,7 +240,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Ne postoje smart linkovi za trenutni dokument." #: views.py:151 @@ -305,8 +310,7 @@ msgstr "Uslov smart linka: \"%s\" uspješno obrisan." #: views.py:317 #, 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:331 @@ -330,14 +334,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 6f32607194..7df2d768c1 100644 --- a/mayan/apps/linking/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/da/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po index ec10a233ce..61f44f547b 100644 --- a/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/linking/locale/de_DE/LC_MESSAGES/django.po index c0a2bb36ed..c0656f6a65 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,14 +16,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:49 @@ -36,20 +37,18 @@ msgstr "Auswählen" #: forms.py:62 msgid "Click on the image for full size view of the first page." -msgstr "Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." +msgstr "" +"Klicken Sie auf das Bild um die erste Seite in voller Größe anzuzeigen." #: links.py:12 msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Intelligente Verknüpfungen" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Intelligente Verknüpfung erstellen" @@ -155,7 +154,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und Dokumenteneigenschaften als Variable `document`. " +msgstr "" +"Dieser Ausdruck wird gegen das aktuell ausgewählte Dokument ausgewertet " +"werden. Die Dokument-Metadaten sind verfügbar als Variable `metadata` und " +"Dokumenteneigenschaften als Variable `document`. " #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -177,7 +179,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: `document. ` und ` metadata. `." +msgstr "" +"Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: " +"`document. ` und ` metadata. `." #: models.py:30 msgid "Expression" @@ -221,7 +225,8 @@ msgstr "Intelligente Verknüpfungen bearbeiten" #: settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "Intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." +msgstr "" +"Intelligente Verknüpfungen anzeigen, die auf keine Dokumente verweisen." #: views.py:40 msgid "No action selected." @@ -243,7 +248,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Keine Intelligenten Verknüpfungen für das aktuelle Dokument definiert." #: views.py:151 @@ -269,12 +275,15 @@ msgstr "Intelligente Verknüpfung %s erfolgreich gelöscht." #: views.py:202 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(exception)s." -msgstr "Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; %(exception)s ." +msgstr "" +"Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; " +"%(exception)s ." #: views.py:211 #, python-format msgid "Are you sure you wish to delete smart link: %s?" -msgstr "Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" +msgstr "" +"Sind Sie sicher, dass Sie die intelligente Verknüpfung %s löschen möchten?" #: views.py:227 #, python-format @@ -312,9 +321,9 @@ msgstr "Bedingung für Intelligente Verknüpfung: \"%s\" erfolgreich gelöscht." #: views.py:317 #, 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:331 #, python-format @@ -337,14 +346,14 @@ msgstr "Sind Sie sicher, dass Sie die Bedingung \"%s\" löschen möchten?" #~ 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 7a882f2e24..df00eca45e 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/" @@ -35,15 +35,11 @@ msgstr "Click on the image for full size view of the first page." msgid "Smart links actions" msgstr "smart links actions" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Smart links" -#: links.py:16 -#, fuzzy -msgid "Smart links list" -msgstr "smart links list" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Create new smart link" @@ -254,7 +250,8 @@ msgid "Smart links (%s)" msgstr "smart links (%s)" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "There no defined smart links for the current document." #: views.py:151 @@ -333,6 +330,10 @@ msgstr "" msgid "Are you sure you wish to delete smart link condition: \"%s\"?" msgstr "Are you sure you wish to delete smart link condition: \"%s\"?" +#, fuzzy +#~ msgid "Smart links list" +#~ msgstr "smart links list" + #~ msgid "smart links" #~ msgstr "smart links" diff --git a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po index e6d2fea3b2..c56e92b229 100644 --- a/mayan/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21: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" #: forms.py:49 @@ -36,14 +37,11 @@ msgstr "Haga clic en la imagen para ver la primera página a tamaño completo." msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Enlaces inteligentes" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Crear un enlace inteligente nuevo" @@ -149,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expresión será evaluada con respecto al documento seleccionado actual. Los metadatos del documento están disponibles como variables `metadata` y las propiedades del documento en la variable `document`." +msgstr "" +"Esta expresión será evaluada con respecto al documento seleccionado actual. " +"Los metadatos del documento están disponibles como variables `metadata` y " +"las propiedades del documento en la variable `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -171,7 +172,10 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Esto representa los metadatos de todos los demás documentos. Objetos disponibles: `document.` y `metadata.`." +msgstr "" +"Esto representa los metadatos de todos los demás documentos. Objetos " +"disponibles: `document.` y `metadata.`." #: models.py:30 msgid "Expression" @@ -215,7 +219,9 @@ msgstr "Editar enlaces inteligentes" #: settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "Mostrar enlaces inteligentes que no devuelven ningun documento como resultado." +msgstr "" +"Mostrar enlaces inteligentes que no devuelven ningun documento como " +"resultado." #: views.py:40 msgid "No action selected." @@ -237,7 +243,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "No hay enlaces inteligentes definidos para el documento actual." #: views.py:151 @@ -306,14 +313,16 @@ msgstr "Condición de enlace inteligente: \"%s\" eliminada con éxito." #: views.py:317 #, 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:331 #, 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\"?" +msgstr "" +"¿Está seguro que desea eliminar la condición de enlace inteligente: \"%s\"?" #~ msgid "smart links" #~ msgstr "smart links" @@ -331,14 +340,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 4e22be2562..8709cb23f1 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -36,14 +37,11 @@ msgstr "برای نمایش تصویر دریک صفحه کامل کلیک کن msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "پیوند هوشمند" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -237,7 +235,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -306,8 +304,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -331,14 +328,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 2f285a12c1..7e9889b355 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -36,14 +37,11 @@ msgstr "Cliquer l'image pour visualiser la première page en taille réelle" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Liens intelligents" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Céer un nouveau lien intelligent" @@ -149,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Cette expression sera évaluée sur le document sélectionné. Les métadonnées du document sont accessibles en tant que variables `metadata` et les propriétés d'un document sous la variable `document`." +msgstr "" +"Cette expression sera évaluée sur le document sélectionné. Les métadonnées " +"du document sont accessibles en tant que variables `metadata` et les " +"propriétés d'un document sous la variable `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -171,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Ceci représente les métadonnées de tous les autres documents. Eléments disponibles: `document.` et `metadata.`." +msgstr "" +"Ceci représente les métadonnées de tous les autres documents. Eléments " +"disponibles: `document.` et `metadata.`." #: models.py:30 msgid "Expression" @@ -215,7 +218,8 @@ msgstr "Modifier les liens intelligents" #: settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "Afficher les liens intelligents dont le requêtage ne renvoie aucun document" +msgstr "" +"Afficher les liens intelligents dont le requêtage ne renvoie aucun document" #: views.py:40 msgid "No action selected." @@ -237,7 +241,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Aucun lien intelligent n'est défini sur le document courant." #: views.py:151 @@ -263,7 +268,9 @@ msgstr "Lien intelligent:%s supprimé avec succès" #: views.py:202 #, 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." +msgstr "" +"Erreur lors de la suppression du lien intelligent: %(smart_link)s; " +"%(exception)s." #: views.py:211 #, python-format @@ -306,14 +313,17 @@ msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès." #: views.py:317 #, 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:331 #, 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\"?" +msgstr "" +"Êtes vous certain de vouloir supprimer la condition sur le lien intelligent:" +"\"%s\"?" #~ msgid "smart links" #~ msgstr "smart links" @@ -331,14 +341,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 2c2ac61a13..5de1ed36ce 100644 --- a/mayan/apps/linking/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 msgid "Pages" @@ -34,14 +36,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +234,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +303,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +327,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po index 4b5db37925..0ad9b8034b 100644 --- a/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/hu/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po index 9285311efa..37075fc1a7 100644 --- a/mayan/apps/linking/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/it/LC_MESSAGES/django.po b/mayan/apps/linking/locale/it/LC_MESSAGES/django.po index f75578e310..df9a6f3cb1 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -36,14 +37,11 @@ msgstr "Click sull'immagine per vedere la prima pagina" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Link intelligenti" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Crea un nuovo link intelligente" @@ -149,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Questa espressione sarà valutata per il documento corrente selezionato. I metadati del documento sono disponibile come variabili `metadati` e le proprietà dei documenti sotto la variabile `documento`." +msgstr "" +"Questa espressione sarà valutata per il documento corrente selezionato. I " +"metadati del documento sono disponibile come variabili `metadati` e le " +"proprietà dei documenti sotto la variabile `documento`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -171,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti disponibili: `document.` e `metadata.`." +msgstr "" +"Questo rappresenta i metadati di tutti gli altri documenti. Oggetti " +"disponibili: `document.` e `metadata.`." #: models.py:30 msgid "Expression" @@ -237,7 +240,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Non ci sono link intelligenti per questo documento." #: views.py:151 @@ -306,14 +310,15 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." #: views.py:317 #, 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:331 #, 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\"?" +msgstr "" +"Sei sicuro di voler cancellare le condizioni per il link intelligente : \"%s" +"\"?" #~ msgid "smart links" #~ msgstr "smart links" @@ -331,14 +336,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 8f01bcc414..c13d602a92 100644 --- a/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: forms.py:49 msgid "Pages" @@ -34,14 +36,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +234,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +303,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +327,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/nb/LC_MESSAGES/django.po b/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po index 5b2d2da2ca..d778e1c1cf 100644 --- a/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po index 3d8c3ccdb4..2f9cf1b6bc 100644 --- a/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -29,20 +30,18 @@ msgstr "Selecteer" #: forms.py:62 msgid "Click on the image for full size view of the first page." -msgstr "Klik op de afbeelding om de eerste pagina op ware grootte te kunnen inzien." +msgstr "" +"Klik op de afbeelding om de eerste pagina op ware grootte te kunnen inzien." #: links.py:12 msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "'Smartlinks'" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Nieuwe 'smartlink' aanmaken" @@ -148,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Deze expressie zal worden geevalueerd tegen het huidige geselecteerde document. De metadata van het document is beschikbaar onder variabelen: 'metadata' en document eigenschappen onder de variabele 'document'." +msgstr "" +"Deze expressie zal worden geevalueerd tegen het huidige geselecteerde " +"document. De metadata van het document is beschikbaar onder variabelen: " +"'metadata' en document eigenschappen onder de variabele 'document'." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Dit representeerd de metadata van alle andere documenten. Beschikbare objecten: 'document.' and 'metadata.'." +msgstr "" +"Dit representeerd de metadata van alle andere documenten. Beschikbare " +"objecten: 'document.' and 'metadata.'." #: models.py:30 msgid "Expression" @@ -236,7 +240,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Er zijn geen gedefinieerde 'smartlinks' voor het huidige document" #: views.py:151 @@ -305,14 +310,14 @@ msgstr "'smartlink' conditie: \"%s\" verwijdert" #: views.py:317 #, 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:331 #, 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?" +msgstr "" +"Bent u er zeker van dat u 'smartlink'-conditie: \"%s\" wilt verwijderen?" #~ msgid "smart links" #~ msgstr "smart links" @@ -330,14 +335,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 5b7497606b..d3a25464a6 100644 --- a/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # mic , 2012 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:49 msgid "Pages" @@ -35,14 +37,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -236,7 +235,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -305,8 +304,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -330,14 +328,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po index ab5454a95f..defdfde11b 100644 --- a/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -37,14 +38,11 @@ msgstr "Clique na imagem para ver a primeira página em tamanho grande." msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Ligações inteligentes" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Criar nova ligação inteligente" @@ -150,7 +148,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expressão será avaliada em relação ao documento atualmente selecionado. Os metadados do documento estão disponíveis como variável `metadata` e as propriedades do documento como variável `document`." +msgstr "" +"Esta expressão será avaliada em relação ao documento atualmente selecionado. " +"Os metadados do documento estão disponíveis como variável `metadata` e as " +"propriedades do documento como variável `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -172,7 +173,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." +msgstr "" +"Isto representa os metadados de todos os outros documentos. Objetos " +"disponíveis: `document. ` e ` metadata. `." #: models.py:30 msgid "Expression" @@ -238,7 +241,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Não há ligações inteligentes definidas para o documento atual." #: views.py:151 @@ -307,14 +311,15 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #: views.py:317 #, 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:331 #, 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\"?" +msgstr "" +"Tem a certeza de que pretende eliminar a condição de ligação inteligente: " +"\"%s\"?" #~ msgid "smart links" #~ msgstr "smart links" @@ -332,14 +337,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 466239b43e..b23d38b577 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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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" #: forms.py:49 @@ -36,14 +37,11 @@ msgstr "Clique na imagem para ver em tamanho grande a primeira página." msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Ligações inteligentes" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -149,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Esta expressão será avaliada em relação ao documento atual selecionado. Os metadados do documento estão disponíveis como variáveis \"​metadados \" e propriedades do documento em variáveis `documento`." +msgstr "" +"Esta expressão será avaliada em relação ao documento atual selecionado. Os " +"metadados do documento estão disponíveis como variáveis \"​metadados \" e " +"propriedades do documento em variáveis `documento`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -171,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Isto representa os metadados de todos os outros documentos. Objetos disponíveis: `document. ` e ` metadata. `." +msgstr "" +"Isto representa os metadados de todos os outros documentos. Objetos " +"disponíveis: `document. ` e ` metadata. `." #: models.py:30 msgid "Expression" @@ -237,7 +240,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -306,8 +309,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -331,14 +333,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 5fa3438c70..1ea9999187 100644 --- a/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 msgid "Pages" @@ -35,14 +37,11 @@ msgstr "Click pe imagine pentru vizualizare full size din prima pagină." msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Link-uri inteligente" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Creați un nou link inteligent" @@ -148,7 +147,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Această expresie va fi evaluată împotriva documentul curent selectat. Metadatele documentului sunt disponibile ca variabile `metadata` și proprietățile documentelor în cadrul variabilei `document`." +msgstr "" +"Această expresie va fi evaluată împotriva documentul curent selectat. " +"Metadatele documentului sunt disponibile ca variabile `metadata` și " +"proprietățile documentelor în cadrul variabilei `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +172,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Aceasta reprezintă metadate a tuturor celorlalte documente. Obiecte disponibile: `documente. `şi` metadate. `." +msgstr "" +"Aceasta reprezintă metadate a tuturor celorlalte documente. Obiecte " +"disponibile: `documente. `şi` metadate. `." #: models.py:30 msgid "Expression" @@ -236,7 +240,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Nu există link-uri inteligente definite pentru documentul curent." #: views.py:151 @@ -305,14 +310,14 @@ msgstr "Stare de legătură inteligentă: \"%s\" a fost ștearsă cu succes." #: views.py:317 #, 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:331 #, 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\"?" +msgstr "" +"Sunteți sigur că doriți să ștergeți starea de legătură inteligentă: \"%s\"?" #~ msgid "smart links" #~ msgstr "smart links" @@ -330,14 +335,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 64a22b2a4e..a001182eec 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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=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:49 msgid "Pages" @@ -29,20 +31,18 @@ msgstr "Выбрать" #: forms.py:62 msgid "Click on the image for full size view of the first page." -msgstr "Нажмите на изображение для просмотра первой страницы в полном размере." +msgstr "" +"Нажмите на изображение для просмотра первой страницы в полном размере." #: links.py:12 msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Отношения" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "Создать новое отношение" @@ -148,7 +148,10 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "Это выражение будет вычислено вмето выбранного документа. Метаданные документа доступны как переменные `metadata` и свойства документа в переменной `document`." +msgstr "" +"Это выражение будет вычислено вмето выбранного документа. Метаданные " +"документа доступны как переменные `metadata` и свойства документа в " +"переменной `document`." #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +173,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "Это представляет метаданные всех других документов. Доступные объекты: `document. ` и `metadata. `." +msgstr "" +"Это представляет метаданные всех других документов. Доступные объекты: " +"`document. ` и `metadata. `." #: models.py:30 msgid "Expression" @@ -236,7 +241,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "Для этого документа отношения не определены." #: views.py:151 @@ -305,8 +311,7 @@ msgstr "Условие отношения \"%s\" удалено." #: views.py:317 #, 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:331 @@ -330,14 +335,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 4943b4218e..3dc9cb9add 100644 --- a/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 msgid "Pages" @@ -34,14 +36,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +234,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +303,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +327,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/sq/LC_MESSAGES/django.po b/mayan/apps/linking/locale/sq/LC_MESSAGES/django.po index 1ad54fff1d..e09618505d 100644 --- a/mayan/apps/linking/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,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/tr_TR/LC_MESSAGES/django.po b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po index 9d1afbb242..ea765b9719 100644 --- a/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,14 @@ msgstr "" #~ msgstr "What are smart links?" #~ msgid "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." #~ msgstr "" -#~ "Smart links are a set of conditional statements that are used to query the " -#~ "database using the current document the user is accessing as the data " -#~ "source, the results of these queries are a list of documents that relate in " -#~ "some manner to the document being displayed and allow users the ability to " -#~ "jump to and from linked documents very easily." +#~ "Smart links are a set of conditional statements that are used to query " +#~ "the database using the current document the user is accessing as the data " +#~ "source, the results of these queries are a list of documents that relate " +#~ "in some manner to the document being displayed and allow users the " +#~ "ability to jump to and from linked documents very easily." diff --git a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po index d280cea108..b30dbc56cb 100644 --- a/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -35,14 +36,11 @@ msgstr "Click lên ảnh để xem kích thước đầy đủ của trang đầ msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "Liên kết thông minh" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -236,7 +234,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -305,8 +303,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -330,14 +327,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 b4349e83d5..431fb2fc36 100644 --- a/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+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:49 @@ -35,14 +36,11 @@ msgstr "点击图像查看第一页视图的实际尺寸" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "智能链接" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "新建智能链接" @@ -148,7 +146,9 @@ msgid "" "This expression will be evaluated against the current selected document. " "The document metadata is available as variables `metadata` and document " "properties under the variable `document`." -msgstr "表达式将被当前选择的文档执行。在变量 `document`范围内,文档的元数据对变量 `metadata` 和文档属性来说是有效的。" +msgstr "" +"表达式将被当前选择的文档执行。在变量 `document`范围内,文档的元数据对变量 " +"`metadata` 和文档属性来说是有效的。" #: models.py:13 models.py:32 views.py:135 views.py:230 msgid "Enabled" @@ -170,7 +170,9 @@ msgstr "" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "它代表了所有其他文档的元数据。有效的对象有: `document.` 和 `metadata.`." +msgstr "" +"它代表了所有其他文档的元数据。有效的对象有: `document.` 和 " +"`metadata.`." #: models.py:30 msgid "Expression" @@ -236,7 +238,8 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +#, fuzzy +msgid "There are no defined smart links for the current document." msgstr "当前文档没有定义智能链接" #: views.py:151 @@ -305,8 +308,7 @@ msgstr "智能链接条件: \"%s\"删除成功。" #: views.py:317 #, 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:331 @@ -330,14 +332,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 e54c4864a5..6d816f054e 100644 --- a/mayan/apps/linking/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/linking/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:13+0000\n" "Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:49 @@ -34,14 +35,11 @@ msgstr "" msgid "Smart links actions" msgstr "" -#: links.py:13 links.py:15 models.py:22 permissions.py:7 views.py:131 +#: links.py:13 links.py:15 links.py:16 models.py:22 permissions.py:7 +#: views.py:131 msgid "Smart links" msgstr "" -#: links.py:16 -msgid "Smart links list" -msgstr "" - #: links.py:17 views.py:158 msgid "Create new smart link" msgstr "" @@ -235,7 +233,7 @@ msgid "Smart links (%s)" msgstr "" #: views.py:111 -msgid "There no defined smart links for the current document." +msgid "There are no defined smart links for the current document." msgstr "" #: views.py:151 @@ -304,8 +302,7 @@ msgstr "" #: views.py:317 #, 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:331 @@ -329,14 +326,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/mailer/locale/ar/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po index 857c2ebbc1..3ce512fc39 100644 --- a/mayan/apps/mailer/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,34 +92,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/bg/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/en/LC_MESSAGES/django.po index 95c049f75c..bb53344c0d 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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po index ea7bb1e5e0..0c9f2e153e 100644 --- a/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fa/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po index 8e66028248..2839dc36bf 100644 --- a/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 ea7bb1e5e0..0c9f2e153e 100644 --- a/mayan/apps/mailer/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 0ea918dae9..cc0c5f425e 100644 --- a/mayan/apps/mailer/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,34 +92,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 83f2c7fa61..7e2473b472 100644 --- a/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,34 +92,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po b/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po index 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 8e66028248..2839dc36bf 100644 --- a/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 ea0ba3ce03..e3137a4b3d 100644 --- a/mayan/apps/mailer/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,34 +92,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 95c049f75c..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 061e575bf8..949c5f8fc4 100644 --- a/mayan/apps/mailer/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:10-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 776cb239f8..bb53344c0d 100644 --- a/mayan/apps/mailer/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -90,34 +90,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 67471f8500..16d1a8bfd3 100644 --- a/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/locale/vi_VN/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 fbe9be86ac..0c9f2e153e 100644 --- a/mayan/apps/mailer/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, 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 fbe9be86ac..0c9f2e153e 100644 --- a/mayan/apps/mailer/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/mailer/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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -91,34 +91,34 @@ msgstr "" msgid "Template for the document email form body line." msgstr "" -#: views.py:41 +#: views.py:40 msgid "Must provide at least one document." msgstr "" -#: views.py:66 +#: views.py:65 msgid "Successfully queued for delivery via email." msgstr "" -#: views.py:75 +#: views.py:74 msgid "Send" msgstr "" -#: views.py:81 +#: views.py:80 #, python-format msgid "Email document: %s" msgstr "" -#: views.py:83 +#: views.py:82 #, python-format msgid "Email link for document: %s" msgstr "" -#: views.py:86 +#: views.py:85 #, python-format msgid "Email documents: %s" msgstr "" -#: views.py:88 +#: views.py:87 #, python-format msgid "Email links for documents: %s" msgstr "" diff --git a/mayan/apps/main/locale/ar/LC_MESSAGES/django.po b/mayan/apps/main/locale/ar/LC_MESSAGES/django.po index afa65e7531..3e64a0841e 100644 --- a/mayan/apps/main/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 msgid "Maintenance" @@ -63,79 +65,79 @@ msgstr "الاصدار" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "مستخدم" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "مجهول" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "تفاصيل المستخدم" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "دخول" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "خروج" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "القائمة الثانوية" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "إجراءات ل %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "إجراءات ل %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "الإجراءات المتاحة" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "الإجراءات ذات الصلة" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "الإجراءات الأخرى المتاحة" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "إجراءات ل %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "الإجراءات" @@ -327,7 +329,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open source, Django based electronic document manager with custom metadata, indexing, tagging, file serving integration, digital signature support and OCR capabilities" +msgstr "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +361,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/bg/LC_MESSAGES/django.po b/mayan/apps/main/locale/bg/LC_MESSAGES/django.po index eef3c89163..e1b023da26 100644 --- a/mayan/apps/main/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/main/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 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -64,79 +65,79 @@ msgstr "Версия" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Потребител" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Анонимен" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Данни за потребител" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Вход" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Изход" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Вторично меню" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Възможни действия" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Други възможни действия" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -261,7 +262,8 @@ msgstr "" #: templates/main/home.html:11 msgid "Django based open source document management system" -msgstr "Django базирана система за управление на електронни документи, с отворен код" +msgstr "" +"Django базирана система за управление на електронни документи, с отворен код" #: templates/main/login.html:22 msgid "You are already logged in" @@ -328,7 +330,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Django базирана система с отворен код, за електронно управление на документи, със специфична metadata, индексиране, тагове, файлови услуги, поддръжка на цифрови подписи/сигнатури и OCR възможности" +msgstr "" +"Django базирана система с отворен код, за електронно управление на " +"документи, със специфична metadata, индексиране, тагове, файлови услуги, " +"поддръжка на цифрови подписи/сигнатури и OCR възможности" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -357,11 +362,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/main/locale/bs_BA/LC_MESSAGES/django.po index 2d56b990f7..dfd5a7a781 100644 --- a/mayan/apps/main/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 msgid "Maintenance" @@ -63,79 +65,79 @@ msgstr "Verzija" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Korisnik" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonimni" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Detalji o korisniku" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Logout" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Pomoćni meni" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Akcije za %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Akcije za: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Omogućene akcije" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Vezane akcije" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Ostale omogućene akcije" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Akcije za %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Akcije" @@ -327,7 +329,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open source, Django bazirani electronic document manager sa prilagodljivim metadata podacima, indeksiranjem, tagovanjem, integracijom datoteka, podrškom za digitalni potpis i OCR mogućnostima" +msgstr "" +"Open source, Django bazirani electronic document manager sa prilagodljivim " +"metadata podacima, indeksiranjem, tagovanjem, integracijom datoteka, " +"podrškom za digitalni potpis i OCR mogućnostima" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +361,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/da/LC_MESSAGES/django.po b/mayan/apps/main/locale/da/LC_MESSAGES/django.po index e9f8d2224f..118c877a47 100644 --- a/mayan/apps/main/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -64,79 +65,79 @@ msgstr "Version" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Bruger" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonym" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Bruger detaljer" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Log ind" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Log ud" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Sekundær menu" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Handlinger for %(name)s : %(navigation_object)s " -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Handlinger for: %(navigation_object)s " -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Mulige valg" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Relaterede handlinger" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Andre mulige valg" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Handlinger for %(object_name)s : %(navigation_object)s " -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Handlinger" @@ -328,7 +329,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open source, Django baseret elektronisk dokument håndteringssystem med brugerdefinerede metadata, indeksering, tagging, fil server integration, digital signatur støtte og OCR-funktioner" +msgstr "" +"Open source, Django baseret elektronisk dokument håndteringssystem med " +"brugerdefinerede metadata, indeksering, tagging, fil server integration, " +"digital signatur støtte og OCR-funktioner" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -357,11 +361,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/main/locale/de_CH/LC_MESSAGES/django.po index cc456e6de2..edea6bc1e1 100644 --- a/mayan/apps/main/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 @@ -62,79 +63,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +356,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/main/locale/de_DE/LC_MESSAGES/django.po index a38cc90fd7..2836144ee1 100644 --- a/mayan/apps/main/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +15,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 @@ -69,79 +70,79 @@ msgstr "Version" msgid "Copyright © 2011 Roberto Rosario." msgstr "Copyright © 2011 Roberto Rosario." -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Benutzer" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonym" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Benutzerdetails" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Logout" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Untermenü" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Aktionen für %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Aktionen für: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Verfügbare Aktionen" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Verwandte Aktionen" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Andere verfügbare Aktionen" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Aktionen für %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Aktionen" @@ -333,7 +334,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open Source, auf Django basierender elektronischer Dokumentenmanager mit anpassbaren Metadaten, Indizierung, Tagging, Dateiserverintegration, Unterstützung digitaler Unterschriften und OCR-Fähigkeiten." +msgstr "" +"Open Source, auf Django basierender elektronischer Dokumentenmanager mit " +"anpassbaren Metadaten, Indizierung, Tagging, Dateiserverintegration, " +"Unterstützung digitaler Unterschriften und OCR-Fähigkeiten." #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -362,11 +366,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/en/LC_MESSAGES/django.po b/mayan/apps/main/locale/en/LC_MESSAGES/django.po index 7bfe334701..6f5341bb54 100644 --- a/mayan/apps/main/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/main/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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/" @@ -65,79 +65,79 @@ msgstr "Version" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "User" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonymous" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "User details" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Logout" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Secondary menu" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Actions for %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Actions for: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Available actions" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Related actions" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Other available actions" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Actions for %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Actions" diff --git a/mayan/apps/main/locale/es/LC_MESSAGES/django.po b/mayan/apps/main/locale/es/LC_MESSAGES/django.po index 3cb523bc84..2255920ea3 100644 --- a/mayan/apps/main/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 @@ -64,79 +65,79 @@ msgstr "Versión" msgid "Copyright © 2011 Roberto Rosario." msgstr "Copyright © 2011 Roberto Rosario." -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Usuario" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anónimo" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Detalles de usuario" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Iniciar sesión" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Desconectarse" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Menú secundario" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Acciones para %(name)s: %(navigation_object)s " -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Acciones para: %(navigation_object)s " -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Acciones disponibles" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Acciones relacionadas" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Otras acciones disponibles" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Acciones para %(object_name)s: %(navigation_object)s " -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Acciones" @@ -328,7 +329,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Gestor documental libre y de código abierto, basado en Django con metadatos personalizados, indexación, etiquetado, integración de servicio de archivos, apoyo de firmas digitales y capacidades de OCR" +msgstr "" +"Gestor documental libre y de código abierto, basado en Django con metadatos " +"personalizados, indexación, etiquetado, integración de servicio de archivos, " +"apoyo de firmas digitales y capacidades de OCR" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -357,11 +361,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/fa/LC_MESSAGES/django.po b/mayan/apps/main/locale/fa/LC_MESSAGES/django.po index 33e7df7606..3327e2cb94 100644 --- a/mayan/apps/main/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 @@ -64,79 +65,79 @@ msgstr "نسخه" msgid "Copyright © 2011 Roberto Rosario." msgstr "حق کپی © 2011 Roberto Rosario." -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(غلط زدایی)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "کاربر" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "ناشناس" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "جزئیات کاربر" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "لاگین" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "خروج" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -357,11 +358,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/fr/LC_MESSAGES/django.po b/mayan/apps/main/locale/fr/LC_MESSAGES/django.po index a679878d2b..c558f39e29 100644 --- a/mayan/apps/main/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 @@ -65,79 +66,79 @@ msgstr "Version" msgid "Copyright © 2011 Roberto Rosario." msgstr "Copyright © 2011 Roberto Rosario." -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Utilisateur" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonyme" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Profil Utilisateur" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "S'identifier" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Se déconnecter" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Menu secondaire" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Actions pour %(name)s:%(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Actions pour: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Actions disponibles" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Actions relatives" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Autres actions disponibles" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Actions pour %(object_name)s:%(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Actions" @@ -329,7 +330,11 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Système de Gestion de documents électroniques open source basé sur Django, avec des fonctionnalités de métadonnées personnalisables, d'indexation de contenu, d'étiquetage, de serveur de fichiers, avec support de signature digitale des documents et support natif des fonctionnalités OCR" +msgstr "" +"Système de Gestion de documents électroniques open source basé sur Django, " +"avec des fonctionnalités de métadonnées personnalisables, d'indexation de " +"contenu, d'étiquetage, de serveur de fichiers, avec support de signature " +"digitale des documents et support natif des fonctionnalités OCR" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -358,11 +363,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/main/locale/hr_HR/LC_MESSAGES/django.po index ca642c9b23..4b5af03997 100644 --- a/mayan/apps/main/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 msgid "Maintenance" @@ -62,79 +64,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +357,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/hu/LC_MESSAGES/django.po b/mayan/apps/main/locale/hu/LC_MESSAGES/django.po index 88df8a74f3..1714cd4f89 100644 --- a/mayan/apps/main/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -63,79 +64,79 @@ msgstr "Verzió" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(Hibakeresés)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Felhasználó" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "névtelen felhasználó" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "A felhasználó adatai" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Bejelentkezés" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Kijelentkezés" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Másodlagos menü" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Műveletek ezzel %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Műveletek ezen: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Rendelkezésre álló műveletek" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Kapcsolódó műveletek" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "További rendelkezésre álló műveletek" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Műveletek ezzel %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Műveletek" @@ -327,7 +328,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Nyílt forráskódú, Django alapú elektronikus dokumentum kezelő egyéni metaadat, indexelés és címkézés, fájlkiszolgáló integráció, digitális aláírás támogatás és OCR képességekkel." +msgstr "" +"Nyílt forráskódú, Django alapú elektronikus dokumentum kezelő egyéni " +"metaadat, indexelés és címkézés, fájlkiszolgáló integráció, digitális " +"aláírás támogatás és OCR képességekkel." #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +360,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/id/LC_MESSAGES/django.po b/mayan/apps/main/locale/id/LC_MESSAGES/django.po index 3e274344d6..a59f9b5c81 100644 --- a/mayan/apps/main/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -62,79 +63,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +356,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/it/LC_MESSAGES/django.po b/mayan/apps/main/locale/it/LC_MESSAGES/django.po index b7e9fe775a..e454cf167e 100644 --- a/mayan/apps/main/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -65,79 +66,79 @@ msgstr "Versione" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Utente" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonimo" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Dettagli utente" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Logout" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Menu secondario" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Azioni disponibili" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Altre azioni disponibili" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -358,11 +359,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/lv/LC_MESSAGES/django.po b/mayan/apps/main/locale/lv/LC_MESSAGES/django.po index 76ce548d1a..0f42299eeb 100644 --- a/mayan/apps/main/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: links.py:8 msgid "Maintenance" @@ -62,79 +64,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +357,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/nb/LC_MESSAGES/django.po b/mayan/apps/main/locale/nb/LC_MESSAGES/django.po index 1e344f0df6..0d8ee663ab 100644 --- a/mayan/apps/main/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 @@ -62,79 +63,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +356,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/main/locale/nl_NL/LC_MESSAGES/django.po index edcda29ef0..56cbc812e1 100644 --- a/mayan/apps/main/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/nl_NL/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -63,79 +64,79 @@ msgstr "Versie" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Gebruiker" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anoniem" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Gegevens over vim Gebruiker" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Aanmelden" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Afmelden" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Onderliggend menu" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Acties voor %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Acties for: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Beschikbare acties" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Gerelateerde acties" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Overige beschikbare acties" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Acties voor %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Acties" @@ -327,7 +328,8 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open source, op Django gebaseerde 'electronisch document beheersysteem' met" +msgstr "" +"Open source, op Django gebaseerde 'electronisch document beheersysteem' met" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +358,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/pl/LC_MESSAGES/django.po b/mayan/apps/main/locale/pl/LC_MESSAGES/django.po index 5b0eb42a51..53e35a0c73 100644 --- a/mayan/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,15 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 msgid "Maintenance" @@ -64,79 +66,79 @@ msgstr "Wersja" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Użytkownik" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonimowy" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Dane użytkownika" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Wyloguj" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Dodatkowe menu" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -357,11 +359,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/pt/LC_MESSAGES/django.po b/mayan/apps/main/locale/pt/LC_MESSAGES/django.po index 3aad08be56..beb00f9aee 100644 --- a/mayan/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/pt/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2011 @@ -11,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -65,79 +66,79 @@ msgstr "Versão" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Utilizador" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anónimo" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Detalhes do utilizador" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Sair" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Menu secundário" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Ações disponíveis" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Outras ações disponíveis" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -358,11 +359,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/main/locale/pt_BR/LC_MESSAGES/django.po index 7926c66bfa..f4089813ff 100644 --- a/mayan/apps/main/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 @@ -64,79 +65,79 @@ msgstr "Versão" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Usuário" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anônimo" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Detalhes do usuário" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Login" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Sair" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Menu secundário" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Ações disponíveis" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Outras ações disponíveis" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -357,11 +358,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/main/locale/ro_RO/LC_MESSAGES/django.po index 141d108ed2..e16f31d1c0 100644 --- a/mayan/apps/main/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 msgid "Maintenance" @@ -63,79 +65,79 @@ msgstr "Versiune" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "utilizator" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "anonim" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "detalii utilizator" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "logare" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "deconectare" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "meniu secundar" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Acţiuni pentru %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Acţiuni pentru: %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "acţiuni disponibile" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "acţiuni conexe" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "alte acţuni disponibile" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Acţiuni pentru %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Acţiuni" @@ -260,7 +262,8 @@ msgstr "" #: templates/main/home.html:11 msgid "Django based open source document management system" -msgstr "are la bază Django, un sistem de management al documentelor open source" +msgstr "" +"are la bază Django, un sistem de management al documentelor open source" #: templates/main/login.html:22 msgid "You are already logged in" @@ -327,7 +330,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Open source, Django manager de bază de document electronic cu metadate personalizate, indexare, marcare, integrarea fișier de servire, sprijin semnătură digitală și capacitățile OCR" +msgstr "" +"Open source, Django manager de bază de document electronic cu metadate " +"personalizate, indexare, marcare, integrarea fișier de servire, sprijin " +"semnătură digitală și capacitățile OCR" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +362,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/ru/LC_MESSAGES/django.po b/mayan/apps/main/locale/ru/LC_MESSAGES/django.po index 84f92297b1..3e018ab2a5 100644 --- a/mayan/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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=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:8 msgid "Maintenance" @@ -63,79 +65,79 @@ msgstr "Версия" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Пользователь" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Анонимно" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "сведения о пользователе" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Войти" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Выход" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "Вторичное меню" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Действия для %(name)s: %(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Действия для %(navigation_object)s" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Доступные действия" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Соответствующие действия" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Другие возможные действия" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Действия для %(object_name)s: %(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Действия" @@ -327,7 +329,11 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "Основанная на открытом программном коде Django система управления электронными документами с метаданными, указателями и метками. Содержит интегрированный файл-сервер, работу с цифровыми подписями и оптическое распознавание текстов." +msgstr "" +"Основанная на открытом программном коде Django система управления " +"электронными документами с метаданными, указателями и метками. Содержит " +"интегрированный файл-сервер, работу с цифровыми подписями и оптическое " +"распознавание текстов." #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +362,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/main/locale/sl_SI/LC_MESSAGES/django.po index 52281739da..5f3a0ef3ac 100644 --- a/mayan/apps/main/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 msgid "Maintenance" @@ -62,79 +64,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +357,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/sq/LC_MESSAGES/django.po b/mayan/apps/main/locale/sq/LC_MESSAGES/django.po index 64277c86d9..15e8756fad 100644 --- a/mayan/apps/main/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 @@ -62,79 +63,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +356,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/main/locale/tr_TR/LC_MESSAGES/django.po index 9ddbe3f4ec..5a56b559db 100644 --- a/mayan/apps/main/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/main/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -63,79 +64,79 @@ msgstr "Sürüm" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonim" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Giriş" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Çıkış" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -356,11 +357,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/main/locale/vi_VN/LC_MESSAGES/django.po index 9fe15672af..51f3e3972d 100644 --- a/mayan/apps/main/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -63,79 +64,79 @@ msgstr "Phiên bản" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(DEBUG)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "Người dùng" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "Anonymous" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "Chi tiết người dùng" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "Đăng nhập" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "Đăng xuất" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "Các thao tác khả dụng" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "Các thao tác liên quan" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "Các thao tác khác" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "Các thao tác" @@ -356,11 +357,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/main/locale/zh_CN/LC_MESSAGES/django.po index 3f7d86005a..396aff2517 100644 --- a/mayan/apps/main/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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:8 @@ -63,79 +64,79 @@ msgstr "版本" msgid "Copyright © 2011 Roberto Rosario." msgstr "版权归 © 2011 Roberto Rosario所有." -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "(调试)" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "用户" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "匿名用户" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "用户信息" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "登录" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "退出" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "二级菜单" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "%(name)s的操作是:%(navigation_object)s" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "%(navigation_object)s的操作" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "有效操作" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "相关操作" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "其他有效操作" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "%(object_name)s的操作是:%(navigation_object)s" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "操作" @@ -327,7 +328,9 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "开源,基于Django的电子文档管理,支持自定义元数据,索引,标签,集成文件服务,数字签名以及OCR。" +msgstr "" +"开源,基于Django的电子文档管理,支持自定义元数据,索引,标签,集成文件服务," +"数字签名以及OCR。" #: templates/main/project_description.html:22 msgid "Released under the Apache 2.0 License" @@ -356,11 +359,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/main/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/main/locale/zh_TW/LC_MESSAGES/django.po index 435ff2228c..64c6a47477 100644 --- a/mayan/apps/main/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/main/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: links.py:8 @@ -62,79 +63,79 @@ msgstr "" msgid "Copyright © 2011 Roberto Rosario." msgstr "" -#: templates/main/base.html:147 +#: templates/main/base.html:146 msgid "(DEBUG)" msgstr "" -#: templates/main/base.html:166 +#: templates/main/base.html:165 msgid "User" msgstr "" -#: templates/main/base.html:168 +#: templates/main/base.html:167 msgid "Anonymous" msgstr "" -#: templates/main/base.html:171 +#: templates/main/base.html:170 msgid "User details" msgstr "" -#: templates/main/base.html:188 templates/main/login.html:16 +#: templates/main/base.html:187 templates/main/login.html:16 #: templates/main/login.html.py:54 templates/main/login.html:62 msgid "Login" msgstr "" -#: templates/main/base.html:188 +#: templates/main/base.html:187 msgid "Logout" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "dismiss all notifications" msgstr "" -#: templates/main/base.html:202 +#: templates/main/base.html:201 msgid "close all" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "dismiss this notification" msgstr "" -#: templates/main/base.html:203 +#: templates/main/base.html:202 msgid "close" msgstr "" -#: templates/main/base.html:264 +#: templates/main/base.html:263 msgid "Secondary menu" msgstr "" -#: templates/main/base.html:280 +#: templates/main/base.html:279 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:282 templates/main/base.html.py:325 +#: templates/main/base.html:281 templates/main/base.html.py:324 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/main/base.html:285 +#: templates/main/base.html:284 msgid "Available actions" msgstr "" -#: templates/main/base.html:297 templates/main/base.html.py:340 +#: templates/main/base.html:296 templates/main/base.html.py:339 msgid "Related actions" msgstr "" -#: templates/main/base.html:308 templates/main/base.html.py:353 +#: templates/main/base.html:307 templates/main/base.html.py:352 msgid "Other available actions" msgstr "" -#: templates/main/base.html:323 +#: templates/main/base.html:322 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/main/base.html:328 +#: templates/main/base.html:327 msgid "Actions" msgstr "" @@ -355,11 +356,11 @@ msgstr "" #~ msgstr "sentry" #~ msgid "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgstr "" -#~ "Controls whether the search functionality is provided by a sidebar widget or" -#~ " by a menu entry." +#~ "Controls whether the search functionality is provided by a sidebar widget " +#~ "or by a menu entry." #~ msgid "statistics" #~ msgstr "statistics" diff --git a/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/ar/LC_MESSAGES/django.po index 3c784d439a..5f472dbbac 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "البيانات الوصفية" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' object has no attribute '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "اسم" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "قيمة" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "تحديث" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "نوع البيانات الوصفية" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "إزالة" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "مجموعات البيانات الوصفية" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "أنواع البيانات الوصفية" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Do not use python reserved words, or spaces." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +174,178 @@ msgstr "حذف نوع من البيانات الوصفية" msgid "View metadata types" msgstr "عرض أنواع البيانات الوصفية" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "تحرير مجموعات البيانات الوصفية" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "إنشاء مجموعات جديدة من البيانات الوصفية" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "حذف مجموعات البيانات الوصفية" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "عرض مجموعات البيانات الوصفية" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "الوثيقة المختارة ليس لها بيانات وصفية " -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "يجب أن توفر ما لا يقل عن وثيقة واحدة." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Error editing metadata for document %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "تم تعديل البيانات الوصفية للوثيقة %s بنجاح" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "قم بتعديل البيانات الوصفية للوثيقة: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "قم بتعديل البيانات الوصفية للوثائق: %s" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." -msgstr "تم اضافة نوع البيانات الوصفية %(metadata_type)s بنجاح للوثيقة %(document)s ." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"تم اضافة نوع البيانات الوصفية %(metadata_type)s بنجاح للوثيقة %(document)s ." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "نوع البيانات الوصفية %(metadata_type)s موجود مسبقا للوثيقة %(document)s ." +msgstr "" +"نوع البيانات الوصفية %(metadata_type)s موجود مسبقا للوثيقة %(document)s ." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "إضافة نوع البيانات الوصفية للوثيقة: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "إضافة نوع البيانات الوصفية إلى الوثائق : %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "تم حذف نوع البيانات الوصفية %(metadata_type)s بنجاح من الوثيقة %(document)s ." +msgstr "" +"تم حذف نوع البيانات الوصفية %(metadata_type)s بنجاح من الوثيقة %(document)s ." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "خطأ أثناء حذف نوع البيانات الوصفية %(metadata_type)s من الوثيقة %(document)s ." +msgstr "" +"خطأ أثناء حذف نوع البيانات الوصفية %(metadata_type)s من الوثيقة " +"%(document)s ." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "إزالة أنواع البيانات الوصفية من الوثيقة: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "إزالة أنواع البيانات الوصفية من الوثائق: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "تم تعديل نوع البيانات الوصفية بنجاح" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "خطأ أثناء تحرير نوع البيانات الوصفية: %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "تم انشاء نوع البيانات الوصفية بنجاح" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "نوع البيانات الوصفية: %s تم حذفه بنجاح." -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" -msgstr "خطأ أثناء حذف البيانات الوصفية: %(metadata_type)s نوع الخطأ : %(error)s" +msgstr "" +"خطأ أثناء حذف البيانات الوصفية: %(metadata_type)s نوع الخطأ : %(error)s" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "هل أنت متأكد أنك ترغب في حذف نوع البيانات الوصفية: %s ؟" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "مجموعة البيانات الوصفية تم تحريرها بنجاح" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Error editing metadata set; %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "مجموعة البيانات الوصفية تم انشائها بنجاح" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "مجموعة البيانات الوصفية:%s تم حذفها بنجاح." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "خطأ أثناء حذف البيانات الوصفية: %(metadata_set)s نوع الخطأ : %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "هل أنت متأكد أنك ترغب في حذف مجموعة البيانات الوصفية: %s ؟" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "مجموعات البيانات الوصفية" + +#~ msgid "Edit metadata sets" +#~ msgstr "تحرير مجموعات البيانات الوصفية" + +#~ msgid "Create new metadata sets" +#~ msgstr "إنشاء مجموعات جديدة من البيانات الوصفية" + +#~ msgid "Delete metadata sets" +#~ msgstr "حذف مجموعات البيانات الوصفية" + +#~ msgid "View metadata sets" +#~ msgstr "عرض مجموعات البيانات الوصفية" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "مجموعة البيانات الوصفية تم تحريرها بنجاح" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Error editing metadata set; %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "مجموعة البيانات الوصفية تم انشائها بنجاح" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "مجموعة البيانات الوصفية:%s تم حذفها بنجاح." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "" +#~ "خطأ أثناء حذف البيانات الوصفية: %(metadata_set)s نوع الخطأ : %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "هل أنت متأكد أنك ترغب في حذف مجموعة البيانات الوصفية: %s ؟" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +377,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +416,11 @@ msgstr "" #~ 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 f04f8e4d6f..8ded1123e6 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Име" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Стойност" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Актуализация" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Премахване" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,195 +173,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -425,37 +333,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +372,11 @@ msgstr "" #~ 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 e21354d7c1..538bf92f1c 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadata" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' objekt nema atributa '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Ime" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Vrijednost" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Update" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Metadata tip" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Ukloni" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Metadata set" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Metadata tip" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Ne koristite python rezervirane riječi, ili razmak." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +174,175 @@ msgstr "Izbriši metadata tip" msgid "View metadata types" msgstr "Pregledaj metadata tip" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Izmjeni setove metadata" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Kreiraj novi metadata set" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Izbriši metadata set" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Pregledaj metadata set" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Selektovani dokument nema metadata" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Mora se osigurati bar jedan dokument." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Greška pri izmjeni metadata za dokument %(document)s; %(error)s. " -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata za dokument %s uspješno izmjenjen." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Izmjeni metadata za dokument: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Izmjeni metadata za dokumente: %s" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." -msgstr "Metadata tip: %(metadata_type)s uspješno dodan u dokument %(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Metadata tip: %(metadata_type)s uspješno dodan u dokument %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "Metadata tip: %(metadata_type)s već postoji u dokumentu %(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Dodaj metadata tip u dokument: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Dodaj metadata tip u dokumente: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Uspješno uklonjen metadata tip: %(metadata_type)s iz dokumenta: %(document)s." +msgstr "" +"Uspješno uklonjen metadata tip: %(metadata_type)s iz dokumenta: %(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Greška kod uklanjanja metadata tipa: %(metadata_type)s iz dokumenta: %(document)s." +msgstr "" +"Greška kod uklanjanja metadata tipa: %(metadata_type)s iz dokumenta: " +"%(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Ukloni metadata tip iz dokumenta: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Ukloni metadata tip iz dokumenata: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Metadata tip uspješno izmjenjen" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Greška kod izmjene metadata tipa: %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Metadata tip uspješno kreiran" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Metadata tip: %s uspješno izbrisan." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Metadata set uspješno izmjenjen" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Greška kod izmjene metadata seta; %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Metadata set uspješno kreiran." - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Metadata set: %s uspješno izbrisan." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Metadata set: %(metadata_set)s greška brisanja: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Jeste li sigurni da želite izbrisati metadata set: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Metadata set" + +#~ msgid "Edit metadata sets" +#~ msgstr "Izmjeni setove metadata" + +#~ msgid "Create new metadata sets" +#~ msgstr "Kreiraj novi metadata set" + +#~ msgid "Delete metadata sets" +#~ msgstr "Izbriši metadata set" + +#~ msgid "View metadata sets" +#~ msgstr "Pregledaj metadata set" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Metadata set uspješno izmjenjen" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Greška kod izmjene metadata seta; %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Metadata set uspješno kreiran." + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Metadata set: %s uspješno izbrisan." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "Metadata set: %(metadata_set)s greška brisanja: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Jeste li sigurni da želite izbrisati metadata set: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +374,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +413,11 @@ msgstr "" #~ 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 db5b83e6ac..33e9e969b2 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,195 +173,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -425,37 +333,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +372,11 @@ msgstr "" #~ 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 549e6d5fd7..4bc5b56821 100644 --- a/mayan/apps/metadata/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/de_CH/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index bb1073e5ac..d46871fabd 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,21 +13,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadaten" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -36,79 +37,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "'metadata'-Objekt hat kein Attribut '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "ID" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Name" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Wert" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Aktualisieren" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Metadatentyp" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Entfernen" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Metadaten-Sets" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Metadatentypen" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Keine reservierten Worte aus Python oder Leerzeichen verwenden." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -126,46 +115,31 @@ msgstr "" #: models.py:24 msgid "Enter a string to be evaluated that returns an iterable." -msgstr "Geben Sie einen String an, der ausgewertet werden soll, um einen Iterator zurückzugeben" - -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" msgstr "" +"Geben Sie einen String an, der ausgewertet werden soll, um einen Iterator " +"zurückzugeben" -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -205,199 +179,180 @@ msgstr "Metadatentypen löschen" msgid "View metadata types" msgstr "Metadatentypen anzeigen" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Metadatensets bearbeiten" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Metadatensets erstellen" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Metadatensets löschen" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Metadatensets anzeigen" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Das ausgewählte Dokument enthält keine Metadaten." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Es muss mindestens ein Dokument angegeben werden." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Fehler beim Bearbeiten der Metadaten des Dokuments %(document)s; %(error)s." +msgstr "" +"Fehler beim Bearbeiten der Metadaten des Dokuments %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadaten des Dokuments %s erfolgreich bearbeitet." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Metadaten des Dokuments %s bearbeiten" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Metadaten der Dokumente %s bearbeiten" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Metadatentyp %(metadata_type)s erfolgreich hinzugefügt zu Dokument " "%(document)s." -msgstr "Metadatentyp %(metadata_type)s erfolgreich hinzugefügt zu Dokument %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Metadatentyp %(metadata_type)s existiert schon für Dokument %(document)s." +msgstr "" +"Metadatentyp %(metadata_type)s existiert schon für Dokument %(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Metadatentyp zu Dokument %s hinzufügen" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Metadaten zu Dokumenten %s hinzufügen" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Metadatentyp %(metadata_type)s erfolgreich von Dokument %(document)s entfernt." +msgstr "" +"Metadatentyp %(metadata_type)s erfolgreich von Dokument %(document)s " +"entfernt." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Fehler beim Löschen des Metadatentyps %(metadata_type)s von Dokument %(document)s." +msgstr "" +"Fehler beim Löschen des Metadatentyps %(metadata_type)s von Dokument " +"%(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Metadatentypen von Dokument %s entfernen" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Metadatentypen von Dokumenten %s entfernen" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Metadatentyp erfolgreich bearbeitet" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Fehler beim Bearbeiten von Metadatentyp %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Metadaten-Typ erfolgreich angelegt" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Metadatentyp %s erfolgreich gelöscht." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" -msgstr "Sind Sie sicher, dass Sie den Metadatentyp %s wirklich löschen möchten?" - -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "Metadatenset erfolgreich bearbeitet" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Fehler beim Bearbeiten des Metadatensets %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" msgstr "" +"Sind Sie sicher, dass Sie den Metadatentyp %s wirklich löschen möchten?" -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Metadatenset erfolgreich angelegt" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Metadatenset %s erfolgreich gelöscht." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Fehler beim Löschen von Metadatenset %(metadata_set)s: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Soll das Metadaten-Set \"%s\" wirklich gelöscht werden?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "ID" + +#~ msgid "Metadata sets" +#~ msgstr "Metadaten-Sets" + +#~ msgid "Edit metadata sets" +#~ msgstr "Metadatensets bearbeiten" + +#~ msgid "Create new metadata sets" +#~ msgstr "Metadatensets erstellen" + +#~ msgid "Delete metadata sets" +#~ msgstr "Metadatensets löschen" + +#~ msgid "View metadata sets" +#~ msgstr "Metadatensets anzeigen" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Metadatenset erfolgreich bearbeitet" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Fehler beim Bearbeiten des Metadatensets %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Metadatenset erfolgreich angelegt" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Metadatenset %s erfolgreich gelöscht." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "Fehler beim Löschen von Metadatenset %(metadata_set)s: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Soll das Metadaten-Set \"%s\" wirklich gelöscht werden?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -429,37 +384,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -468,11 +423,11 @@ msgstr "" #~ 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 6e1921759d..ccefbfce14 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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadata" -#: __init__.py:52 +#: __init__.py:60 #, fuzzy msgid "Returns a list of all the metadata types." msgstr "Are you sure you wish to delete the metadata type: %s?" @@ -32,87 +32,73 @@ msgstr "Are you sure you wish to delete the metadata type: %s?" msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' object has no attribute '%s'" -#: forms.py:40 +#: forms.py:37 #, fuzzy msgid "Required" msgstr "required" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Name" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Value" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Update" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Metadata type" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Remove" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Metadata sets" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 #, fuzzy msgid "Edit metadata" msgstr "edit metadata" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 #, fuzzy msgid "Add metadata" msgstr "add metadata" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 #, fuzzy msgid "Remove metadata" msgstr "remove metadata" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Metadata types" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:26 links.py:32 +#: links.py:30 #, fuzzy msgid "Create new" msgstr "create new" -#: links.py:30 views.py:395 -#, fuzzy -msgid "Members" -msgstr "members" - -#: links.py:34 models.py:103 -#, fuzzy -msgid "Default metadata" -msgstr "default metadata" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Do not use python reserved words, or spaces." -#: models.py:16 models.py:46 +#: models.py:16 #, fuzzy msgid "Title" msgstr "title" @@ -137,52 +123,31 @@ msgstr "lookup" msgid "Enter a string to be evaluated that returns an iterable." msgstr "Enter a string to be evaluated.%s" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -#, fuzzy -msgid "Metadata set" -msgstr "Metadata sets" - -#: models.py:75 -#, fuzzy -msgid "Metadata set item" -msgstr "metadata set item" - -#: models.py:76 -#, fuzzy -msgid "Metadata set items" -msgstr "metadata set items" - -#: models.py:84 +#: models.py:47 #, fuzzy msgid "Document" msgstr "document" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 #, fuzzy msgid "Document metadata" msgstr "document metadata" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 #, fuzzy msgid "Document type" msgstr "document type" -#: models.py:102 -#, fuzzy -msgid "Default metadata sets" -msgstr "default metadata sets" - -#: models.py:109 +#: models.py:70 #, fuzzy msgid "Document type defaults" msgstr "document type defaults" -#: models.py:110 +#: models.py:71 #, fuzzy msgid "Document types defaults" msgstr "document types defaults" @@ -223,75 +188,59 @@ msgstr "Delete metadata types" msgid "View metadata types" msgstr "View metadata types" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Edit metadata sets" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Create new metadata sets" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Delete metadata sets" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "View metadata sets" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "The selected document doesn't have any metadata." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Error editing metadata for document %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata for document %s edited successfully." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Edit metadata for document: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Edit metadata for documents: %s" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, 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:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Add metadata type to document: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Add metadata type to documents: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " @@ -300,129 +249,157 @@ msgstr "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Remove metadata types from document: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Remove metadata types from documents: %s" -#: views.py:280 +#: views.py:275 #, fuzzy, python-format msgid "Metadata for: %s" msgstr "metadata for: %s" -#: views.py:298 +#: views.py:293 #, fuzzy msgid "Internal name" msgstr "internal name" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Metadata type edited successfully" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Error editing metadata type; %s" -#: views.py:327 +#: views.py:322 #, fuzzy, python-format msgid "Edit metadata type: %s" msgstr "edit metadata type: %s" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Metadata type created successfully" -#: views.py:347 +#: views.py:342 #, fuzzy msgid "Create metadata type" msgstr "create metadata type" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Metadata type: %s deleted successfully." -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Metadata type: %(metadata_type)s delete error: %(error)s" -#: views.py:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Metadata set edited successfully" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Error editing metadata set; %s" - -#: views.py:424 -#, fuzzy, python-format -msgid "Edit metadata set: %s" -msgstr "edit metadata set: %s" - -#: views.py:465 -#, fuzzy, python-format -msgid "Non members of metadata set: %s" -msgstr "non members of metadata set: %s" - -#: views.py:466 -#, fuzzy, python-format -msgid "Members of metadata set: %s" -msgstr "members of metadata set: %s" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Metadata set created successfully" - -#: views.py:487 -#, fuzzy -msgid "Create metadata set" -msgstr "create metadata set" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Metadata set: %s deleted successfully." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Metadata set: %(metadata_set)s delete error: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Are you sure you wish to delete the metadata set: %s?" - -#: views.py:593 +#: views.py:434 #, fuzzy, python-format msgid "Non members of document type: %s" msgstr "non members of document type: %s" -#: views.py:594 +#: views.py:435 #, fuzzy, python-format msgid "Members of document type: %s" msgstr "members of document type: %s" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Metadata sets" + +#, fuzzy +#~ msgid "Members" +#~ msgstr "members" + +#, fuzzy +#~ msgid "Default metadata" +#~ msgstr "default metadata" + +#, fuzzy +#~ msgid "Metadata set" +#~ msgstr "Metadata sets" + +#, fuzzy +#~ msgid "Metadata set item" +#~ msgstr "metadata set item" + +#, fuzzy +#~ msgid "Metadata set items" +#~ msgstr "metadata set items" + +#, fuzzy +#~ msgid "Default metadata sets" +#~ msgstr "default metadata sets" + +#~ msgid "Edit metadata sets" +#~ msgstr "Edit metadata sets" + +#~ 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" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Metadata set edited successfully" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Error editing metadata set; %s" + +#, fuzzy +#~ msgid "Edit metadata set: %s" +#~ msgstr "edit metadata set: %s" + +#, fuzzy +#~ msgid "Non members of metadata set: %s" +#~ msgstr "non members of metadata set: %s" + +#, fuzzy +#~ msgid "Members of metadata set: %s" +#~ msgstr "members of metadata set: %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Metadata set created successfully" + +#, fuzzy +#~ msgid "Create metadata set" +#~ msgstr "create metadata set" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Metadata set: %s deleted successfully." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "Metadata set: %(metadata_set)s delete error: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Are you sure you wish to delete the metadata set: %s?" + #~ msgid "metadata" #~ msgstr "metadata" diff --git a/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/es/LC_MESSAGES/django.po index 9e6a75020a..14968a497f 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 @@ -10,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadatos" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -33,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "objeto 'metadata' no tiene attributo '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "Identificador" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nombre" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valor" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Actualizar" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Tipo de metadato" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Eliminar" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Conjunto de metadatos" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Tipos de metadatos" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "No utilice palabras reservadas de Python, o espacios." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -125,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "Introduzca una cadena para ser evaluada que devuelva un iterador." -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -202,199 +174,180 @@ msgstr "Eliminar tipos de metadatos" msgid "View metadata types" msgstr "Ver los tipos de metadatos" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Editar conjuntos de metadatos" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Crear nuevos conjuntos de metadatos" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Eliminar conjuntos de metadatos" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Ver los conjuntos de metadatos" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "El documento seleccionado no tiene ningún metadato." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Error editando metadatos para el documento %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadatos del documento %s editados con éxito." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Editar metadatos del documento: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Editar metadatos del los documentos: %s" -#: views.py:152 +#: views.py:147 #, 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 agregado con éxito al documento " "%(document)s." -msgstr "Tipo de metadatos: %(metadata_type)s agregado con éxito al documento %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadatos: %(metadata_type)s ya está presente en el documento %(document)s." +msgstr "" +"Tipo de metadatos: %(metadata_type)s ya está presente en el documento " +"%(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Agregar tipo de metadato al documento: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Agregar tipo de metadato a los documentos: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Se eliminó el tipo de metadatos: %(metadata_type)s del documento: %(document)s." +msgstr "" +"Se eliminó el tipo de metadatos: %(metadata_type)s del documento: " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Se eliminó correctamente el tipo de metadatos: %(metadata_type)s del documento: %(document)s." +msgstr "" +"Se eliminó correctamente el tipo de metadatos: %(metadata_type)s del " +"documento: %(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Eliminar tipos de metadatos del documento: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Eliminar tipos de metadatos de los documentos: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Tipo de metadatos editado con éxito." -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Error editando tipo de metadatos; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Tipo de metadatos creado con éxito" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo de metadatos: %s eliminado con éxito." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Conjunto de metadatos editado con éxito." - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Error al editar el conjunto de metadatos; %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Conjunto de metadatos creados con éxito." - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Conjunto de metadatos: %s eliminado con éxito." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "¿Está seguro que desea eliminar el conjunto de metadatos: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "Identificador" + +#~ msgid "Metadata sets" +#~ msgstr "Conjunto de metadatos" + +#~ msgid "Edit metadata sets" +#~ msgstr "Editar conjuntos de metadatos" + +#~ msgid "Create new metadata sets" +#~ msgstr "Crear nuevos conjuntos de metadatos" + +#~ msgid "Delete metadata sets" +#~ msgstr "Eliminar conjuntos de metadatos" + +#~ msgid "View metadata sets" +#~ msgstr "Ver los conjuntos de metadatos" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Conjunto de metadatos editado con éxito." + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Error al editar el conjunto de metadatos; %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Conjunto de metadatos creados con éxito." + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Conjunto de metadatos: %s eliminado con éxito." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "" +#~ "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "¿Está seguro que desea eliminar el conjunto de metadatos: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -426,37 +379,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -465,11 +418,11 @@ msgstr "" #~ 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 16447d8126..b621c6882a 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,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "متادیتا" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -33,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "متادیتا دارا هیچ خصوصیتی نیست: %s" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "شناسه" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "نام" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "به‌روزرسانی" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "نوع متادیتا" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "حذف" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "مجموعه متادیتا" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -125,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -202,199 +174,141 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "شناسه" + +#~ msgid "Metadata sets" +#~ msgstr "مجموعه متادیتا" + #~ msgid "metadata" #~ msgstr "metadata" @@ -426,37 +340,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -465,11 +379,11 @@ msgstr "" #~ 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 43bedd2dee..88feeb8ad0 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 @@ -13,21 +13,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Métadonnées" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -36,79 +37,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "l'objet 'metadata' n'a pas d'attribut '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nom" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valeur" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Mettre à jour" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Type de métadonnées" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Supprimer" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Ensembles de métadonnées" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Types de métadonnées" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "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:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -126,46 +115,30 @@ msgstr "" #: models.py:24 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:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" msgstr "" +"Saisir la chaîne devant être évaluée qui sera retourner comme une itération." -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -205,199 +178,183 @@ msgstr "Supprimer des types de métadonnées" msgid "View metadata types" msgstr "Voir les types de métadonnées" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Modifier les ensembles de métadonnées" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Créer de nouveaux ensembles de métadonnées" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Supprimer des ensembles de métadonnées" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Voir les ensembles de métadonnées" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Le document sélectionné ne possède pas de métadonnées." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Vous devez fournir au moins un document." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Erreur lors de la modification des métadonnées pour le document %(document)s; %(error)s." +msgstr "" +"Erreur lors de la modification des métadonnées pour le document " +"%(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Métadonnées pour le document %s modifiées avec succès." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Modifier les métadonnées pour le document: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Modifier les métadonnées pour les documents: %s" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Type de métadonnées: %(metadata_type)s ajouté avec succès au document " "%(document)s." -msgstr "Type de métadonnées: %(metadata_type)s ajouté avec succès au document %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Type de métadonnées: %(metadata_type)s déjà présent dans le document %(document)s." +msgstr "" +"Type de métadonnées: %(metadata_type)s déjà présent dans le document " +"%(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Ajouter un type de métadonnées au document: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Ajouter un type de métadonnées aux documentx: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Type de métadonnées: %(metadata_type)s effacé avec succès du document: %(document)s." +msgstr "" +"Type de métadonnées: %(metadata_type)s effacé avec succès du document: " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Erreur lors de la suppression du type de métadonnées: %(metadata_type)s sur le document: %(document)s." +msgstr "" +"Erreur lors de la suppression du type de métadonnées: %(metadata_type)s sur " +"le document: %(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Retirer les types de métadonnées du document: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Retirer les types de métadonnées des documents: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Type de métadonnées modifié avec succès" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Erreur lors de la modification du type de métadonnées; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Type de métadonnées ajouté avec succès" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Type de métadonnées: %s supprimé avec succès" -#: views.py:367 +#: views.py:362 #, 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" +msgstr "" +"Type de métadonnées: %(metadata_type)s erreur de suppression: %(error)s" -#: views.py:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Ensemble de métadonnées modifié avec succès" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Erreur lors de la modification du jeu de métadonnées; %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Jeu de métadonnées créé avec succès" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Je de métadonnées: %s supprimé avec succès." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Jeu de métadonnées: %(metadata_set)s erreur de suppression: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Êtes vous certain de vouloir supprimer le jeu de métadonnées: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Ensembles de métadonnées" + +#~ msgid "Edit metadata sets" +#~ msgstr "Modifier les ensembles de métadonnées" + +#~ msgid "Create new metadata sets" +#~ msgstr "Créer de nouveaux ensembles de métadonnées" + +#~ msgid "Delete metadata sets" +#~ msgstr "Supprimer des ensembles de métadonnées" + +#~ msgid "View metadata sets" +#~ msgstr "Voir les ensembles de métadonnées" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Ensemble de métadonnées modifié avec succès" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Erreur lors de la modification du jeu de métadonnées; %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Jeu de métadonnées créé avec succès" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Je de métadonnées: %s supprimé avec succès." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "" +#~ "Jeu de métadonnées: %(metadata_set)s erreur de suppression: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Êtes vous certain de vouloir supprimer le jeu de métadonnées: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -429,37 +386,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -468,11 +425,11 @@ msgstr "" #~ 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 037a4c7092..5712955f62 100644 --- a/mayan/apps/metadata/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hr_HR/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +173,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +333,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +372,11 @@ msgstr "" #~ 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 7868f7581e..45095ac746 100644 --- a/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/hu/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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 5d2ff3da17..366fd6e713 100644 --- a/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/id/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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 ab159fd80e..b4a0f75418 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,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadati" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -33,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "'metadata' non ha gli attributi '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nome" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valore" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Aggiurnato" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Tipo di metadato" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Revoca" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Set di metadati" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Tipi di Metadati" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Non usare parole riservate python, o spazi." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -125,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -202,199 +174,174 @@ msgstr "Cancella il tipo di metadato" msgid "View metadata types" msgstr "Visualizza il tipo di metadato" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Modifica il set di metadati" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Crea un nuovo set di metadati" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Cancella il set dei metadati" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Visualizza il set dei metadati" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Il documento selezionato non ha metadati." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Devi fornire almeno un documento." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Errore nella modifica dei metadata per il documento %(document)s; %(error)s." +msgstr "" +"Errore nella modifica dei metadata per il documento %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata per il documento %s modificato con successo." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Modifica metadata per il documento: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Modifica metadata per i documenti: %s" -#: views.py:152 +#: views.py:147 #, 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 metadata: %(metadata_type)s aggiunto con successo al documento " "%(document)s." -msgstr "Tipo metadata: %(metadata_type)s aggiunto con successo al documento %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." +msgstr "" +"Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Aggiungi tipo metadata al document: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Aggiungi tipo metadata ai documents: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Rimuovere con successo tipo di metadati: %(metadata_type)s per il documento: %(document)s." +msgstr "" +"Rimuovere con successo tipo di metadati: %(metadata_type)s per il " +"documento: %(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il documento: %(document)s." +msgstr "" +"Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il " +"documento: %(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Rimuovi il tipo metadata per il documento: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Rimuovi il tipo metadata per il documenti: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Tipo di metadata modificato con successo" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Errore nella modifica del tipo di metadata ; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Tipo metadata creato con successo" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo metadata:%s cancellato con successo." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Set di metadata creata con successo" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Set di metadata: %s cancellata con successo." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Set di metadata: %(metadata_set)s errore di cancellazione: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Sei sicuro di voler eliminare il set di metadati: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Set di metadati" + +#~ msgid "Edit metadata sets" +#~ msgstr "Modifica il set di metadati" + +#~ msgid "Create new metadata sets" +#~ msgstr "Crea un nuovo set di metadati" + +#~ msgid "Delete metadata sets" +#~ msgstr "Cancella il set dei metadati" + +#~ msgid "View metadata sets" +#~ msgstr "Visualizza il set dei metadati" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Set di metadata creata con successo" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Set di metadata: %s cancellata con successo." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "" +#~ "Set di metadata: %(metadata_set)s errore di cancellazione: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Sei sicuro di voler eliminare il set di metadati: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -426,37 +373,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -465,11 +412,11 @@ msgstr "" #~ 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 18d91b4f89..b1b0fad8d2 100644 --- a/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/lv/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +173,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +333,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +372,11 @@ msgstr "" #~ 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/nb/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po index ac0044d97f..828d62f41f 100644 --- a/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nb/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ msgstr " Available functions: %s" #~ msgid "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgstr "" -#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user in " -#~ "User.objects.all()].%s" +#~ "Enter a string to be evaluated. Example: [user.get_full_name() for user " +#~ "in User.objects.all()].%s" #~ msgid "Error deleting document indexes; %s" #~ msgstr "Error deleting document indexes; %s" diff --git a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po index 6f6b8eb807..43188e93f9 100644 --- a/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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 87f8688216..dd316a1181 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: # mic , 2012 @@ -9,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nazwa" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Wartość" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Usuń" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,195 +174,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -425,37 +334,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +373,11 @@ msgstr "" #~ 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 db6191a877..a407c3cfbd 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,21 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadados" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -34,79 +35,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "O objeto 'metadata' não tem nenhum atributo '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nome" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valor" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Atualizar" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Tipo de metadados" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Remover" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Conjuntos de metadados" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Tipos de metadados" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Não use palavras reservadas de python ou espaços." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -126,44 +115,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -203,199 +175,173 @@ msgstr "Excluir tipos de metadados" msgid "View metadata types" msgstr "Ver tipos de metadados" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Editar conjuntos de metadados" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Criar novos conjuntos de metadados" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Excluir conjuntos de metadados" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Ver conjuntos de metadados" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "O documento selecionado não tem qualquer metadado." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Erro ao editar os metadados do documento %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadados do documento %s alterados com sucesso." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Editar os metadados do documento: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Editar os metadados dos documentos: %s" -#: views.py:152 +#: views.py:147 #, 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 metadados: %(metadata_type)s adicionado com sucesso ao documento " "%(document)s." -msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." +msgstr "" +"Tipo de metadados: %(metadata_type)s já existe no documento %(document)s ." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Adicionar tipo de metadados ao documento: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Adicionar tipo de metadados aos documentos: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Tipos de metadados removidos com sucesso: %(metadata_type)s do documento: " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " +"%(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Remover tipos de metadados do documento: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Remover tipos de metadados dos documentos: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Tipo de metadados editado com sucesso" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Erro ao editar tipo de metadados; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Tipo de metadados criado com sucesso" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo de metadados: %s eliminado com sucesso." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Conjunto de metadados criado com sucesso" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Conjunto de metadados: %s eliminado com sucesso." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Conjunto de metadados: %(metadata_set)s erro ao eliminar: %(error)s " - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Conjuntos de metadados" + +#~ msgid "Edit metadata sets" +#~ msgstr "Editar conjuntos de metadados" + +#~ msgid "Create new metadata sets" +#~ msgstr "Criar novos conjuntos de metadados" + +#~ msgid "Delete metadata sets" +#~ msgstr "Excluir conjuntos de metadados" + +#~ msgid "View metadata sets" +#~ msgstr "Ver conjuntos de metadados" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Conjunto de metadados criado com sucesso" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Conjunto de metadados: %s eliminado com sucesso." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "" +#~ "Conjunto de metadados: %(metadata_set)s erro ao eliminar: %(error)s " + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -427,37 +373,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -466,11 +412,11 @@ msgstr "" #~ 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 00914c3c5f..3247482c5b 100644 --- a/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Emerson Soares , 2013 @@ -11,21 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadados" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -34,79 +35,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "Objeto 'metadados' tem nenhum atributo '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nome" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valor" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Atualizar" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Tipo de metadados" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Remover" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Conjuntos de metadados" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Tipos de metadados" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Não use palavras reservadas python, ou espaços." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -126,44 +115,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -203,199 +175,178 @@ msgstr "Excluir tipos de metadados" msgid "View metadata types" msgstr "Ver tipos de metadados" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Editar conjuntos de metadados" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Criar novos conjuntos de metadados" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Excluir conjuntos de metadados" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Ver conjuntos de metadados" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "O documento selecionado não tem qualquer metadado." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Erro de edição de metadados para documento %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadados para o documento %s alterados com sucesso." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Editar os metadados do documento: %s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Editar os metadados do documentos: %s" -#: views.py:152 +#: views.py:147 #, 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 metadados: %(metadata_type)s adicionado com sucesso para documento " "%(document)s." -msgstr "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." +msgstr "" +"Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Adicionar tipo de metadados ao documento: %s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Adicionar tipo de metadados aos documentos: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Tipos de metadados removidos com êxito: %(metadata_type)s do documento: " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Erro ao remover tipo de metadados: %(metadata_type)s do documento: %(document)s." +msgstr "" +"Erro ao remover tipo de metadados: %(metadata_type)s do documento: " +"%(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Remover tipos de metadados do documento: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Remover tipos de metadados dos documentos: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Tipo de metadados editados com sucesso" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Erro de edição de tipo de metadados; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Tipo de metadados criado com sucesso" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo de metadados: %s removido com sucesso." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Conjunto de metadados editado com sucesso" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Erro ao editar o conjunto de metadados; %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Conjunto de metadados criado com sucesso" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Conjunto de metadados: %s removido com sucesso." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Conjunto de metadados: %(metadata_set)s erro ao deletar: %(error)s " - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Conjuntos de metadados" + +#~ msgid "Edit metadata sets" +#~ msgstr "Editar conjuntos de metadados" + +#~ msgid "Create new metadata sets" +#~ msgstr "Criar novos conjuntos de metadados" + +#~ msgid "Delete metadata sets" +#~ msgstr "Excluir conjuntos de metadados" + +#~ msgid "View metadata sets" +#~ msgstr "Ver conjuntos de metadados" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Conjunto de metadados editado com sucesso" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Erro ao editar o conjunto de metadados; %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Conjunto de metadados criado com sucesso" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Conjunto de metadados: %s removido com sucesso." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "Conjunto de metadados: %(metadata_set)s erro ao deletar: %(error)s " + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -427,37 +378,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -466,11 +417,11 @@ msgstr "" #~ 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 1510683414..1ede588302 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Metadate" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "obiectul 'metadata' nu are nici un atribut &'%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Nume" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Valoare" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Actualizați" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Metadate de tip" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Scoate" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Metadate seturi" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Metadate tipuri de" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Nu folosi cuvinte rezervate, pyton sau spații." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +174,179 @@ msgstr "Ștergeți tipuri de metadate" msgid "View metadata types" msgstr "Vezi tipuri de metadate" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Editați seturi de metadate" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "A crea seturi de metadate noi" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Ștergeți seturi de metadate" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Vezi seturi de metadate" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Documentul selectat nu are metadate." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Trebuie să furnizeze cel puțin un document." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Eroare editare metadate pentru %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadate pentru documentul %s editat cu succes." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Editați metadate pentru document:% s" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Edita metadatele pentru documente:% s" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Tipul de metadate:%(metadata_type)s au fost adăugate cu succes documentul " "%(document)s." -msgstr "Tipul de metadate:%(metadata_type)s au fost adăugate cu succes documentul %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "Tipul de metadate:%(metadata_type)s e deja prezent în documentul %(document)s." +msgstr "" +"Tipul de metadate:%(metadata_type)s e deja prezent în documentul " +"%(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Adauga tipul de metadate în document:% s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Adauga tipul de metadate la documente:% s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Elimina cu succes tipul de metadate:%(metadata_type)s din documentul : %(document)s." +msgstr "" +"Elimina cu succes tipul de metadate:%(metadata_type)s din documentul : " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Eroare la eliminarea tipul de metadate: %(metadata_type)s din document: %(document)s." +msgstr "" +"Eroare la eliminarea tipul de metadate: %(metadata_type)s din document: " +"%(document)s." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Scoateți tipuri de metadate din document:% s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Scoateți tipuri de metadate din documente:% s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Tipul de metadate fost editat cu succes" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Eroare editare tip metadate;% s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Tipul de metadate creat cu succes" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipul de metadate:% s eliminat cu succes." -#: views.py:367 +#: views.py:362 #, 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:378 +#: views.py:373 #, 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:415 -msgid "Metadata set edited successfully" -msgstr "Set de metadate fost editat cu succes" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Editare eroare setul de metadate;% s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Set de metadate creat cu succes" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Set de metadate:% s eliminat cu succes." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "eroare de ștergere: %(error)s set de metadate: %(metadata_set)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Sunteți sigur că doriți să ștergeți set de metadate:% s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Metadate seturi" + +#~ msgid "Edit metadata sets" +#~ msgstr "Editați seturi de metadate" + +#~ msgid "Create new metadata sets" +#~ msgstr "A crea seturi de metadate noi" + +#~ msgid "Delete metadata sets" +#~ msgstr "Ștergeți seturi de metadate" + +#~ msgid "View metadata sets" +#~ msgstr "Vezi seturi de metadate" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Set de metadate fost editat cu succes" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Editare eroare setul de metadate;% s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Set de metadate creat cu succes" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Set de metadate:% s eliminat cu succes." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "eroare de ștergere: %(error)s set de metadate: %(metadata_set)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Sunteți sigur că doriți să ștergeți set de metadate:% s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +378,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +417,11 @@ msgstr "" #~ 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 4e2a47ee54..5c37248899 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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=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 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Метаданные" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +34,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "объект метаданных не имеет аттрибута '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "ID" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Имя" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Значение" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Обновить" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Тип метаданных" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Удалить" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Наборы метаданных" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "Типы метаданных" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "Не используйте зарезервированные слова python, или пробелы." -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +114,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +174,177 @@ msgstr "Удаление типов метаданных" msgid "View metadata types" msgstr "Просмотр типов метаданных" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Редактирование наборов метаданных" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Создание новых наборов метаданных" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Удаление наборов метаданных" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Просмотр наборов метаданных" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "Выбранный документ не имеет метаданных." -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "Ошибка редактирования метаданных для документа %(document)s; %(error)s." +msgstr "" +"Ошибка редактирования метаданных для документа %(document)s; %(error)s." -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Метаданные для документов %s изменены." -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "Редактировать метаданные документа:%s." -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "Редактирование метаданных для документов: %s" -#: views.py:152 +#: views.py:147 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." -msgstr "Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." +msgstr "" +"Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." -#: views.py:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "Тип метаданных: %(metadata_type)s уже есть в документе %(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "Добавить метаданные типа к документу: %s." -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "Добавляйте метаданные типа документов: %s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "Метаданные типа: %(metadata_type)s успешно удалены из документа: %(document)s." +msgstr "" +"Метаданные типа: %(metadata_type)s успешно удалены из документа: " +"%(document)s." -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: %(document)s ." +msgstr "" +"Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: " +"%(document)s ." -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "Удалить типы метаданных из документа: %s" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Удалить типы метаданных из документа: %s" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "Тип метаданных отредактирован." -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "Ошибка редактирования типа метаданных; %s" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "Тип метаданных успешно создан" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Тип метаданных: %s успешно удален." -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Метаданные типа: %(metadata_type)s ошибка удаления: %(error)s" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "Вы действительно хотите удалить метаданные:%s?" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "Набор метаданных успешно изменен" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "Ошибка редактирования набора метаданных %s" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "Набор метаданных создан" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "Набор метаданных: %s удалён." - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "Набор метаданных: %(metadata_set)s ошибка удаления: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "Вы действительно хотите удалить набор метаданных: %s?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "ID" + +#~ msgid "Metadata sets" +#~ msgstr "Наборы метаданных" + +#~ msgid "Edit metadata sets" +#~ msgstr "Редактирование наборов метаданных" + +#~ msgid "Create new metadata sets" +#~ msgstr "Создание новых наборов метаданных" + +#~ msgid "Delete metadata sets" +#~ msgstr "Удаление наборов метаданных" + +#~ msgid "View metadata sets" +#~ msgstr "Просмотр наборов метаданных" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "Набор метаданных успешно изменен" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "Ошибка редактирования набора метаданных %s" + +#~ msgid "Metadata set created successfully" +#~ msgstr "Набор метаданных создан" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "Набор метаданных: %s удалён." + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "Набор метаданных: %(metadata_set)s ошибка удаления: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "Вы действительно хотите удалить набор метаданных: %s?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +376,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +415,11 @@ msgstr "" #~ 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 b440f07366..2bb8b0941a 100644 --- a/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sl_SI/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +173,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +333,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +372,11 @@ msgstr "" #~ 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 89612610f6..dc104a17be 100644 --- a/mayan/apps/metadata/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/sq/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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/tr_TR/LC_MESSAGES/django.po b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po index f637464670..fc56e8e726 100644 --- a/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/tr_TR/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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 8b74dd24fa..3a4e9d6774 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "Siêu dữ liệu" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +33,67 @@ msgstr "" 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:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "Tên" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "Giá trị" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "Cập nhật" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "Loại siêu dữ liệu" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "Xóa" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "Các tập siêu dữ liệu" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "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:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +173,153 @@ msgstr "Xóa loại siêu dữ liệu" msgid "View metadata types" msgstr "Xem các loại siêu dữ liệu" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "Sửa các tập siêu dữ liệu" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "Tạo một tập metadata mới" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "Xóa các tập siêu dữ liệu" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "Xem các tập siêu dữ liệu" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "Các tập siêu dữ liệu" + +#~ msgid "Edit metadata sets" +#~ msgstr "Sửa các tập siêu dữ liệu" + +#~ msgid "Create new metadata sets" +#~ msgstr "Tạo một tập metadata mới" + +#~ msgid "Delete metadata sets" +#~ msgstr "Xóa các tập siêu dữ liệu" + +#~ msgid "View metadata sets" +#~ msgstr "Xem các tập siêu dữ liệu" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +351,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +390,11 @@ msgstr "" #~ 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 d98725a0ec..bf19a2c697 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "元数据" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -32,79 +33,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "元数据对象没有属性 '%s'" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" -msgstr "id" +#: forms.py:64 +msgid "ID" +msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "名称" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "值" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "更新" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "元数据类型" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "移除" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "元数据集" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "元数据类型" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "不要使用python保留字或者空格。" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -124,44 +113,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "请输入一个返回可以迭代的字符串。" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -201,199 +173,171 @@ msgstr "删除元数据类型" msgid "View metadata types" msgstr "查看元数据类型" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "编辑元数据集" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "新建元数据集" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "删除元数据集" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "查看元数据集" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "选择的文档无元数据" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "必须至少提供一个文档" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "编辑文档%(document)s的元数据出错:%(error)s" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "文档 %s 的元数据编辑成功。" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "编辑文档 %s 元数据" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "编辑文档 %s 元数据" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "元数据类型: %(metadata_type)s 已经存在于文档%(document)s." -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "添加元数据类型到文档:%s" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "添加元数据类型到文档:%s" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "成功从文档: %(document)s移除元数据类型: %(metadata_type)s" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "从文档: %(document)s移除元数据类型: %(metadata_type)s 出错。" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "从文档: %s移除元数据类型" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "从文档: %s移除元数据类型" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "元数据类型编辑成功" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "编辑元数据类型 %s出错" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "元数据类型创建成功" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "元数据类型: %s 删除成功。" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "元数据类型: %(metadata_type)s删除失败:%(error)s" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "确定要删除元数据类型:%s么?" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "元数据集编辑成功" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "编辑元数据集%s出错" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "元数据集创建成功" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "元数据集: %s删除成功" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "元数据集: %(metadata_set)s删除失败: %(error)s" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "确定要删除元数据集: %s么?" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" +#~ msgid "id" +#~ msgstr "id" + +#~ msgid "Metadata sets" +#~ msgstr "元数据集" + +#~ msgid "Edit metadata sets" +#~ msgstr "编辑元数据集" + +#~ msgid "Create new metadata sets" +#~ msgstr "新建元数据集" + +#~ msgid "Delete metadata sets" +#~ msgstr "删除元数据集" + +#~ msgid "View metadata sets" +#~ msgstr "查看元数据集" + +#~ msgid "Metadata set edited successfully" +#~ msgstr "元数据集编辑成功" + +#~ msgid "Error editing metadata set; %s" +#~ msgstr "编辑元数据集%s出错" + +#~ msgid "Metadata set created successfully" +#~ msgstr "元数据集创建成功" + +#~ msgid "Metadata set: %s deleted successfully." +#~ msgstr "元数据集: %s删除成功" + +#~ msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +#~ msgstr "元数据集: %(metadata_set)s删除失败: %(error)s" + +#~ msgid "Are you sure you wish to delete the metadata set: %s?" +#~ msgstr "确定要删除元数据集: %s么?" + #~ msgid "metadata" #~ msgstr "metadata" @@ -425,37 +369,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -464,11 +408,11 @@ msgstr "" #~ 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 af1691510b..05d294cf61 100644 --- a/mayan/apps/metadata/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/metadata/locale/zh_TW/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:46 forms.py:111 links.py:16 permissions.py:7 +#: __init__.py:54 links.py:18 links.py:25 models.py:64 permissions.py:7 msgid "Metadata" msgstr "" -#: __init__.py:52 +#: __init__.py:60 msgid "Returns a list of all the metadata types." msgstr "" @@ -31,79 +32,67 @@ msgstr "" msgid "'metadata' object has no attribute '%s'" msgstr "" -#: forms.py:40 +#: forms.py:37 msgid "Required" msgstr "" -#: forms.py:70 -msgid "id" +#: forms.py:64 +msgid "ID" msgstr "" -#: forms.py:72 models.py:15 +#: forms.py:66 models.py:15 msgid "Name" msgstr "" -#: forms.py:74 models.py:86 views.py:282 +#: forms.py:67 models.py:49 views.py:277 msgid "Value" msgstr "" -#: forms.py:75 +#: forms.py:68 msgid "Update" msgstr "" -#: forms.py:83 models.py:38 models.py:69 views.py:330 views.py:373 +#: forms.py:74 models.py:38 views.py:325 views.py:368 msgid "Metadata type" msgstr "" -#: forms.py:87 +#: forms.py:78 msgid "Remove" msgstr "" -#: forms.py:104 links.py:28 views.py:391 views.py:540 views.py:558 -msgid "Metadata sets" -msgstr "" - -#: links.py:15 links.py:17 +#: links.py:17 links.py:19 msgid "Edit metadata" msgstr "" -#: links.py:18 links.py:19 +#: links.py:20 links.py:21 msgid "Add metadata" msgstr "" -#: links.py:20 links.py:21 +#: links.py:22 links.py:23 msgid "Remove metadata" msgstr "" -#: links.py:23 models.py:39 views.py:294 views.py:537 views.py:555 +#: links.py:27 models.py:39 views.py:289 views.py:391 views.py:405 msgid "Metadata types" msgstr "" -#: links.py:24 links.py:29 +#: links.py:28 msgid "Edit" msgstr "" -#: links.py:25 links.py:31 +#: links.py:29 msgid "Delete" msgstr "" -#: links.py:26 links.py:32 +#: links.py:30 msgid "Create new" msgstr "" -#: links.py:30 views.py:395 -msgid "Members" -msgstr "" - -#: links.py:34 models.py:103 -msgid "Default metadata" -msgstr "" - #: models.py:15 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:16 models.py:46 +#: models.py:16 msgid "Title" msgstr "" @@ -123,44 +112,27 @@ msgstr "" msgid "Enter a string to be evaluated that returns an iterable." msgstr "" -#: models.py:58 models.py:59 models.py:68 views.py:427 views.py:469 -#: views.py:513 -msgid "Metadata set" -msgstr "" - -#: models.py:75 -msgid "Metadata set item" -msgstr "" - -#: models.py:76 -msgid "Metadata set items" -msgstr "" - -#: models.py:84 +#: models.py:47 msgid "Document" msgstr "" -#: models.py:85 +#: models.py:48 msgid "Type" msgstr "" -#: models.py:92 models.py:93 +#: models.py:55 models.py:56 msgid "Document metadata" msgstr "" -#: models.py:101 views.py:598 +#: models.py:63 views.py:439 msgid "Document type" msgstr "" -#: models.py:102 -msgid "Default metadata sets" -msgstr "" - -#: models.py:109 +#: models.py:70 msgid "Document type defaults" msgstr "" -#: models.py:110 +#: models.py:71 msgid "Document types defaults" msgstr "" @@ -200,195 +172,131 @@ msgstr "" msgid "View metadata types" msgstr "" -#: permissions.py:19 -msgid "Edit metadata sets" -msgstr "" - -#: permissions.py:20 -msgid "Create new metadata sets" -msgstr "" - -#: permissions.py:21 -msgid "Delete metadata sets" -msgstr "" - -#: permissions.py:22 -msgid "View metadata sets" -msgstr "" - -#: views.py:44 views.py:194 +#: views.py:39 views.py:189 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:55 views.py:135 views.py:206 +#: views.py:50 views.py:130 views.py:201 msgid "Must provide at least one document." msgstr "" -#: views.py:97 +#: views.py:92 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:100 +#: views.py:95 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:111 +#: views.py:106 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:108 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:152 +#: views.py:147 #, 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:155 +#: views.py:150 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:178 +#: views.py:173 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:180 +#: views.py:175 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:244 +#: views.py:239 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:247 +#: views.py:242 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:259 +#: views.py:254 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:261 +#: views.py:256 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:280 +#: views.py:275 #, python-format msgid "Metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:293 msgid "Internal name" msgstr "" -#: views.py:318 +#: views.py:313 msgid "Metadata type edited successfully" msgstr "" -#: views.py:321 +#: views.py:316 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:327 +#: views.py:322 #, python-format msgid "Edit metadata type: %s" msgstr "" -#: views.py:341 +#: views.py:336 msgid "Metadata type created successfully" msgstr "" -#: views.py:347 +#: views.py:342 msgid "Create metadata type" msgstr "" -#: views.py:365 +#: views.py:360 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:367 +#: views.py:362 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:378 +#: views.py:373 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:415 -msgid "Metadata set edited successfully" -msgstr "" - -#: views.py:418 -#, python-format -msgid "Error editing metadata set; %s" -msgstr "" - -#: views.py:424 -#, python-format -msgid "Edit metadata set: %s" -msgstr "" - -#: views.py:465 -#, python-format -msgid "Non members of metadata set: %s" -msgstr "" - -#: views.py:466 -#, python-format -msgid "Members of metadata set: %s" -msgstr "" - -#: views.py:481 -msgid "Metadata set created successfully" -msgstr "" - -#: views.py:487 -msgid "Create metadata set" -msgstr "" - -#: views.py:505 -#, python-format -msgid "Metadata set: %s deleted successfully." -msgstr "" - -#: views.py:508 -#, python-format -msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" - -#: views.py:518 -#, python-format -msgid "Are you sure you wish to delete the metadata set: %s?" -msgstr "" - -#: views.py:593 +#: views.py:434 #, python-format msgid "Non members of document type: %s" msgstr "" -#: views.py:594 +#: views.py:435 #, python-format msgid "Members of document type: %s" msgstr "" @@ -424,37 +332,37 @@ msgstr "" #~ msgstr "What are metadata sets?" #~ msgid "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgstr "" -#~ "A metadata set is a group of one or more metadata types. Metadata sets are " -#~ "useful when creating new documents; selecing a metadata set automatically " -#~ "attaches it's member metadata types to said document." +#~ "A metadata set is a group of one or more metadata types. Metadata sets " +#~ "are useful when creating new documents; selecing a metadata set " +#~ "automatically attaches it's member metadata types to said document." #~ msgid "What are metadata types?" #~ msgstr "What are metadata types?" #~ msgid "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgstr "" -#~ "A metadata type defines the characteristics of a value of some kind that can" -#~ " be attached to a document. Examples of metadata types are: a client name, " -#~ "a date, or a project to which several documents belong. A metadata type's " -#~ "name is the internal identifier with which it can be referenced to by other " -#~ "modules such as the indexing module, the title is the value that is shown to" -#~ " the users, the default value is the value an instance of this metadata type" -#~ " will have initially, and the lookup value turns an instance of a metadata " -#~ "of this type into a choice list which options are the result of the lookup's" -#~ " code execution." +#~ "A metadata type defines the characteristics of a value of some kind that " +#~ "can be attached to a document. Examples of metadata types are: a client " +#~ "name, a date, or a project to which several documents belong. A metadata " +#~ "type's name is the internal identifier with which it can be referenced to " +#~ "by other modules such as the indexing module, the title is the value that " +#~ "is shown to the users, the default value is the value an instance of this " +#~ "metadata type will have initially, and the lookup value turns an instance " +#~ "of a metadata of this type into a choice list which options are the " +#~ "result of the lookup's code execution." #~ msgid " Available models: %s" #~ msgstr " Available models: %s" @@ -463,11 +371,11 @@ msgstr "" #~ 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/navigation/locale/ar/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ar/LC_MESSAGES/django.po index 0d5671e1d0..a7d8a647ae 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/bg/LC_MESSAGES/django.po index e165770ae5..cacf089f2d 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 76010b8b3f..d73847be55 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/da/LC_MESSAGES/django.po index 959fafabad..e9541398a6 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 f13efd58dd..e4dfa67cb7 100644 --- a/mayan/apps/navigation/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/de_CH/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 30f1b89d91..7adfef7c3c 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,17 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/en/LC_MESSAGES/django.po index ed7a173ce7..c270ec4053 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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/es/LC_MESSAGES/django.po index dace8d03fa..369ca0c7a2 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 @@ -10,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fa/LC_MESSAGES/django.po index f9dc4997c2..6b60019b7b 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/fr/LC_MESSAGES/django.po index 6331de9784..f13c48a457 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: # Pierre Lhoste , 2012 @@ -9,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" 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 3abc0c091d..0a116c5816 100644 --- a/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/hr_HR/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/hu/LC_MESSAGES/django.po index 7cc3a62a76..ac301d2247 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po index 2d6a9138b0..3d97912528 100644 --- a/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/id/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/it/LC_MESSAGES/django.po index 98cdedd6f8..c13cfbc457 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,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po index 55101e9ac5..6c80bdfecc 100644 --- a/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/lv/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po index 308b7f2974..cf72fa51d4 100644 --- a/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/nb/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 403e93f086..96653dd91c 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pl/LC_MESSAGES/django.po index d9fe39bab5..ccbc7f57ee 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: # mic , 2012 @@ -9,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/pt/LC_MESSAGES/django.po index a9745da554..509df34a2c 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,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 03cd2c8ad2..b877f239c6 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 @@ -9,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" 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 a15f66a74c..c0ecdee870 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,17 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/ru/LC_MESSAGES/django.po index a9d6822beb..388e1aeea8 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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=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:23 +#: classes.py:22 msgid "Unnamed link" 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 41d8cf74db..2d35ec1644 100644 --- a/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sl_SI/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po b/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po index 1dd903b933..85c189757a 100644 --- a/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/sq/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 992ab0c927..eced31b5f5 100644 --- a/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/tr_TR/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 d6a0fb5967..1c36f94eb5 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 13345c73ee..8f4d7e145a 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" 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 8e69a8a944..43245be97d 100644 --- a/mayan/apps/navigation/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/navigation/locale/zh_TW/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: classes.py:23 +#: classes.py:22 msgid "Unnamed link" msgstr "" diff --git a/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/ar/LC_MESSAGES/django.po index 5cd03e20bf..7b69b4fa43 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,24 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Text from OCR" @@ -51,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Runs a language filter to remove common OCR mistakes from document pages " +"content." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Missing document." @@ -117,126 +117,122 @@ msgstr "Can execute the OCR clean up on all document pages" msgid "Can edit an OCR queue properties" msgstr "Can edit an OCR queue properties" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Automatically queue newly created documents for OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "File path to unpaper program." -#: settings.py:15 +#: 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." +"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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Document queues: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Queued documents: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Must provide at least one queue document." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Queue document: %(document)s deleted successfully." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Error deleting document: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Are you sure you wish to delete queue document: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Are you sure you wish to delete queue documents: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -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" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Document id#: %d, no longer exists." -#: views.py:162 -#, python-format -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." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Are you sure you wish to re-queue document: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Are you sure you wish to re-queue documents: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Document pages content clean up complete." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Document pages content clean up error: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Text extracted from PDF" +#~ 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." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +278,6 @@ msgstr "Text extracted from PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +297,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." @@ -365,9 +358,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 074005a0a4..35a493ef20 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,24 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Текст от OCR" @@ -51,53 +48,55 @@ msgstr "" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Стартиране на филтър за език, за премахване обичайни грешки от OCR от съдържанието на документите." +msgstr "" +"Стартиране на филтър за език, за премахване обичайни грешки от OCR от " +"съдържанието на документите." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Липсващ документ." @@ -117,126 +116,113 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "Възможност за редактиране настройките на OCR опашката" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Автоматично добавяне в опашката на новосъздадените документи за OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Пътх към приложението unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Добавени в опашката документи: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Грешка при изтриване на документ: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "ДОкумент с id#: %d, вече не съществува." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Текст, извлечен от PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Автоматично добавяне в опашката на новосъздадените документи за OCR." + +#~ msgid "Queued documents: %d" +#~ msgstr "Добавени в опашката документи: %d" + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +268,6 @@ msgstr "Текст, извлечен от PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +287,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." @@ -365,9 +348,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 87cf089764..8df22d3965 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,24 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Tekst iz OCR-a" @@ -51,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Pokreće jezični filter da ukloni uobičajene OCR greške iz sadžaja stranica " +"dokumenta." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Nedostaje dokument." @@ -117,126 +117,122 @@ msgstr "Može izvršiti OCR čišćenje u svim stranicama dokumenta" msgid "Can edit an OCR queue properties" msgstr "Mogu se urediti osobine OCR reda" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Novi kreirani dokumenti se automatski stavljaju u red za OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Staza prema datotekama za bezpapirni program." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Redovi dokumenata: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Dokumenti u redu: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Mora postojati bar jedan red dokumenta." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Red dokumenata: %(document)s uspješno obrisan." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Greška brisanja dokumenta: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Jeste li sigurni da želite obrisati dokument u redu: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Jeste li sigurni da želite obrisati dokumente u redu: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Dokument: %(document)s je ponovo uvršten u OCR red: %(queue)s" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Dokument id#: %d, više ne postoji." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Dokument: %s je obrađen i ne može ponovo biti ubačen u red." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Jeste li sigurni da želite ponovo uvrstiti u red dokument: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Jeste li sigurni da želite ponovo uvrstiti u red dokumente: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Potpuno obrisan sadržaj stranica." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Greška brisanja stranica: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Tekst izvađen iz PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Novi kreirani dokumenti se automatski stavljaju u red za OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Redovi dokumenata: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Dokumenti u redu: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "Dokument: %(document)s je ponovo uvršten u OCR red: %(queue)s" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "Dokument: %s je obrađen i ne može ponovo biti ubačen u red." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +278,6 @@ msgstr "Tekst izvađen iz PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +297,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." @@ -365,9 +358,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 10e41d3993..b0bb069fdf 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,24 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:46-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Tekst fra OCR" @@ -52,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Kører et sprogfilter for at fjerne almindelige OCR fejl fra dokumentsiders " +"indhold." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Manglende dokument." @@ -118,126 +117,125 @@ msgstr "kan udføre OCR rensning på alle dokument sider" msgid "Can edit an OCR queue properties" msgstr "Kan redigere en OCR-kø's egenskaber" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Sæt automatisk nyligt dannede dokumenter i kø til OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Fil sti til unpaper program." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Dokument køer: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Dokumenter i kø: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Skal angive mindst ét ​​dokument i kø." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Kø dokument: %(document)s slettet" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Fejl ved sletning af dokument: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Er du sikker på at du vil slette dokument i køen: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Er du sikker på at du vil slette dokumenter i køen: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Dokument: %(document)s blev genindsat i OCR køen: %(queue)s" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Dokument id#: %d, eksistere ikke længere" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Dokument %s er allerede ved at blive behandlet og kan ikke blive lagt i kø igen." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Er du sikker på at du vil genindsætte dokument i kø: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Er du sikker på at du vil genindsætte dokumenter i kø: %s" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Dokument siders indhold renset" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Fejl ved rensning af side indhold: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Tekst identificeret fra PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Sæt automatisk nyligt dannede dokumenter i kø til OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Dokument køer: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Dokumenter i kø: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "Dokument: %(document)s blev genindsat i OCR køen: %(queue)s" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Dokument %s er allerede ved at blive behandlet og kan ikke blive lagt i " +#~ "kø igen." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -283,9 +281,6 @@ msgstr "Tekst identificeret fra PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -305,11 +300,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." @@ -366,9 +361,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 cdc3138ce4..160b9fea7d 100644 --- a/mayan/apps/ocr/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/de_CH/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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/de_DE/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index fbeb05b6df..143575ba29 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,24 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR-Schrifterkennung" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "OCR-Warteschlangen-Statistiken" - #: api.py:74 msgid "Text from OCR" msgstr "Text aus der OCR-Schrifterkennung" @@ -56,53 +53,55 @@ msgstr "" 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." +msgstr "" +"Lässt einen Sprachfilter über den erkannten Inhalt laufen, um häufige " +"Erkennungsfehler zu beseitigen." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Dokument fehlt." @@ -122,126 +121,138 @@ msgstr "Berechtigung zum Bereinigen des Seiteninhalts von Dokumenten" msgid "Can edit an OCR queue properties" msgstr "Kann Eigenschaften der OCR-Warteschlangen bearbeiten" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Neue Dokumente automatisch in die OCR-Warteschlange einstellen." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Pfad zum 'unpaper'-Programm" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 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." -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Dokumenten-Warteschlangen: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Eingestellte Dokumente: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Es muss zumindest ein Dokument aus der Warteschlange angegeben werden." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Dokument %(document)s erfolgreich von Warteschlange gelöscht." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" -msgstr "Fehler beim Löschen des Warteschlangen-Dokuments %(document)s: %(error)s" +msgstr "" +"Fehler beim Löschen des Warteschlangen-Dokuments %(document)s: %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" -msgstr "Sind Sie sicher, dass das Warteschlangen-Dokument %s gelöscht werden soll?" +msgstr "" +"Sind Sie sicher, dass das Warteschlangen-Dokument %s gelöscht werden soll?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" -msgstr "Sind Sie sicher, dass die Warteschlangen-Dokumente %s gelöscht werden sollen?" +msgstr "" +"Sind Sie sicher, dass die Warteschlangen-Dokumente %s gelöscht werden sollen?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s eingestellt." +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Dokument mit ID %d existiert nicht mehr." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt werden." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Sind Sie sicher, dass Sie das Dokument %s erneut einstellen möchten?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Sind Sie sicher, dass Sie die Dokumente %s erneut einstellen möchten?" -#: views.py:196 +#: views.py:189 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?" +msgstr "" +"Sind Sie sicher, dass Sie den gesamten erkannten Seiteninhalt bereinigen " +"möchten?" -#: views.py:197 +#: views.py:190 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." +msgstr "" +"Auf großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Bereinigung des Dokumenten-Seiteninhalts abgeschlossen." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Fehler bei der Bereinigung des Dokumenten-Seiteninhalts: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Text extrahiert aus PDF" +#~ msgid "OCR queue statistics" +#~ msgstr "OCR-Warteschlangen-Statistiken" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Neue Dokumente automatisch in die OCR-Warteschlange einstellen." + +#~ msgid "Document queues: %d" +#~ msgstr "Dokumenten-Warteschlangen: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Eingestellte Dokumente: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s " +#~ "eingestellt." + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt " +#~ "werden." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -287,9 +298,6 @@ msgstr "Text extrahiert aus PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -309,11 +317,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." @@ -370,9 +378,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 bebb9658c6..8414aaada6 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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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,15 +18,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -#, fuzzy -msgid "OCR queue statistics" -msgstr "OCR statistics" - #: api.py:74 msgid "Text from OCR" msgstr "Text from OCR" @@ -64,56 +59,56 @@ msgstr "" msgid "Queue document list" msgstr "queue document list" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 #, fuzzy msgid "Label" msgstr "label" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 #, fuzzy msgid "Document queue" msgstr "document queue" -#: models.py:20 +#: models.py:17 #, fuzzy msgid "Document queues" msgstr "document queues" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 #, fuzzy msgid "Document" msgstr "document" -#: models.py:29 +#: models.py:26 #, fuzzy msgid "Date time submitted" msgstr "date time submitted" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 #, fuzzy msgid "Result" msgstr "result" -#: models.py:31 +#: models.py:28 #, fuzzy msgid "Node name" msgstr "node name" -#: models.py:35 +#: models.py:32 #, fuzzy msgid "Queue document" msgstr "queue document" -#: models.py:36 +#: models.py:33 #, fuzzy msgid "Queue documents" msgstr "queue documents" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Missing document." @@ -133,127 +128,127 @@ msgstr "Can execute the OCR clean up on all document pages" msgid "Can edit an OCR queue properties" msgstr "Can edit an OCR queue properties" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Automatically queue newly created documents for OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "File path to unpaper program." -#: settings.py:15 +#: 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Document queues: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Queued documents: %d" - -#: views.py:32 +#: views.py:31 #, fuzzy, python-format msgid "Documents in queue: %s" msgstr "documents in queue: %s" -#: views.py:40 +#: views.py:39 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Must provide at least one queue document." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Queue document: %(document)s deleted successfully." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Error deleting document: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Are you sure you wish to delete queue document: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Are you sure you wish to delete queue documents: %s?" -#: views.py:124 +#: views.py:123 #, 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:152 -#, python-format -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" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Document id#: %d, no longer exists." -#: views.py:162 -#, python-format -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." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Are you sure you wish to re-queue document: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Are you sure you wish to re-queue documents: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Document pages content clean up complete." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Document pages content clean up error: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Text extracted from PDF" +#, fuzzy +#~ 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." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -299,9 +294,6 @@ msgstr "Text extracted from PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." diff --git a/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/es/LC_MESSAGES/django.po index ef2fa77870..0575fed944 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 @@ -10,24 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "Estadísticas de la cola OCR" - #: api.py:74 msgid "Text from OCR" msgstr "Texto de OCR" @@ -52,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR " +"del contenido de las paginas del documento." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Documento no encontrado." @@ -118,126 +117,131 @@ msgstr "Se puede ejecutar limpieza de OCR en todas las páginas de documentos" msgid "Can edit an OCR queue properties" msgstr "Puede editar las propiedades de un cola de OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Agregar automáticamente a la cola de OCR los documentos creados." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "La ruta de archivo del programa unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "Ruta completa a la aplicación que se usará para OCR." -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Colas de documentos: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documentos en la cola: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Debe proveer al menos un documento en cola." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Documento de la cola: %(document)s eliminado exitosamente." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Error al eliminar el documento: %(document)s; %(error)s " -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "¿Está seguro que desea eliminar de la cola el documento: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "¿Está seguro que desea eliminar de la cola los documentos: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documento: %(document)s fue puesto de vuelta en la cola de OCR: %(queue)s " +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Documento de #: %d, ya no existe." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "El documento: %s ya está en proceso y no se puede volver a agregar a la cola." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "¿Está seguro desea volver a agregar a la cola el documento: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "¿Está seguro desea volver a agregar a la cola los documento: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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." +msgstr "" +"En grandes bases de datos esta operación puede tardar algún tiempo en " +"ejecutarse." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Limpieza de contenido completada." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Error en limpieza de contenido: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Texto extraído de PDF" +#~ msgid "OCR queue statistics" +#~ msgstr "Estadísticas de la cola OCR" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Agregar automáticamente a la cola de OCR los documentos creados." + +#~ msgid "Document queues: %d" +#~ msgstr "Colas de documentos: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documentos en la cola: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Documento: %(document)s fue puesto de vuelta en la cola de OCR: %(queue)s " + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "El documento: %s ya está en proceso y no se puede volver a agregar a la " +#~ "cola." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -283,9 +287,6 @@ msgstr "Texto extraído de PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -305,11 +306,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." @@ -366,9 +367,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 87b9c1c2de..9427e4651a 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,24 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "آمار صف OCR" - #: api.py:74 msgid "Text from OCR" msgstr "متن خروجی از OCR" @@ -57,47 +54,47 @@ msgstr "برای رفع خطاهای معمول در OCR فیلتر زبان ر msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -117,126 +114,109 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" +#~ msgid "OCR queue statistics" +#~ msgstr "آمار صف OCR" + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +262,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +281,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." @@ -365,9 +342,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/fr/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/fr/LC_MESSAGES/django.po index a34de764f8..d29b5b7029 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 @@ -10,24 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "Statistiques de la file d'attente de l'OCR" - #: api.py:74 msgid "Text from OCR" msgstr "Texte à partir de l'OCR" @@ -52,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Lance un filtre de langue permettant d'éviter les erreurs OCR classiques à " +"partir du contenu des pages." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "document manquant." @@ -118,126 +117,136 @@ msgstr "Peut effectuer un nettoyage OCR sur toutes les pages d'un document" msgid "Can edit an OCR queue properties" msgstr "Peut modifier les propriétés d'une file d'attente OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Chemin vers l'exécutable \"unpaper\"" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 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" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Files d'attentes de documents:%d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documents en file d'attente:%d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Vous devez fournir au minimum un document pour la file d'attente." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Document en file d'attente:%(document)s supprimé avec succès." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Erreur lors de la suppression du document %(document)s;%(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" -msgstr "Êtes vous certain de vouloir supprimer le document en file d'attente:%s?" +msgstr "" +"Êtes vous certain de vouloir supprimer le document en file d'attente:%s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" -msgstr "Êtes vous certain de vouloir supprimer les documents en file d'attente:%s?" +msgstr "" +"Êtes vous certain de vouloir supprimer les documents en file d'attente:%s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Le document: %(document)s a été ré-ajouté à la file d'attente OCR:%(queue)s" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Le document id#: %d, n'existe plus." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Le document:%s est déjà en cours de traitement et ne peut être rajouté à la file d'attente" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Êtes vous certain de vouloir ré-ajouter le document:%s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Êtes vous certain de vouloir ré-ajouter les documents:%s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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." +msgstr "" +"Sur une base de données de grande taille, cette opération peut prendre un " +"certain temps." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Nettoyage du contenu des pages du document achevé." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Erreur de nettoyage du contenu des pages du document:%s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Texte extrait du PDF" +#~ msgid "OCR queue statistics" +#~ msgstr "Statistiques de la file d'attente de l'OCR" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Ajouter automatiquement les nouveaux documents créés à la file d'attente " +#~ "OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Files d'attentes de documents:%d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documents en file d'attente:%d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Le document: %(document)s a été ré-ajouté à la file d'attente OCR:" +#~ "%(queue)s" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Le document:%s est déjà en cours de traitement et ne peut être rajouté à " +#~ "la file d'attente" + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -283,9 +292,6 @@ msgstr "Texte extrait du PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -305,11 +311,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." @@ -366,9 +372,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 f6e2d82e90..1f3ba98e1c 100644 --- a/mayan/apps/ocr/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hr_HR/LC_MESSAGES/django.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +54,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +114,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +259,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +278,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." @@ -364,9 +339,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 26156f4782..d25a779113 100644 --- a/mayan/apps/ocr/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/hu/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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 599f09b436..e439b5162f 100644 --- a/mayan/apps/ocr/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/id/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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 d4ec63a541..bf820b960d 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,24 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "testo dall'OCR" @@ -52,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del " +"documento pagine." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Documento perso" @@ -118,126 +117,124 @@ msgstr "Posso effettuare la pulizia dell OCR di tutte le pagine dei documenti" msgid "Can edit an OCR queue properties" msgstr "Posso modificare le proprità della coda di OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Automaticamente crea una coda appena si sottomone un documento ad OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "File path per il programma unpaper" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Coda documento:%d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Code di documenti:%d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Deve fornire almeno un documento di coda." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Coda documento: %(document)s cancellata con successo." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Errore nella cancellazione del documento: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Sei sicuro di voler cancellare questa coda documento: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Sei sicuro di voler cancellare queste code documento: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Il documento: %(document)s è stato riprocessato %(queue)s per OCR." +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "il documento id#: %d,non esiste più." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Il documento: %s è gia stato processato non può essere riprocessato." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Sei sicuro di volere riprocessare il documento: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Sei sicuro di volere riprocessare questi documenti: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "Nei database grandi questa operazione può richiedere del tempo." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Pulizia del contenuto delle pagine completata." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Errore nella pulizia del contenuto delle pagine: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Testo estratto da PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Automaticamente crea una coda appena si sottomone un documento ad OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Coda documento:%d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Code di documenti:%d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Il documento: %(document)s è stato riprocessato %(queue)s per OCR." + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Il documento: %s è gia stato processato non può essere riprocessato." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -283,9 +280,6 @@ msgstr "Testo estratto da PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -305,11 +299,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." @@ -366,9 +360,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 857488f174..a94b0748c4 100644 --- a/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/lv/LC_MESSAGES/django.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +54,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +114,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +259,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +278,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." @@ -364,9 +339,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/nb/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/nb/LC_MESSAGES/django.po index 9643cdb8c4..beb356bb39 100644 --- a/mayan/apps/ocr/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/nb/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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/nl_NL/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po index dd530028a0..a38d1fb4b2 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,24 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Tekst van OCR" @@ -57,47 +54,47 @@ msgstr "Start taal-filter om veel voorkomende OCR fouten te corrigeren." msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Vermiste document." @@ -117,126 +114,131 @@ msgstr "OCR opschonen toestaan op alle documentpagina's" msgid "Can edit an OCR queue properties" msgstr "Bewerk de eigenschappen van een OCR rij" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Zet nieuw aangemaakte documenten automatisch in de OCR wachtrij." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Bestandspad naar unpaper programma." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Aantal document-rijen: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documenten in de rij: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "U moet minstens een document-rij selecteren" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Document: %(document)s uit rij verwijderd." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" -msgstr "Fout bij het verwijderen van document: %(document)s. Foutmelding: %(error)s" +msgstr "" +"Fout bij het verwijderen van document: %(document)s. Foutmelding: %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Bent u er zeker van dat u document-rij: %s, wilt verwijderen?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" -msgstr "Bent u er zeker van dat u de volgende document-rijen wilt verwijderen? %s." +msgstr "" +"Bent u er zeker van dat u de volgende document-rijen wilt verwijderen? %s." -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Document: %(document)s is opnieuw in de OCR-rij: %(queue)s ingeplanned." +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Document id#: %d, niet langer aanwezig" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Document: %s is al afgehandeld en kan niet meer in de rij geplaatst worden." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" -msgstr "Bent u er zeker van om document: %s, opnieuw toe te voegen aan OCR-rij." +msgstr "" +"Bent u er zeker van om document: %s, opnieuw toe te voegen aan OCR-rij." -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" -msgstr "Bent u er zeker van om de volgende documenten, opnieuw toe te voegen aan OCR-rij? Documenten: %s." +msgstr "" +"Bent u er zeker van om de volgende documenten, opnieuw toe te voegen aan OCR-" +"rij? Documenten: %s." -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "Op een grote database kan deze operatie lang duren." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Opschonen van documentpagina's voltooid." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Fout bij het opschonen van documentpagina's. Foutmelding: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Tekst uit PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Zet nieuw aangemaakte documenten automatisch in de OCR wachtrij." + +#~ msgid "Document queues: %d" +#~ msgstr "Aantal document-rijen: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documenten in de rij: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Document: %(document)s is opnieuw in de OCR-rij: %(queue)s ingeplanned." + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Document: %s is al afgehandeld en kan niet meer in de rij geplaatst " +#~ "worden." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +284,6 @@ msgstr "Tekst uit PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +303,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." @@ -365,9 +364,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 ee8af75783..b6efd7679e 100644 --- a/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +54,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +114,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +259,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +278,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." @@ -364,9 +339,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/pt/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/pt/LC_MESSAGES/django.po index b4500dcf15..fdfc6a9785 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,24 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Texto de OCR" @@ -53,53 +50,55 @@ msgstr "" 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." +msgstr "" +"Corre um filtro de linguagem para remover erros comuns de OCR do conteúdo " +"das páginas do documento." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Documento em falta." @@ -119,126 +118,127 @@ msgstr "Pode executar a limpeza de OCR em todas as páginas do documento" msgid "Can edit an OCR queue properties" msgstr "Pode editar as propriedades de uma fila OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Enviar documentos novos automaticamente para OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Caminho para o programa unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Fila de documentos: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documentos na fila: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Deve fornecer pelo menos um documento da fila." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Documento da fila: %(document)s excluído com sucesso." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Erro ao excluir documento: %(document)s; %(error)s " -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Tem a certeza de que deseja excluir o documento da fila: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Tem a certeza de que deseja excluir os documentos da fila: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "O documento com id nº: %d, já não existe." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "O documento: %s já está a ser processado e não pode ser reenviado para a fila." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Tem a certeza de que deseja reenviar o documento: %s para a fila?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Tem a certeza de que deseja reenviar para a fila os documentos: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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 ." +msgstr "" +"Esta operação pode levar algum tempo a executar em bases de dados grandes ." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Limpeza do conteúdo das páginas do documento completa." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Texto extraído de PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Enviar documentos novos automaticamente para OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Fila de documentos: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documentos na fila: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "O documento: %s já está a ser processado e não pode ser reenviado para a " +#~ "fila." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -284,9 +284,6 @@ msgstr "Texto extraído de PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -306,11 +303,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." @@ -367,9 +364,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 e9493c6880..e22a46d072 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 @@ -10,24 +10,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Texto de OCR" @@ -52,53 +49,55 @@ msgstr "" 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." +msgstr "" +"Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo " +"das páginas do documento." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Falta de documento." @@ -118,126 +117,127 @@ msgstr "Pode executar o limpador OCR em todas as páginas do documento" msgid "Can edit an OCR queue properties" msgstr "Pode editar uma lista de propriedades OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Listar automaticamente os novos documentos criados para OCR " - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Caminho do arquivo para o programa unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Listas de documento: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documentos na lista: %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Deve fornecer pelo menos um documento da lista." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Lista de documento: %(document)s removido com sucesso." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Erro ao excluir documento: %(document)s; %(error)s " -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Você tem certeza que deseja deletar o documento da lista: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Tem certeza de que deseja excluir os documentos da lista: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "#ID do documento: %d, não existe mais." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Documento: %s já está sendo processado e não pode ser re-enfileirado." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Tem certeza de que deseja re-enfileirar o documento: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Tem certeza de que deseja voltar a lista de documentos: %s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Limpeza do conteúdo das páginas do documento completa." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Texto extraído de PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Listar automaticamente os novos documentos criados para OCR " + +#~ msgid "Document queues: %d" +#~ msgstr "Listas de documento: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documentos na lista: %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "" +#~ "Documento: %(document)s foi re-enfileirado para a lista de OCR: " +#~ "%(queue)s " + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Documento: %s já está sendo processado e não pode ser re-enfileirado." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -283,9 +283,6 @@ msgstr "Texto extraído de PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -305,11 +302,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." @@ -366,9 +363,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 aa1b3fc99a..c6e4c65d01 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,24 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Textul de la OCR" @@ -51,53 +49,55 @@ msgstr "" 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 ." +msgstr "" +"Execută un filtru de limbă pentru a elimina greșelile OCR comune din " +"conținutul paginii documentului ." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Lipsește documentul." @@ -117,126 +117,124 @@ msgstr "Poate executa OCR curat pe toate paginile documentului" msgid "Can edit an OCR queue properties" msgstr "Puteți edita proprietățile cozii OCR" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Coadă automată creată pentru OCR." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Fișier calea către programul de unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Cozile de documente:% d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Documente din coada de așteptare:% d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Trebuie selectată cel puțin o coadă ." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Documentul %(document)s șters cu succes." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Eroare la ștergerea documentului: %(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Sunteți sigur că doriți să ștergeți coada documentului:% s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Sunteți sigur că doriți să ștergeți coada documentelor:% s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Documentul:%(document)s a fost repus la coadă OCR:%(queue)s" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "ID # documentului:% d, nu mai există." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Documentul:% s este deja în curs de procesare și nu poate fi re-queded." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Sunteți sigur că doriți repunerea la coadă a documentului:% s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Sunteți sigur că doriți să repuneti documentele:% s?" -#: views.py:196 +#: views.py:189 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:197 +#: views.py:190 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:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Conținutul documentului este curat a fost curăţat complet." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Eroare la curăţirea conţinutului documentului % s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Textul extras din PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "Coadă automată creată pentru OCR." + +#~ msgid "Document queues: %d" +#~ msgstr "Cozile de documente:% d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Documente din coada de așteptare:% d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "Documentul:%(document)s a fost repus la coadă OCR:%(queue)s" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Documentul:% s este deja în curs de procesare și nu poate fi re-queded." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +280,6 @@ msgstr "Textul extras din PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +299,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." @@ -365,9 +360,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 8ac3025797..0eeddd4bad 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,24 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "Распознавание текста" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Распознанный текст" @@ -51,53 +49,55 @@ msgstr "" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "Применить языковый фильтр для удаления общих ошибок распознавания содержимого страниц документа." +msgstr "" +"Применить языковый фильтр для удаления общих ошибок распознавания " +"содержимого страниц документа." #: links.py:18 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Документа отсутствует." @@ -117,126 +117,127 @@ msgstr "Можно выполнить очистку на всех страни msgid "Can edit an OCR queue properties" msgstr "Можно редактировать свойства очереди распознавания" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "Автоматически ставить в очередь новые документы для распознавания текста." - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "Путь к программе unpaper." -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "Очередей документов: %d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "Документов в очереди : %d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "Должна быть хотя бы одна очередь документов." -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Очередь документов: %(document)s успешно удалён." -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Ошибка при удалении документа:%(document)s; %(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Вы действительно хотите удалить очередь документа: %s?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Вы действительно хотите удалить очереди документов: %s?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Документ: %(document)s повторно добавлен в очередь: %(queue)s" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Документ №: %d больше не существует." -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Документ: %s уже обработан и не может быть повторно добавлен в очередь." - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Вы действительно хотите повторно добавить документ в очередь: %s?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Вы действительно хотите повторно добавить документы в очередь: %s?" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "Вы уверены, что хотите очистить все содержимое страниц?" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." -msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." +msgstr "" +"В больших базах данных эта операция может занять некоторое время для " +"выполнения." -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "Чистка содержимого страниц документа завершена." -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "Ошибка:%s при чистка содержимого страниц документа" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "Текст, извлеченный из PDF" +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "" +#~ "Автоматически ставить в очередь новые документы для распознавания текста." + +#~ msgid "Document queues: %d" +#~ msgstr "Очередей документов: %d" + +#~ msgid "Queued documents: %d" +#~ msgstr "Документов в очереди : %d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "Документ: %(document)s повторно добавлен в очередь: %(queue)s" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "" +#~ "Документ: %s уже обработан и не может быть повторно добавлен в очередь." + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +283,6 @@ msgstr "Текст, извлеченный из PDF" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +302,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." @@ -365,9 +363,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 4d852c2ce7..7cb7e2bd2f 100644 --- a/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +54,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +114,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +259,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +278,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." @@ -364,9 +339,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 d9cc44f961..0b966dc67a 100644 --- a/mayan/apps/ocr/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/sq/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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/tr_TR/LC_MESSAGES/django.po b/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po index a8da4c446c..7c009aaf0d 100644 --- a/mayan/apps/ocr/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/tr_TR/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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 9cc35de247..8cfb08958a 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,24 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "OCR" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "Văn bản từ OCR" @@ -57,47 +54,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "Tài liệu bị mất." @@ -117,123 +114,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "Can edit an OCR queue properties" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -282,9 +259,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +278,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." @@ -365,9 +339,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 a173dcb3bf..66208895ab 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,24 +9,21 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "扫描输入" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "扫描输入队列统计" - #: api.py:74 msgid "Text from OCR" msgstr "扫描输入的文本" @@ -57,47 +54,47 @@ msgstr "执行一个语言过滤器,来移除文档页面内容中那些通用 msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "缺失的文档" @@ -117,126 +114,124 @@ msgstr "可以执行所有文档页的ORC清除" msgid "Can edit an OCR queue properties" msgstr "可以编辑OCR队列属性" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "自动将扫描输入作为新建文档队列" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "程序unpaper的文件路径" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "用于执行OCR后台应用的全路径。" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "文档队列:%d" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "队列文档:%d" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "必须至少提供一个队列文档" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "队列文档:%(document)s删除成功" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "删除文档%(document)s出错:%(error)s" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "确定要删除队列文档:%s么?" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "确定要删除队列文档:%s么?" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "文档:%(document)s 被重新加入OCR队列:%(queue)s中" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "文档 id#: %d不存在。" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "文档:%s已经在处理中,不能再加入队列" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "确定要重新排队文档: %s么?" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "确定要重新排队文档: %s么?" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "确定要清除所有的页面内容么?" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "在大数据库中,此操作可能比较耗时。" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "文档页面内容完全清除。" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "文档页面内容清除出错:%s" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "从PDF中提取的文本" +#~ msgid "OCR queue statistics" +#~ msgstr "扫描输入队列统计" + +#~ msgid "Automatically queue newly created documents for OCR." +#~ msgstr "自动将扫描输入作为新建文档队列" + +#~ msgid "Document queues: %d" +#~ msgstr "文档队列:%d" + +#~ msgid "Queued documents: %d" +#~ msgstr "队列文档:%d" + +#~ msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +#~ msgstr "文档:%(document)s 被重新加入OCR队列:%(queue)s中" + +#~ msgid "Document: %s is already being processed and can't be re-queded." +#~ msgstr "文档:%s已经在处理中,不能再加入队列" + #~ msgid "Checks the OCR queue for pending documents." #~ msgstr "Checks the OCR queue for pending documents." @@ -282,9 +277,6 @@ msgstr "从PDF中提取的文本" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -304,11 +296,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." @@ -365,9 +357,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 73d300dc1f..c158e686d5 100644 --- a/mayan/apps/ocr/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/ocr/locale/zh_TW/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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:36 __init__.py:58 links.py:19 permissions.py:7 +#: __init__.py:32 links.py:19 permissions.py:7 msgid "OCR" msgstr "" -#: __init__.py:59 -msgid "OCR queue statistics" -msgstr "" - #: api.py:74 msgid "Text from OCR" msgstr "" @@ -56,47 +53,47 @@ msgstr "" msgid "Queue document list" msgstr "" -#: models.py:15 +#: models.py:12 msgid "Name" msgstr "" -#: models.py:16 +#: models.py:13 msgid "Label" msgstr "" -#: models.py:19 models.py:27 views.py:35 +#: models.py:16 models.py:24 views.py:34 msgid "Document queue" msgstr "" -#: models.py:20 +#: models.py:17 msgid "Document queues" msgstr "" -#: models.py:28 views.py:39 +#: models.py:25 views.py:38 msgid "Document" msgstr "" -#: models.py:29 +#: models.py:26 msgid "Date time submitted" msgstr "" -#: models.py:30 views.py:43 +#: models.py:27 views.py:42 msgid "Result" msgstr "" -#: models.py:31 +#: models.py:28 msgid "Node name" msgstr "" -#: models.py:35 +#: models.py:32 msgid "Queue document" msgstr "" -#: models.py:36 +#: models.py:33 msgid "Queue documents" msgstr "" -#: models.py:53 views.py:39 +#: models.py:39 views.py:38 msgid "Missing document." msgstr "" @@ -116,123 +113,103 @@ msgstr "" msgid "Can edit an OCR queue properties" msgstr "" -#: settings.py:13 -msgid "Automatically queue newly created documents for OCR." -msgstr "" - -#: settings.py:14 +#: settings.py:12 msgid "File path to unpaper program." msgstr "" -#: settings.py:15 +#: settings.py:13 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:16 +#: settings.py:14 msgid "Full path to the backend to be used to do OCR." msgstr "" -#: statistics.py:15 -#, python-format -msgid "Document queues: %d" -msgstr "" - -#: statistics.py:16 -#, python-format -msgid "Queued documents: %d" -msgstr "" - -#: views.py:32 +#: views.py:31 #, python-format msgid "Documents in queue: %s" msgstr "" -#: views.py:40 +#: views.py:39 msgid "Thumbnail" msgstr "" -#: views.py:41 +#: views.py:40 msgid "Added" msgstr "" -#: views.py:42 +#: views.py:41 msgid "Node" msgstr "" -#: views.py:60 views.py:140 +#: views.py:59 views.py:139 msgid "Must provide at least one queue document." msgstr "" -#: views.py:70 +#: views.py:69 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:74 +#: views.py:73 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:87 +#: views.py:86 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:89 +#: views.py:88 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:124 +#: views.py:123 #, python-format msgid "Document: %(document)s was added to the OCR queue." msgstr "" -#: views.py:152 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" +#: views.py:151 +#, fuzzy, python-format +msgid "Document: %(document)s was re-queued for OCR." +msgstr "Document: %(document)s is already queued." -#: views.py:158 +#: views.py:156 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:162 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:174 +#: views.py:167 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:176 +#: views.py:169 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:196 +#: views.py:189 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:197 +#: views.py:190 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:203 +#: views.py:196 msgid "Document pages content clean up complete." msgstr "" -#: views.py:205 +#: views.py:198 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: parsers/__init__.py:94 parsers/__init__.py:171 +#: parsers/__init__.py:93 parsers/__init__.py:170 msgid "Text extracted from PDF" msgstr "" @@ -281,9 +258,6 @@ msgstr "" #~ msgid "Document: %s is being processed and can't be deleted." #~ msgstr "Document: %s is being processed and can't be deleted." -#~ msgid "Document: %(document)s is already queued." -#~ msgstr "Document: %(document)s is already queued." - #~ msgid "Document queue: %s, already stopped." #~ msgstr "Document queue: %s, already stopped." @@ -303,11 +277,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." @@ -364,9 +338,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/permissions/locale/ar/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ar/LC_MESSAGES/django.po index c096033c90..c8641d9e72 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "منح" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "سحب" @@ -39,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "صلاحيات غير كافية." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "الصلاحيات" @@ -83,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +126,80 @@ msgstr "إبطال الصلاحيات" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "قائمة الأدوار التي يتم تعيينها تلقائيا إلى المستخدمين الذين تم انشائهم حديثا" +msgstr "" +"قائمة الأدوار التي يتم تعيينها تلقائيا إلى المستخدمين الذين تم انشائهم حديثا" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "و" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s ل %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "صلاحيات \"%(permission)s\" تم اعطائها ل: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, لديه صلاحيات \"%(permission)s\" granted." -#: views.py:160 +#: views.py:161 #, 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:201 +#: views.py:202 msgid "permission" msgstr "صلاحيات" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "صلاحيات" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "صلاحيات \"%(permission)s\" تمت ازالتها من: %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s, لا يمتلك الصلاحيات \"%(permission)s\" ." -#: views.py:222 +#: views.py:223 #, 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:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "المستخدمين" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "مجموعات" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "خاص" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/bg/LC_MESSAGES/django.po index 67f49624ca..95e6ee9b23 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Позволяване" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Прекратяване" @@ -39,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Недостатъчни разрешения." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Разрешения" @@ -83,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +125,85 @@ msgstr "Отмяна на разрешения" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Списък от съществуващи роли, които автоматично са дадени на новосъздадените потребители" +msgstr "" +"Списък от съществуващи роли, които автоматично са дадени на новосъздадените " +"потребители" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "и" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s към %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Разрешение \"%(permission)s\" дадено на: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s вече има дадено разрешение \"%(permission)s\"." -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да разрешите %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Сигурни ли сте, че искате да разрешите %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "разрешение" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "разрешения" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Разрешение \"%(permission)s\" отнето от: %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s няма разрешение \"%(permission)s\"." -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "Сигурни ли сте, че искате да прекратите %(permissions_label)s %(title_suffix)s?" +msgstr "" +"Сигурни ли сте, че искате да прекратите %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Потребители" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Групи" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Специален" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 5440b19146..7c04311938 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Odobri" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Ukini" @@ -39,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Nedovoljne dozvole." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Dozvole" @@ -83,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +126,82 @@ msgstr "Ukini 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" +msgstr "" +"Popis postojećih rola koje su automatski dodijeljene novonastalim korisnicima" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "i" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s na %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Dozvola \"%(permission)s\" odobrena: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, već ima dozvolu \"%(permission)s\" odobrenu." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Jeste li sigurni da želite odobriti %(permissions_label)s %(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "dozvola" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "dozvole" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Dozvola \"%(permission)s\" ukinuta od: %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s, nema dozvolu \"%(permission)s\" odobrenu." -#: views.py:222 +#: views.py:223 #, 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?" +msgstr "" +"Jeste li sigurni da želite ukinuti %(permissions_label)s %(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Korisnici" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupe" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Poseban" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po index 93db05f484..d9b883bdf7 100644 --- a/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/da/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 f54ecc657c..b7f4dddf41 100644 --- a/mayan/apps/permissions/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/de_CH/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 f0a493b500..773cc7b08e 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,21 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Gewähren" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Widerrufen" @@ -41,7 +42,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -57,19 +58,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Unzureichende Berechtigungen." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Berechtigungen" @@ -85,16 +86,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -126,79 +127,85 @@ msgstr "Berechtigungen widerrufen" 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" +msgstr "" +"Eine Liste der existierenden Rollen, welche automatisch neuen Benutzern " +"zugewiesen werden" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " und " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s an %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Berechtigung \"%(permission)s\" gewährt an %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s hat bereits die Berechtigung \"%(permission)s." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s gewähren " +"wollen?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "Berechtigung" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "Berechtigungen" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Berechtigung \"%(permission)s\" widerrufen für %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s hat nicht die Berechtigung \"%(permission)s\"." -#: views.py:222 +#: views.py:223 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie %(permissions_label)s %(title_suffix)s widerrufen " +"wollen?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Benutzer" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Gruppen" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Spezial" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/en/LC_MESSAGES/django.po index 7b1098bcf9..4b5926e268 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: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Grant" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revoke" @@ -40,7 +40,7 @@ msgstr "delete" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 #, fuzzy msgid "Roles" msgstr "roles" @@ -59,21 +59,21 @@ msgstr "role permissions" msgid "Insufficient permissions." msgstr "Insufficient permissions." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 #, fuzzy msgid "Namespace" msgstr "namespace" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 #, fuzzy msgid "Permission" msgstr "Permissions" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permissions" @@ -92,17 +92,17 @@ msgstr "permission holders" msgid "Label" msgstr "label" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 #, fuzzy msgid "Role member" msgstr "role member" -#: models.py:264 +#: models.py:265 #, fuzzy msgid "Role members" msgstr "role members" @@ -139,80 +139,80 @@ msgstr "" "A list of existing roles that are automatically assigned to newly created " "users" -#: views.py:85 +#: views.py:86 #, fuzzy msgid "Has permission" msgstr "has permission" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " and " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s to %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permission \"%(permission)s\" granted to: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, already had the permission \"%(permission)s\" granted." -#: views.py:160 +#: views.py:161 #, 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:201 +#: views.py:202 msgid "permission" msgstr "permission" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permissions" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permission \"%(permission)s\" revoked from: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Users" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Groups" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Special" -#: views.py:312 +#: views.py:313 #, fuzzy, python-format msgid "Non members of role: %s" msgstr "non members of role: %s" -#: views.py:313 +#: views.py:314 #, fuzzy, python-format msgid "Members of role: %s" msgstr "members of role: %s" diff --git a/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/es/LC_MESSAGES/django.po index 7d035ac695..25bd8df874 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 @@ -10,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Otorgar" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revocar" @@ -40,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -56,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permisos insuficientes." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permisos" @@ -84,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,79 +126,83 @@ msgstr "Revocar permisos" 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" +msgstr "" +"Una lista de roles existentes que se asignan automáticamente a los usuarios " +"nuevos" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "y" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s a %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permiso \"%(permission)s\" otorgado a: %(requester)s." -#: views.py:149 +#: views.py:150 #, 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:160 +#: views.py:161 #, 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?" +msgstr "" +"¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permiso" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permisos" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permiso \"%(permission)s\" revocado de: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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?" +msgstr "" +"¿Está seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Usuarios" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupos" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Especial" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fa/LC_MESSAGES/django.po index 6a056e51ee..53c0d99e07 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,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -40,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -56,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "اجازه ناکافی" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -84,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -127,77 +128,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "و" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "اجازه" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "اجازه ها" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "کاربران" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "گروه‌ها" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/fr/LC_MESSAGES/django.po index cbe9744f66..d07f85d474 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: # Pierre Lhoste , 2012 @@ -9,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Attribuer" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Retirer" @@ -39,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Droits insuffisants" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Droits" @@ -83,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +125,85 @@ msgstr "Retirer des droits" 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" +msgstr "" +"Une liste des rôles existant qui sont automatiquement attribués aux comptes " +"utilisateurs nouvellement créés" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " et " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s pour %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Droit \"%(permission)s\" attribué à: %(requester)s." -#: views.py:149 +#: views.py:150 #, 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:160 +#: views.py:161 #, 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?" +msgstr "" +"Êtes vous certain de vouloir attribuer le droit %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "droit" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "droits" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Droit \"%(permission)s\" retiré pour: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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?" +msgstr "" +"Êtes vous certain de vouloir supprimer le droit %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Utilisateurs" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Groupes" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Spécial" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 9bf6073fdf..1d0e81082f 100644 --- a/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hr_HR/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +127,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po index 2ea2988f8a..c5f811afb0 100644 --- a/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/hu/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po index 63293c308f..e2c0733f0f 100644 --- a/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/id/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/it/LC_MESSAGES/django.po index 10bfcc312b..8ec51ed85e 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,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Concessione" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revoca" @@ -40,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -56,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permessi insufficienti" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permessi" @@ -84,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,79 +126,85 @@ msgstr "Revoca le autorizzazioni" 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" +msgstr "" +"Un elenco di ruoli esistenti che vengono automaticamente assegnati agli " +"utenti appena creati" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " and " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s a %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permesso \"%(permission)s\" concesso a: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permesso" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permessi" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permesso \"%(permission)s\" revocato per: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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?" +msgstr "" +"Sei sicuro di voler revocare questo permesso %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Utenti" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Gruppi" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Speciale" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po index 583dcccda8..d2234d9e47 100644 --- a/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/lv/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +127,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po index 475756f90a..82febc43a1 100644 --- a/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/nb/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 6b5b5990ed..5e6fdb6360 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Toestaan" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Intrekken" @@ -39,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permissies zijn ontoereikend" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permissies" @@ -83,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +125,85 @@ msgstr "permissies intrekken" 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" +msgstr "" +"Lijst met bestaande gebruikersrollen die automatisch worden toegekend aan " +"nieuwe gebruikers" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "en" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s voor %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permission \"%(permission)s\" toegestaan voor: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, is reeds \"%(permission)s\" toegestaan." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Bent u er zeker van permissies: %(permissions_label)s %(title_suffix)s, toe " +"te staan?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permissie" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permissies" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permissie \"%(permission)s\" ingetrokken van: %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "Voor %(requester)s, zijn \"%(permission)s\" granted." -#: views.py:222 +#: views.py:223 #, 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?" +msgstr "" +"Bent u er zeker van om de permissies: %(permissions_label)s " +"%(title_suffix)s, in te trekken?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Gebruikers" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Groepen" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Speciaal" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pl/LC_MESSAGES/django.po index b4f72b68da..9471267348 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 , 2012 @@ -9,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Odwołać" @@ -39,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Niewystarczające uprawnienia." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Uprawnienia" @@ -83,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -126,77 +128,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "i" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "uprawnienie" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "uprawnienia" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Użytkownicy" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupy" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Specjalny" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/pt/LC_MESSAGES/django.po index decad88ff2..25b648bcc8 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,21 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Conceder" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revogar" @@ -41,7 +42,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -57,19 +58,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permissões insuficientes." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permissões" @@ -85,16 +86,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -126,79 +127,84 @@ msgstr "Revogar 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" +msgstr "" +"Uma lista de funções existentes que são automaticamente atribuídas aos novos " +"utilizadores" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " e " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s a %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permissão \"%(permission)s\" concedida a: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Tem a certeza de que pretende conceder %(permissions_label)s " +"%(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permissão" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permissões" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permissão \"%(permission)s\" retirada a: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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?" +msgstr "" +"Tem a certeza de que pretende revogar %(permissions_label)s %(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Utilizadores" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupos" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Especial" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 9ae3878410..675402c941 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 @@ -10,21 +10,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Conceder" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revogar" @@ -40,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -56,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permissões insuficientes." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permissões" @@ -84,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,79 +126,81 @@ msgstr "Revogar as permissões" 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" +msgstr "" +"A lista de funções existentes que são automaticamente designados para " +"usuários recém-criados" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr " e " -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permissão" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permissões" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Usuários" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupos" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Especial" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 30cd770e9d..5641ba0cfb 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Acorda" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Revoca" @@ -39,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Permisiuni insuficiente." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Permisiuni" @@ -83,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +126,83 @@ msgstr "Revocați permisiunile" 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" +msgstr "" +"O listă de roluri existente, care sunt în mod automat asignate " +"utilizatorilor nou create" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "și" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s pentru %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permisiune \"%(permission)s\" acordata: %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, are deja permisiune \"%(permission)s\" acordata." -#: views.py:160 +#: views.py:161 #, 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?" +msgstr "" +"Sunteți sigur că doriți să acorde %(permissions_label)s %(title_suffix)s?" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "permisiune" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "permisiuni" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permisiune \"%(permission)s\" revocat pentru: %(requester)s." -#: views.py:211 +#: views.py:212 #, 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:222 +#: views.py:223 #, 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?" +msgstr "" +"Sunteți sigur că doriți să revocați %(permissions_label)s %(title_suffix)s?" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Utilizatorii" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Grupuri" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Special" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/ru/LC_MESSAGES/django.po index b35fa1d4f8..842912a128 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,21 +9,23 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "Предоставить" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "Отозвать" @@ -39,7 +41,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +57,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "Недостаточно разрешений." -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "Разрешения" @@ -83,16 +85,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -124,79 +126,81 @@ msgstr "Отмена разрешений" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "Список существующих ролей, которые автоматически назначаются вновь создаваемым пользователям" +msgstr "" +"Список существующих ролей, которые автоматически назначаются вновь " +"создаваемым пользователям" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "и" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s для %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Право \"%(permission)s\" предоставлено %(requester)s." -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s уже имеет право \"%(permission)s\"." -#: views.py:160 +#: views.py:161 #, 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:201 +#: views.py:202 msgid "permission" msgstr "разрешение" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "разрешения" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Право \"%(permission)s\" отозвано у %(requester)s." -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s не имеет права \"%(permission)s\"." -#: views.py:222 +#: views.py:223 #, 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:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "Пользователи" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "Группы" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "Особо" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 ecf3a4bf6a..ffb4528a3f 100644 --- a/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -1,28 +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: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +127,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po b/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po index cf68721f43..9188b46fcb 100644 --- a/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/sq/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 6c0eed9aa3..5cd7b5783a 100644 --- a/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/tr_TR/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 6e7198be89..2d1b4e8bb0 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -39,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -83,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -126,77 +127,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 83e00fafdc..7d59b63c72 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,21 +9,22 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "赋给" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "撤销" @@ -39,7 +40,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -55,19 +56,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "权限不足" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "权限" @@ -83,16 +84,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -126,77 +127,77 @@ msgid "" "users" msgstr "已存在角色列表将自动分配给新建用户" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "和" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "从%(permissions)s 到 %(requester)s" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "权限\"%(permission)s\"被赋给%(requester)s" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s已经有权限 \"%(permission)s\"" -#: views.py:160 +#: views.py:161 #, 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:201 +#: views.py:202 msgid "permission" msgstr "权限" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "权限" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "权限\"%(permission)s\"被从%(requester)s撤销。" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s无权限\"%(permission)s\"" -#: views.py:222 +#: views.py:223 #, 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:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "用户" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "用户组" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "特例" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" 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 f194b1a747..359430a14e 100644 --- a/mayan/apps/permissions/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/permissions/locale/zh_TW/LC_MESSAGES/django.po @@ -1,28 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:11-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: links.py:10 widgets.py:21 +#: links.py:10 widgets.py:23 msgid "Grant" msgstr "" -#: links.py:11 widgets.py:16 +#: links.py:11 widgets.py:17 msgid "Revoke" msgstr "" @@ -38,7 +39,7 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:16 models.py:218 views.py:61 +#: links.py:16 models.py:218 views.py:62 msgid "Roles" msgstr "" @@ -54,19 +55,19 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:126 views.py:82 +#: models.py:126 views.py:83 msgid "Namespace" msgstr "" -#: models.py:127 views.py:83 +#: models.py:127 views.py:84 msgid "Name" msgstr "" -#: models.py:134 models.py:196 views.py:139 +#: models.py:134 models.py:196 views.py:140 msgid "Permission" msgstr "" -#: models.py:135 permissions.py:7 views.py:79 views.py:141 +#: models.py:135 permissions.py:7 views.py:80 views.py:142 msgid "Permissions" msgstr "" @@ -82,16 +83,16 @@ msgstr "" msgid "Label" msgstr "" -#: models.py:217 models.py:248 views.py:33 views.py:44 views.py:51 views.py:98 -#: views.py:316 +#: models.py:217 models.py:248 views.py:34 views.py:45 views.py:52 views.py:99 +#: views.py:317 msgid "Role" msgstr "" -#: models.py:263 +#: models.py:264 msgid "Role member" msgstr "" -#: models.py:264 +#: models.py:265 msgid "Role members" msgstr "" @@ -125,77 +126,77 @@ msgid "" "users" msgstr "" -#: views.py:85 +#: views.py:86 msgid "Has permission" msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 msgid " and " msgstr "" -#: views.py:136 views.py:198 +#: views.py:137 views.py:199 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:146 +#: views.py:147 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:149 +#: views.py:150 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:160 +#: views.py:161 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:201 +#: views.py:202 msgid "permission" msgstr "" -#: views.py:203 +#: views.py:204 msgid "permissions" msgstr "" -#: views.py:208 +#: views.py:209 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:211 +#: views.py:212 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:222 +#: views.py:223 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:257 views.py:281 +#: views.py:258 views.py:282 msgid "Users" msgstr "" -#: views.py:260 views.py:284 +#: views.py:261 views.py:285 msgid "Groups" msgstr "" -#: views.py:263 views.py:287 +#: views.py:264 views.py:288 msgid "Special" msgstr "" -#: views.py:312 +#: views.py:313 #, python-format msgid "Non members of role: %s" msgstr "" -#: views.py:313 +#: views.py:314 #, python-format msgid "Members of role: %s" msgstr "" diff --git a/mayan/apps/project_setup/locale/ar/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/ar/LC_MESSAGES/django.po index 897aeddba2..b0f17d31f0 100644 --- a/mayan/apps/project_setup/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/bg/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/bg/LC_MESSAGES/django.po index 631b29a11a..c32196ccef 100644 --- a/mayan/apps/project_setup/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/bs_BA/LC_MESSAGES/django.po index 31794b5a7a..bf8689266c 100644 --- a/mayan/apps/project_setup/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/da/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/da/LC_MESSAGES/django.po index bf8e0527c4..637df609ee 100644 --- a/mayan/apps/project_setup/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/de_CH/LC_MESSAGES/django.po index 03ae29206e..276a6d1e2d 100644 --- a/mayan/apps/project_setup/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po index 6ab147f1a7..e010dbbf95 100644 --- a/mayan/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/en/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/en/LC_MESSAGES/django.po index 692d0db370..0d4e933c65 100644 --- a/mayan/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2011-09-30 04:42+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/project_setup/locale/es/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/es/LC_MESSAGES/django.po index 4b25cf6672..6aea34c28e 100644 --- a/mayan/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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: # Roberto Rosario, 2011 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 diff --git a/mayan/apps/project_setup/locale/fa/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/fa/LC_MESSAGES/django.po index 7d5ece4a58..cb611d52c7 100644 --- a/mayan/apps/project_setup/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 diff --git a/mayan/apps/project_setup/locale/fr/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/fr/LC_MESSAGES/django.po index b8dab553b5..292ca83511 100644 --- a/mayan/apps/project_setup/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/hr_HR/LC_MESSAGES/django.po index 4360328a1b..83b3d94afa 100644 --- a/mayan/apps/project_setup/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/hu/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/hu/LC_MESSAGES/django.po index 8733134a17..254a705ae8 100644 --- a/mayan/apps/project_setup/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/id/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/id/LC_MESSAGES/django.po index 658150aca7..6269314be3 100644 --- a/mayan/apps/project_setup/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/it/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/it/LC_MESSAGES/django.po index 25a925b461..89554e81e1 100644 --- a/mayan/apps/project_setup/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/lv/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/lv/LC_MESSAGES/django.po index 55b5bde12a..1a8334cae1 100644 --- a/mayan/apps/project_setup/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: links.py:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/nb/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/nb/LC_MESSAGES/django.po index 19d71919fb..684363e74d 100644 --- a/mayan/apps/project_setup/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po index 1de2982f21..42666f8c6d 100644 --- a/mayan/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/pl/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/pl/LC_MESSAGES/django.po index 50ab204818..c2d349a0b3 100644 --- a/mayan/apps/project_setup/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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 @@ -11,15 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/pt/LC_MESSAGES/django.po index a8652f59c4..460db4e78c 100644 --- a/mayan/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po index 6f438b6169..b99e61a47f 100644 --- a/mayan/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/ro_RO/LC_MESSAGES/django.po index d0ed6bf9ee..dddec5f89a 100644 --- a/mayan/apps/project_setup/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/ru/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/ru/LC_MESSAGES/django.po index 8bf5f1be7a..78aa30921c 100644 --- a/mayan/apps/project_setup/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po index 661e635020..37467cff27 100644 --- a/mayan/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 msgid "Setup" diff --git a/mayan/apps/project_setup/locale/sq/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/sq/LC_MESSAGES/django.po index 3fc7f54c71..a126861b84 100644 --- a/mayan/apps/project_setup/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 diff --git a/mayan/apps/project_setup/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/tr_TR/LC_MESSAGES/django.po index 1b60baec71..15d6ef20c6 100644 --- a/mayan/apps/project_setup/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po index 206acf3794..ae206e1632 100644 --- a/mayan/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/zh_CN/LC_MESSAGES/django.po index 197d092358..66a431d3cf 100644 --- a/mayan/apps/project_setup/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 diff --git a/mayan/apps/project_setup/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/project_setup/locale/zh_TW/LC_MESSAGES/django.po index fbdd22ed8e..88fd821e22 100644 --- a/mayan/apps/project_setup/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/project_setup/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: links.py:3 diff --git a/mayan/apps/project_tools/locale/ar/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/ar/LC_MESSAGES/django.po index 18f6cc1693..f0dda03bac 100644 --- a/mayan/apps/project_tools/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/bg/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/bg/LC_MESSAGES/django.po index 5d18fd17ff..aad8162c93 100644 --- a/mayan/apps/project_tools/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/bs_BA/LC_MESSAGES/django.po index 72c06d98a4..feb3b63702 100644 --- a/mayan/apps/project_tools/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/da/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/da/LC_MESSAGES/django.po index 6f4da0ae0c..dc2f1da41b 100644 --- a/mayan/apps/project_tools/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/da/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mads L. Nielsen , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/de_CH/LC_MESSAGES/django.po index 06c35bac55..2eee49cb4b 100644 --- a/mayan/apps/project_tools/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po index ea8661cce6..a2cd191967 100644 --- a/mayan/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,14 +11,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/en/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/en/LC_MESSAGES/django.po index 9b2112f618..ffaeeebe2a 100644 --- a/mayan/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2011-09-30 04:41+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" diff --git a/mayan/apps/project_tools/locale/es/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/es/LC_MESSAGES/django.po index 9d749d2bdf..85c496cb6a 100644 --- a/mayan/apps/project_tools/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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: # Roberto Rosario, 2011 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/fa/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/fa/LC_MESSAGES/django.po index 710ee0594a..0c45ee9af3 100644 --- a/mayan/apps/project_tools/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/fr/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/fr/LC_MESSAGES/django.po index 164a35b7f0..537fadde76 100644 --- a/mayan/apps/project_tools/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/hr_HR/LC_MESSAGES/django.po index 75f4649808..d639d998a3 100644 --- a/mayan/apps/project_tools/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/hu/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/hu/LC_MESSAGES/django.po index a1fdc14692..a287c00c93 100644 --- a/mayan/apps/project_tools/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/id/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/id/LC_MESSAGES/django.po index 20c8e6b561..4bab847b38 100644 --- a/mayan/apps/project_tools/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/it/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/it/LC_MESSAGES/django.po index 25c9bec209..8982e83a20 100644 --- a/mayan/apps/project_tools/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/lv/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/lv/LC_MESSAGES/django.po index d10abe997c..9c7c134293 100644 --- a/mayan/apps/project_tools/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: links.py:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/nb/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/nb/LC_MESSAGES/django.po index d934cf30d5..6e1af370a7 100644 --- a/mayan/apps/project_tools/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po index 269746c51c..b511c92787 100644 --- a/mayan/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/pl/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/pl/LC_MESSAGES/django.po index 2b47abfdeb..a34c700dc3 100644 --- a/mayan/apps/project_tools/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/pt/LC_MESSAGES/django.po index 7540a9851b..375d7e4ec1 100644 --- a/mayan/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po index 7d3cb73e2f..88ce663ed6 100644 --- a/mayan/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/ro_RO/LC_MESSAGES/django.po index cda2df6d14..4ba57b799a 100644 --- a/mayan/apps/project_tools/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/ro_RO/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Badea Gabriel , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/ru/LC_MESSAGES/django.po index fde029bc73..d839042dec 100644 --- a/mayan/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po index 5cba50aa1e..0482609208 100644 --- a/mayan/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 msgid "Tools" diff --git a/mayan/apps/project_tools/locale/sq/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/sq/LC_MESSAGES/django.po index 861e4d3555..f610dc88c4 100644 --- a/mayan/apps/project_tools/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/tr_TR/LC_MESSAGES/django.po index 89db1d986b..2acd31d3a6 100644 --- a/mayan/apps/project_tools/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/tr_TR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po index 72e0d2b905..ddd327b063 100644 --- a/mayan/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/zh_CN/LC_MESSAGES/django.po index 126174c10a..24560c1d55 100644 --- a/mayan/apps/project_tools/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:3 views.py:15 diff --git a/mayan/apps/project_tools/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/project_tools/locale/zh_TW/LC_MESSAGES/django.po index e5f9de6a05..640fde90e1 100644 --- a/mayan/apps/project_tools/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/project_tools/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: links.py:3 views.py:15 diff --git a/mayan/apps/registration/locale/ar/LC_MESSAGES/django.po b/mayan/apps/registration/locale/ar/LC_MESSAGES/django.po index 21da1c20df..b91223a62c 100644 --- a/mayan/apps/registration/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/ar/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Mohammed ALDOUB , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 msgid "Your name:" @@ -51,39 +53,37 @@ msgstr "معلومات اخرى:" msgid "Registration" msgstr "التسجيل" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "لا يوجد اسم" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "شكرا لتسجيلك." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "نسختك مسجلة مسبقاً." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "خطأ بإرسال النموذج: %s" +#: views.py:26 +msgid "Thank you for registering." +msgstr "شكرا لتسجيلك." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "نموذج التسجيل" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "غير مسجل" +#~ msgid "Error submiting form; %s." +#~ msgstr "خطأ بإرسال النموذج: %s" + +#~ msgid "Unregistered" +#~ msgstr "غير مسجل" diff --git a/mayan/apps/registration/locale/bg/LC_MESSAGES/django.po b/mayan/apps/registration/locale/bg/LC_MESSAGES/django.po index d75b246f0a..e57decb858 100644 --- a/mayan/apps/registration/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/bg/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pavlin Koldamov , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "Друга информация:" msgid "Registration" msgstr "Регистрация" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Без име" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Благодарим Ви за регистрацията." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Вашето копие вече е регистрирано." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "грешка при подаване на формуляра; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Благодарим Ви за регистрацията." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "формуляр за регистрация" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Нерегистрирани" +#~ msgid "Error submiting form; %s." +#~ msgstr "грешка при подаване на формуляра; %s." + +#~ msgid "Unregistered" +#~ msgstr "Нерегистрирани" diff --git a/mayan/apps/registration/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/registration/locale/bs_BA/LC_MESSAGES/django.po index f679356e21..2b18320156 100644 --- a/mayan/apps/registration/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/bs_BA/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # www.ping.ba , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 msgid "Your name:" @@ -51,39 +53,37 @@ msgstr "Ostale informacije:" msgid "Registration" msgstr "Registracija" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Bez imena" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Hvava vam za obavljenu registraciju." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Vaša kopija je već registrirana." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Greška pri podnošenju forme; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Hvava vam za obavljenu registraciju." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "forma za registraciju" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Nergeistrovan" +#~ msgid "Error submiting form; %s." +#~ msgstr "Greška pri podnošenju forme; %s." + +#~ msgid "Unregistered" +#~ msgstr "Nergeistrovan" diff --git a/mayan/apps/registration/locale/da/LC_MESSAGES/django.po b/mayan/apps/registration/locale/da/LC_MESSAGES/django.po index 61c94fe85b..2f52eb3e4d 100644 --- a/mayan/apps/registration/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -52,39 +53,37 @@ msgstr "Andre oplysninger:" msgid "Registration" msgstr "Registrering" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Intet navn" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Tak for din registrering." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Din kopi er allerede registreret." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Fejl ved afsendelse af formular, %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Tak for din registrering." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "tilmeldingsformular" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Uregistreret" +#~ msgid "Error submiting form; %s." +#~ msgstr "Fejl ved afsendelse af formular, %s." + +#~ msgid "Unregistered" +#~ msgstr "Uregistreret" diff --git a/mayan/apps/registration/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/registration/locale/de_CH/LC_MESSAGES/django.po index 5823789b7b..7387010575 100644 --- a/mayan/apps/registration/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/de_CH/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/registration/locale/de_DE/LC_MESSAGES/django.po index 9e861c8f61..a31d4ca3a8 100644 --- a/mayan/apps/registration/locale/de_DE/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: forms.py:13 @@ -52,39 +53,37 @@ msgstr "Andere Informationen:" msgid "Registration" msgstr "Registrierung" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Kein Name" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Danke für die Registrierung." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Ihre Kopie ist schon registriert." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Fehler beim Übertragen des Formulars: %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Danke für die Registrierung." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "Registrierungs-Formular" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Unregistriert" +#~ msgid "Error submiting form; %s." +#~ msgstr "Fehler beim Übertragen des Formulars: %s." + +#~ msgid "Unregistered" +#~ msgstr "Unregistriert" diff --git a/mayan/apps/registration/locale/en/LC_MESSAGES/django.po b/mayan/apps/registration/locale/en/LC_MESSAGES/django.po index 99894785dd..8cb49c798a 100644 --- a/mayan/apps/registration/locale/en/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" @@ -50,42 +50,40 @@ msgstr "Other information:" msgid "Registration" msgstr "Registration" -#: models.py:21 +#: models.py:22 #, fuzzy msgid "Registered" msgstr "registered" -#: models.py:22 +#: models.py:23 #, fuzzy msgid "Registration data" msgstr "registration data" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "No name" -#: models.py:87 +#: models.py:86 #, fuzzy msgid "Registration properties" msgstr "registration properties" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Thank you for registering." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Your copy is already registered." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Thank you for registering." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "registration form" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Unregistered" +#~ msgid "Error submiting form; %s." +#~ msgstr "Error submiting form; %s." + +#~ msgid "Unregistered" +#~ msgstr "Unregistered" diff --git a/mayan/apps/registration/locale/es/LC_MESSAGES/django.po b/mayan/apps/registration/locale/es/LC_MESSAGES/django.po index 788aafb96d..6d34cc53ec 100644 --- a/mayan/apps/registration/locale/es/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/es/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # jmcainzos , 2014 @@ -10,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:13 @@ -52,39 +53,37 @@ msgstr "Información adicional:" msgid "Registration" msgstr "Registro" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Sin nombre" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Gracias por registrarse." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Su copia ya está registrada." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Error enviando el formulario; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Gracias por registrarse." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "formulario de registro" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Sin registrar" +#~ msgid "Error submiting form; %s." +#~ msgstr "Error enviando el formulario; %s." + +#~ msgid "Unregistered" +#~ msgstr "Sin registrar" diff --git a/mayan/apps/registration/locale/fa/LC_MESSAGES/django.po b/mayan/apps/registration/locale/fa/LC_MESSAGES/django.po index a2ad5c9a8c..12350cb534 100644 --- a/mayan/apps/registration/locale/fa/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:13 @@ -52,39 +53,37 @@ msgstr "دیگر اطلاعات:" msgid "Registration" msgstr "تبت نام" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "بدون نام" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "با سپاس از ثبت نام شما" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "کپی شما ثبت شده است." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "خطا در ارسال فرم؛ %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "با سپاس از ثبت نام شما" -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "فرم ثبت نام" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "ثبت نشده" +#~ msgid "Error submiting form; %s." +#~ msgstr "خطا در ارسال فرم؛ %s." + +#~ msgid "Unregistered" +#~ msgstr "ثبت نشده" diff --git a/mayan/apps/registration/locale/fr/LC_MESSAGES/django.po b/mayan/apps/registration/locale/fr/LC_MESSAGES/django.po index fd53c87534..7e1f63646d 100644 --- a/mayan/apps/registration/locale/fr/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/fr/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:13 @@ -51,39 +52,37 @@ msgstr "Autres informations:" msgid "Registration" msgstr "Inscription" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Pas de nom" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Merci de vous être inscrit." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Votre copie est déjà enregistrée." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Erreur lors de l'envoi du formulaire; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Merci de vous être inscrit." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "formulaire d'inscription" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Non inscrit" +#~ msgid "Error submiting form; %s." +#~ msgstr "Erreur lors de l'envoi du formulaire; %s." + +#~ msgid "Unregistered" +#~ msgstr "Non inscrit" diff --git a/mayan/apps/registration/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/registration/locale/hr_HR/LC_MESSAGES/django.po index 205005865a..36dc9c318f 100644 --- a/mayan/apps/registration/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/hr_HR/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 msgid "Your name:" @@ -50,39 +52,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/hu/LC_MESSAGES/django.po b/mayan/apps/registration/locale/hu/LC_MESSAGES/django.po index d2cc8af68e..2f25d33262 100644 --- a/mayan/apps/registration/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "egyéb információ" msgid "Registration" msgstr "Regiszráció" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "névtelen" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Köszönjük, hogy regisztrált." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Regisztrált példány." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Űrlap hiba: %s" +#: views.py:26 +msgid "Thank you for registering." +msgstr "Köszönjük, hogy regisztrált." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "regisztrációs űrlap" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Nem regisztrált" +#~ msgid "Error submiting form; %s." +#~ msgstr "Űrlap hiba: %s" + +#~ msgid "Unregistered" +#~ msgstr "Nem regisztrált" diff --git a/mayan/apps/registration/locale/id/LC_MESSAGES/django.po b/mayan/apps/registration/locale/id/LC_MESSAGES/django.po index 0e7cf91815..7f89bfd4ef 100644 --- a/mayan/apps/registration/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "Informasi lain:" msgid "Registration" msgstr "Pendaftaran" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Tidak ada nama" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Terima kasih telah mendaftar." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Salinan anda telah terdaftar." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Masalah dalam pengiriman formulir: %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Terima kasih telah mendaftar." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "Formulir pendaftaran" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Tidak terdaftar" +#~ msgid "Error submiting form; %s." +#~ msgstr "Masalah dalam pengiriman formulir: %s." + +#~ msgid "Unregistered" +#~ msgstr "Tidak terdaftar" diff --git a/mayan/apps/registration/locale/it/LC_MESSAGES/django.po b/mayan/apps/registration/locale/it/LC_MESSAGES/django.po index 9ac1e36217..2373806bb4 100644 --- a/mayan/apps/registration/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/lv/LC_MESSAGES/django.po b/mayan/apps/registration/locale/lv/LC_MESSAGES/django.po index 54b4557ac7..dcfb46268d 100644 --- a/mayan/apps/registration/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: forms.py:13 msgid "Your name:" @@ -50,39 +52,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/nb/LC_MESSAGES/django.po b/mayan/apps/registration/locale/nb/LC_MESSAGES/django.po index e1fac3a1b3..09ec0a9d41 100644 --- a/mayan/apps/registration/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/registration/locale/nl_NL/LC_MESSAGES/django.po index 9c0fb1f375..2fb9f5fa2f 100644 --- a/mayan/apps/registration/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/nl_NL/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Lucas Weel , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "Verdere informatie:" msgid "Registration" msgstr "Registratie" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Geen naam" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Dank voor uw registratie" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Uw sofware installatie is reeds geregistreerd" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Fout bij bevestiging. Foutmelding: %s" +#: views.py:26 +msgid "Thank you for registering." +msgstr "Dank voor uw registratie" -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "registratieformulier" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Niet geregistreerd" +#~ msgid "Error submiting form; %s." +#~ msgstr "Fout bij bevestiging. Foutmelding: %s" + +#~ msgid "Unregistered" +#~ msgstr "Niet geregistreerd" diff --git a/mayan/apps/registration/locale/pl/LC_MESSAGES/django.po b/mayan/apps/registration/locale/pl/LC_MESSAGES/django.po index 8b5cc0cb64..93be069b42 100644 --- a/mayan/apps/registration/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/pl/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: forms.py:13 msgid "Your name:" @@ -50,39 +52,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/pt/LC_MESSAGES/django.po b/mayan/apps/registration/locale/pt/LC_MESSAGES/django.po index 87c4a2037f..067fdb8b82 100644 --- a/mayan/apps/registration/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/registration/locale/pt_BR/LC_MESSAGES/django.po index a8df69a02a..3e31623347 100644 --- a/mayan/apps/registration/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/registration/locale/ro_RO/LC_MESSAGES/django.po index f9a443c7d3..b1c17c5906 100644 --- a/mayan/apps/registration/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,15 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 msgid "Your name:" @@ -52,39 +54,37 @@ msgstr "Alte informații:" msgid "Registration" msgstr "Înregistrare" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "nici un nume" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Vă mulțumim pentru înregistrare." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Copia dvs. este deja înregistrata." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Formular de erori trimis ; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Vă mulțumim pentru înregistrare." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "formularul de înregistrare" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "neînregistrat" +#~ msgid "Error submiting form; %s." +#~ msgstr "Formular de erori trimis ; %s." + +#~ msgid "Unregistered" +#~ msgstr "neînregistrat" diff --git a/mayan/apps/registration/locale/ru/LC_MESSAGES/django.po b/mayan/apps/registration/locale/ru/LC_MESSAGES/django.po index 7e39dd97e4..7764c85936 100644 --- a/mayan/apps/registration/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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 , 2013 @@ -9,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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=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:13 msgid "Your name:" @@ -51,39 +53,37 @@ msgstr "Дополнительная информация:" msgid "Registration" msgstr "Регистрация" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Без названия" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Спасибо за регистрацию." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Ваша копия уже зарегистрирована." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Ошибка заполнения формы; %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Спасибо за регистрацию." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "форма регистрации" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Не зарегистрировано" +#~ msgid "Error submiting form; %s." +#~ msgstr "Ошибка заполнения формы; %s." + +#~ msgid "Unregistered" +#~ msgstr "Не зарегистрировано" diff --git a/mayan/apps/registration/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/registration/locale/sl_SI/LC_MESSAGES/django.po index ceb9784ff2..c2e0a2655f 100644 --- a/mayan/apps/registration/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 msgid "Your name:" @@ -51,39 +53,37 @@ msgstr "Ostale informacije:" msgid "Registration" msgstr "Registracija" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Ni imena" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Hvala za prijavo:" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Vaša kopija je že prijavljena." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Napaka v pošiljanju forme: %s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "Hvala za prijavo:" -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "forma za prijavo" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Neprijavljen" +#~ msgid "Error submiting form; %s." +#~ msgstr "Napaka v pošiljanju forme: %s." + +#~ msgid "Unregistered" +#~ msgstr "Neprijavljen" diff --git a/mayan/apps/registration/locale/sq/LC_MESSAGES/django.po b/mayan/apps/registration/locale/sq/LC_MESSAGES/django.po index dc69eafb2e..c5e66f8440 100644 --- a/mayan/apps/registration/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" msgstr "" diff --git a/mayan/apps/registration/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/registration/locale/tr_TR/LC_MESSAGES/django.po index c24d991076..a51eda9563 100644 --- a/mayan/apps/registration/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/registration/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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,31 @@ msgstr "" msgid "Registration" msgstr "Kayıt" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Kayıt olduğunuz için teşekkürler." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "" +#: views.py:26 +msgid "Thank you for registering." +msgstr "Kayıt olduğunuz için teşekkürler." -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "" +#: views.py:32 +#, fuzzy +msgid "Registration form" +msgstr "Kayıt" diff --git a/mayan/apps/registration/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/registration/locale/vi_VN/LC_MESSAGES/django.po index c0e586c05a..ede3e6665e 100644 --- a/mayan/apps/registration/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/vi_VN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Trung Phan Minh , 2013 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "Thông tin khác" msgid "Registration" msgstr "Đăng ký" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "Không tên" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "Cám ơn đã đăng ký." - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "Bản sao của bạn đã được đăng ký." -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "Lỗi cập nhật form; %s" +#: views.py:26 +msgid "Thank you for registering." +msgstr "Cám ơn đã đăng ký." -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "form đăng ký" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "Hủy đăng ký" +#~ msgid "Error submiting form; %s." +#~ msgstr "Lỗi cập nhật form; %s" + +#~ msgid "Unregistered" +#~ msgstr "Hủy đăng ký" diff --git a/mayan/apps/registration/locale/zh_CN/LC_MESSAGES/django.po b/mayan/apps/registration/locale/zh_CN/LC_MESSAGES/django.po index 147e415e18..a303835179 100644 --- a/mayan/apps/registration/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/zh_CN/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: # Ford Guo , 2014 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" #: forms.py:13 @@ -51,39 +52,37 @@ msgstr "其他信息:" msgid "Registration" msgstr "注册" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "无姓名" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "感谢您注册" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "您的复本已经注册过。" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." -msgstr "提交表单出错:%s." +#: views.py:26 +msgid "Thank you for registering." +msgstr "感谢您注册" -#: views.py:33 -msgid "registration form" +#: views.py:32 +#, fuzzy +msgid "Registration form" msgstr "注册表单" -#: templatetags/registration_tags.py:16 -msgid "Unregistered" -msgstr "未注册" +#~ msgid "Error submiting form; %s." +#~ msgstr "提交表单出错:%s." + +#~ msgid "Unregistered" +#~ msgstr "未注册" diff --git a/mayan/apps/registration/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/registration/locale/zh_TW/LC_MESSAGES/django.po index 14a33a219d..c949289f19 100644 --- a/mayan/apps/registration/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/registration/locale/zh_TW/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: forms.py:13 @@ -50,39 +51,30 @@ msgstr "" msgid "Registration" msgstr "" -#: models.py:21 +#: models.py:22 msgid "Registered" msgstr "" -#: models.py:22 +#: models.py:23 msgid "Registration data" msgstr "" -#: models.py:48 +#: models.py:49 msgid "No name" msgstr "" -#: models.py:87 +#: models.py:86 msgid "Registration properties" msgstr "" -#: views.py:22 -msgid "Thank you for registering." -msgstr "" - -#: views.py:25 +#: views.py:19 msgid "Your copy is already registered." msgstr "" -#: views.py:28 -#, python-format -msgid "Error submiting form; %s." +#: views.py:26 +msgid "Thank you for registering." msgstr "" -#: views.py:33 -msgid "registration form" -msgstr "" - -#: templatetags/registration_tags.py:16 -msgid "Unregistered" +#: views.py:32 +msgid "Registration form" 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 34dc1cf458..1f2fbb1919 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 msgid "Settings" @@ -27,11 +29,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 65884ff4b5..18541a00ba 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 a64075dc95..ed244631c1 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 msgid "Settings" @@ -27,11 +29,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 dea653f355..1ed7dfede4 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 0c7753062b..4cbe6178c9 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 40abbeca8c..fce95e90f6 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,14 +13,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 views.py:28 @@ -31,11 +32,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 843f8ef4a5..2eb2e99fee 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/" @@ -27,15 +27,14 @@ msgstr "settings" msgid "Name" msgstr "" -#: views.py:34 -#, fuzzy -msgid "Default" -msgstr "default" - -#: views.py:36 +#: views.py:35 #, fuzzy msgid "Value" msgstr "value" +#, fuzzy +#~ msgid "Default" +#~ msgstr "default" + #~ msgid "name" #~ msgstr "name" 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 7504a1a865..3abb474528 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: # Roberto Rosario, 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 85e076c2af..af34b48839 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 views.py:28 @@ -28,11 +29,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 8b675d3ea7..e67c8173c5 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: # Pierre Lhoste , 2012 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 d82912ab71..e6a497b7e0 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 msgid "Settings" @@ -26,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 1ebdfe2c1b..cdc847e45b 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 73ecf59a74..34f95d32a2 100644 --- a/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/id/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 cbfa60bf4e..7cc1c263aa 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 4ec0425e1b..e134ddffcc 100644 --- a/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/lv/LC_MESSAGES/django.po @@ -1,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: links.py:8 views.py:28 msgid "Settings" @@ -26,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 b8b2db3a31..ad1faf3eda 100644 --- a/mayan/apps/smart_settings/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/nb/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 22e5802820..0cafd4ba2d 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 2eb4db527b..4abf8a1880 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: # mic , 2012 @@ -11,15 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:8 views.py:28 msgid "Settings" @@ -29,11 +31,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 e78e28ea5e..7f316581be 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,14 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -28,11 +29,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 eeca22dc33..8756fefc6c 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 @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 89d43e23a1..68cd11f462 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,15 +10,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 msgid "Settings" @@ -28,11 +30,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 a2602a4bf2..30d8b2694f 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,15 +9,17 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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:8 views.py:28 msgid "Settings" @@ -27,11 +29,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 eaf4e33996..f443bde9cf 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,22 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 msgid "Settings" @@ -26,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 a316cd0542..70888acdb4 100644 --- a/mayan/apps/smart_settings/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/smart_settings/locale/sq/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 c322d2bb9c..0348c86daa 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,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 ade4e1f8bd..9872d36ba5 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 bcb0a54674..6cf92811fc 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,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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:8 views.py:28 @@ -27,11 +28,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" 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 96f7b189ce..6bf6c4d5c7 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 @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: links.py:8 views.py:28 @@ -26,11 +27,7 @@ msgstr "" msgid "Name" msgstr "" -#: views.py:34 -msgid "Default" -msgstr "" - -#: views.py:36 +#: views.py:35 msgid "Value" msgstr "" diff --git a/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ar/LC_MESSAGES/django.po index 3fd7641b34..98ed94f447 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,89 +9,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "فك الملفات المضغوطة" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "تحميل الملفات في ملف مضغوط كوثائق منفردة" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "ملف الاعداد" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "ملف" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "مصادر الوثائق" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +113,235 @@ msgstr "لا" msgid "Ask user" msgstr "اسئل المستخدم" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "مسار نظام الملفات على الخادم" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "قيمة العرض لتمريرها إلى نظام المعالجة" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "قيمة الارتفاع لتمريرها إلى نظام المعالجة" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "هل يتم فك الملفات المضغوطة أم لا." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "حذف الملف بعد رفعه بنجاح." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "غير قادر على ايجاد قائمة بملفات الاعداد: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "نوع الوثيقة الحالي" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "هل يتم فك الملفات المضغوطة أم لا." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "مصادر الوثائق" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "رفع المصادر" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "رفع المصادر" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "الفترة بالثواني التي يتم فحص مجلد المتابعة فيها لإيجاد وثائق جديدة." -#: models.py:224 +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "أدخل قيمة صالحة" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "استخدم مصادر لتحديد المدخلات، مثل: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +365,6 @@ msgstr "تحرير مصادر الوثائق" msgid "View existing document sources" msgstr "عرض مصادر الوثائق الحالية" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "خطأ تحقق بالقوائم المسموحة و الممنوعة" - #: views.py:115 msgid "Here" msgstr "" @@ -294,142 +383,145 @@ msgstr "لم يتم تحديد مصدر للوثائق أو لم يتم تشغي msgid "Click %(setup_link)s to add or enable some document sources." msgstr "اضغط %(setup_link)s لإضافة أو تشغيل مصادر للوثائق." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "خطأ لم تتم معالجته: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "نوع الوثيقة الحالي" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "لا شيء" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "البيانات الوصفية الحالية" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "تم مسح ملف الاعداد بنجاح" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "خطأ بمسح ملف الاعداد %s" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "تم تعديل المصدر بنجاح" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "خطأ بتعديل المصدر: %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "المصدر \"%s\" تم مسحه بنجاح" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "خطأ بمسح المصدر: %(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "هل أنت متأكد من مسح المصدر: %s ؟" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "تم انشاء المصدر بنجاح" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "خطأ بانشاء المصدر: %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "انشاء مصدر جديد من النوع: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "تم تعديل تحويلات المصدر بنجاح" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "خطأ بتعديل تحويل المصدر: %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "تعديل التحرير: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "تم حذف مصدر التحويل بنجاح" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "خطأ أثناء حذف مصدر التحويل: %(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "هل أنت متأكد أنك تريد حذف مصدر التحويل \"%(transformation)s\" ؟" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "إنشاء تحويل المصدر بنجاح" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "خطأ في إنشاء مصدر التحويل؛ %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "إنشاء تحويل جديد للمصدر: %s" @@ -438,22 +530,21 @@ msgstr "إنشاء تحويل جديد للمصدر: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "خطأ تحقق بالقوائم المسموحة و الممنوعة" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po b/mayan/apps/sources/locale/bg/LC_MESSAGES/django.po index bd156b660f..acb1b4ffb1 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,89 +9,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Файл" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Източници на документи" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +112,233 @@ msgstr "Никога" msgid "Ask user" msgstr "Питане на потребителя" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Текущ тип на документа" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Източници на документи" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Източници на документи" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +362,6 @@ msgstr "Редактиране на източници на документи" msgid "View existing document sources" msgstr "Преглед на съществуващи източници на документи" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -294,142 +380,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Текущ тип на документа" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Източник \"%s\" е изтрит успешно" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Източникът е създаден успешно" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Редактирането на преобразуването на източника е успешно" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Изтриването на преобразуването на източника е успешно" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Създаването на преобразуването на източника е успешно" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -438,19 +527,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 be84e50aed..aa6108192a 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,89 +9,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Otpakuj kompresovane datoteke" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload kompresovane datoteke koja sadrži individualne dokumente" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Osnovna datoteka" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Datoteka" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "izvori dokumenata" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +113,237 @@ msgstr "Nikada" msgid "Ask user" msgstr "Pitaj korisnika" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Serverska putanja na filesystem-u" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Vrijednost za širinu za konvertovanje na backend-u." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Vrijednost za visinu za konvertovanje na backend-u." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Otpakuj ili ne kompresovane datoteke" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Obriši datoteku nakon što bude uspješno upload-ana." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Onemogući dobivanje liste osnovnih datoteka: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Inverval u sekundama gdje je potvrđeno da se vidi putanja foldera za nove dokumente." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Tekući tip dokumenta" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Otpakuj ili ne kompresovane datoteke" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "izvori dokumenata" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Upload izvora" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Upload izvora" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Inverval u sekundama gdje je potvrđeno da se vidi putanja foldera za nove " +"dokumente." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Unesi ispravnu vrijednost" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Koristi rječnik da idetfikuješ argumente, npr.: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +367,6 @@ msgstr "Izmijeni izvore dokumenta" msgid "View existing document sources" msgstr "Pregledaj postojeće izvore dokumenata" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Bijela lista - Crna lista greška validacije." - #: views.py:115 msgid "Here" msgstr "" @@ -287,149 +378,155 @@ msgstr "Upload izvora" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nema definisanih interaktivnih izvora dokumenata ili nijedan nije omogućen." +msgstr "" +"Nema definisanih interaktivnih izvora dokumenata ili nijedan nije omogućen." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "Odaberi %(setup_link)s da dodaš ili mogućiš neke izvore dokumenta." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Neobrađena iznimka: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Tekući tip dokumenta" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Ništa" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Tekući metadata" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Osnovna datoteka uspješno obrisana." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Greška brisanja osnovne datoteke; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Izvor uspješno izmijenjen" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Greška pri izmjeni izvora; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Izvor \"%s\" uspješno obrisan." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Greška pri izmjeni izvora \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Jeste li sigurni da želite obrisati izvor: %s?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Izvor uspješno kreiran" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Greška pri kreiranju izvora; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Kreiraj novi tip izvora: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Uspješno izmijenjena transformacija izvora." -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Greška pri izmjeni transformacije izvora; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Izmijeni transformaciju: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformacija izvora uspješno obrisana." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Greška pri brisanju transformacije izvora; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\" " +msgstr "" +"Jeste li sigurni da želite obrisati transformaciju izvora " +"\"%(transformation)s\" " -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformacija izvora uspješno kreirana." -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Greška pri kreiranju transformacije izvora; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Kreiraj novu transformaciju za izvor: %s" @@ -438,22 +535,21 @@ msgstr "Kreiraj novu transformaciju za izvor: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Bijela lista - Crna lista greška validacije." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/da/LC_MESSAGES/django.po b/mayan/apps/sources/locale/da/LC_MESSAGES/django.po index f7ffb5e63b..36e1dc1bbe 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,89 +9,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Udpak komprimerede filer" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload individuelle filer fra komprimeret arkiv" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Staging fil" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Fil" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Document kilder" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +112,235 @@ msgstr "Aldrig" msgid "Ask user" msgstr "Spørg bruger" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Serverside filsystem sti." -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Bredde, der overføres til konverter backend." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Højde, der overføres til konverter backend." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Hvorvidt et pakket arkiv skal udpakkes eller ikke" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Slet filen, efter upload." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Kan ikke danne en liste med staging filer: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Nuværende dokument type" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Hvorvidt et pakket arkiv skal udpakkes eller ikke" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Document kilder" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Upload kilder" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Upload kilder" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "Inverval i sekunder, for kontrol af nye dokumenter i overvåget mappe " -#: models.py:224 +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Indtast en gyldig værdi." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Brug ordbøger til at identificere argumenter, eksempel: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +364,6 @@ msgstr "Rediger dokument kilder" msgid "View existing document sources" msgstr "Se eksisterende dokument kilder" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Hvidliste Sortliste valideringsfejl." - #: views.py:115 msgid "Here" msgstr "" @@ -287,149 +375,156 @@ msgstr "Upload kilder" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Ingen interaktive dokument kilder er blevet defineret eller ingen er blevet aktiveret." +msgstr "" +"Ingen interaktive dokument kilder er blevet defineret eller ingen er blevet " +"aktiveret." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Klik %(setup_link)s for at tilføje eller aktivere nogle dokumenter kilder." +msgstr "" +"Klik %(setup_link)s for at tilføje eller aktivere nogle dokumenter kilder." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Uhåndteret undtagelse: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Nuværende dokument type" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Ingen" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Nuværende metadata" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Midlertidig fil slettet" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Fejl ved sletning af midlertidig fil; %s" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Kilde rettet" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Fejl ved rettelse af kilde; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Kilde \"%s\" slettet." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Fejl ved sletning af kilde \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Kilde dannet" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Fejl ved dannelse af kilde; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Dan en ny kilde af typen: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Kilde tranformation redigeret" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Fejl ved kilde transformation; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Redigér transformation: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Kilde transformation slettet" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Fejl ved sletning af kilde transformation; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"Er du sikker på at du vil slette kilde transformation \"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Kilde transformation dannet" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Fejl ved dannelse af kilde transformation; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Dan ny transformation til kilde: %s" @@ -438,22 +533,21 @@ msgstr "Dan ny transformation til kilde: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Hvidliste Sortliste valideringsfejl." + #~ msgid "edit" #~ msgstr "edit" 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 7aa45113d3..87e40f52df 100644 --- a/mayan/apps/sources/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/de_CH/LC_MESSAGES/django.po @@ -1,96 +1,101 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +111,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +358,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +376,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +523,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 9c581b69a0..6952a33883 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,89 +16,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "Gibt eine Liste aller Arbeitsordner und deren Dateien zurück" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Komprimierte Dateien entpacken" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Ein komprimiertes Archiv hochladen, das einzelne Dokumente enthält" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Arbeitsdatei" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Datei" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Dokumentenquelle" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -114,148 +119,235 @@ msgstr "Niemals" msgid "Ask user" msgstr "Benutzer fragen" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Pfad auf dem Server" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Breite, die an den Konverter übergeben wird" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Höhe, die an den Konverter übergeben wird" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Sollen komprimierte Archive entpackt werden?" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Datei nach erfolgreichem Hochladen löschen." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Die Liste der Arbeitsdateien kann nicht ermittelt werden: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Aktueller Dokumententyp" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Sollen komprimierte Archive entpackt werden?" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Dokumentenquelle" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Quellen hochladen" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Quellen hochladen" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "Intervall für die Überprüfung des Überwachungsordners (in Sekunden)." -#: models.py:224 +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Geben Sie eine gültigen Wert an." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Python-Dictionaries für die Angabe von Parametern nutzen, Beispiel: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -279,10 +371,6 @@ msgstr "Dokumentenquellen bearbeiten" msgid "View existing document sources" msgstr "Existierende Dokumentenquellen anzeigen" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Whitelist Blacklist Überprüfungsfehler." - #: views.py:115 msgid "Here" msgstr "" @@ -294,149 +382,158 @@ msgstr "Quellen hochladen" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht aktiviert." +msgstr "" +"Es wurden keine interaktiven Dokumentenquellen definiert oder sie sind nicht " +"aktiviert." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu aktivieren." +msgstr "" +"Klicken Sie %(setup_link)s um Dokumentenquellen hinzuzufügen oder zu " +"aktivieren." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Unbehandelte Ausnahme: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Aktueller Dokumententyp" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Keiner" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Aktuelle Metadaten" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Arbeitsdatei erfolgreich gelöscht." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Arbeitsdatei konnte nicht gelöscht werden: %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Quelle erfolgreich bearbeitet" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Fehler beim Bearbeiten der Quelle: %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Quelle \"%s\" erfolgreich gelöscht." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Fehler beim Löschen der Quelle \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Quelle erfolgreich angelegt" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Fehler beim Anlegen der Quelle: %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Quelle des Typs %s erstellen" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Quellen-Transformation erfolgreich bearbeitet" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Fehler beim Bearbeiten der Quellen-Transformation: %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Transformation bearbeiten: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Quellen-Transformation erfolgreich gelöscht." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" -#: views.py:585 +#: views.py:560 #, 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?" +msgstr "" +"Sind Sie sicher, dass Sie die Quellen-Transformation \"%(transformation)s\" " +"löschen möchten?" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Quellen-Transformation erfolgreich erstellt" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Fehler beim Erstellen der Quellen-Transformation: %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Transformation für Quelle erstellen: %s" @@ -445,22 +542,21 @@ msgstr "Transformation für Quelle erstellen: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "Nächster Schritt" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Whitelist Blacklist Überprüfungsfehler." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/en/LC_MESSAGES/django.po b/mayan/apps/sources/locale/en/LC_MESSAGES/django.po index accdd10c23..12024439a6 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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,90 +18,92 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:52 +#: __init__.py:40 #, fuzzy msgid "Thumbnail" msgstr "thumbnail" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Expand compressed files" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Upload a compressed file's contained files as individual documents" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Staging file" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "File" -#: links.py:14 +#: links.py:16 #, fuzzy msgid "Upload new documents" msgstr "upload new version" -#: links.py:15 -#, fuzzy -msgid "Clone metadata" -msgstr "Current metadata" +#: links.py:17 +msgid "Clone" +msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 #, fuzzy msgid "Sources" msgstr "sources" -#: links.py:20 literals.py:29 models.py:196 +#: links.py:22 #, fuzzy -msgid "Web forms" -msgstr "web forms" +msgid "Add new webform source" +msgstr "add new source" -#: links.py:21 models.py:184 +#: links.py:23 #, fuzzy -msgid "Staging folders" -msgstr "staging folders" +msgid "Add new staging folders" +msgstr "server staging folders" -#: links.py:22 models.py:225 +#: links.py:24 #, fuzzy -msgid "Watch folders" -msgstr "watch folders" +msgid "Add new watch folders" +msgstr "server watch folders" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -#, fuzzy -msgid "Add new source" -msgstr "add new source" +msgid "Add new IMAP emails" +msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 #, fuzzy msgid "Transformations" msgstr "transformations" -#: links.py:29 +#: links.py:31 #, fuzzy msgid "Add transformation" msgstr "add transformation" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Document sources" -#: links.py:35 +#: links.py:37 #, fuzzy msgid "Upload new version" msgstr "upload new version" @@ -118,171 +120,259 @@ msgstr "Never" msgid "Ask user" msgstr "Ask user" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 #, fuzzy msgid "Web form" msgstr "web form" -#: literals.py:24 +#: literals.py:26 #, fuzzy msgid "Server staging folder" msgstr "server staging folder" -#: literals.py:25 +#: literals.py:27 #, fuzzy msgid "Server watch folder" msgstr "server watch folder" -#: literals.py:30 -#, fuzzy -msgid "Server staging folders" -msgstr "server staging folders" +#: literals.py:28 +msgid "POP3 email" +msgstr "" -#: literals.py:31 -#, fuzzy -msgid "Server watch folders" -msgstr "server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" +msgstr "" -#: models.py:37 +#: models.py:41 #, fuzzy msgid "Title" msgstr "title" -#: models.py:38 +#: models.py:42 #, fuzzy msgid "Enabled" msgstr "enabled" -#: models.py:39 -#, fuzzy -msgid "Whitelist" -msgstr "whitelist" - -#: models.py:40 -#, fuzzy -msgid "Blacklist" -msgstr "blacklist" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 #, fuzzy msgid "Source" msgstr "source" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 #, fuzzy msgid "Folder path" msgstr "folder path" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Server side filesystem path." -#: models.py:159 +#: models.py:150 #, fuzzy msgid "Preview width" msgstr "preview width" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Width value to be passed to the converter backend." -#: models.py:160 +#: models.py:151 #, fuzzy msgid "Preview height" msgstr "preview height" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Height value to be passed to the converter backend." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 #, fuzzy msgid "Uncompress" msgstr "uncompress" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Whether to expand or not compressed archives." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 #, fuzzy msgid "Delete after upload" msgstr "delete after upload" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Delete the file after is has been successfully uploaded." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Unable get list of staging files: %s" -#: models.py:183 +#: models.py:174 #, fuzzy msgid "Staging folder" msgstr "staging folder" -#: models.py:203 models.py:204 +#: models.py:175 +#, fuzzy +msgid "Staging folders" +msgstr "staging folders" + +#: models.py:187 +#, fuzzy +msgid "Web forms" +msgstr "web forms" + +#: models.py:194 models.py:195 #, fuzzy msgid "Out of process" msgstr "out of process" -#: models.py:214 +#: models.py:199 models.py:375 #, fuzzy msgid "Interval" msgstr "interval" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Current document type" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Whether to expand or not compressed archives." + +#: models.py:240 +#, fuzzy +msgid "Interval source" +msgstr "interval" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "interval" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "edit source: %s" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "edit source: %s" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 msgid "" "Inverval in seconds where the watch folder path is checked for new documents." msgstr "" "Inverval in seconds where the watch folder path is checked for new documents." -#: models.py:224 +#: models.py:378 #, fuzzy msgid "Watch folder" msgstr "watch folder" -#: models.py:229 +#: models.py:379 +#, fuzzy +msgid "Watch folders" +msgstr "watch folders" + +#: models.py:383 msgid "Enter a valid value." msgstr "Enter a valid value." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 #, fuzzy msgid "Order" msgstr "order" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 #, fuzzy msgid "Transformation" msgstr "transformation" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 #, fuzzy msgid "Arguments" msgstr "arguments" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dictionaries to indentify arguments, example: %s" -#: models.py:269 +#: models.py:423 #, fuzzy msgid "Document source transformation" msgstr "document source transformation" -#: models.py:270 +#: models.py:424 #, fuzzy msgid "Document source transformations" msgstr "document source transformations" @@ -307,10 +397,6 @@ msgstr "Edit document sources" msgid "View existing document sources" msgstr "View existing document sources" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Whitelist Blacklist validation error." - #: views.py:115 msgid "Here" msgstr "" @@ -330,144 +416,148 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "Click %(setup_link)s to add or enable some document sources." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 +#: views.py:228 #, fuzzy msgid "New document version queued for uploaded and will be available shortly." msgstr "New document version uploaded successfully." -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Unhandled exception: %s" -#: views.py:240 +#: views.py:244 #, fuzzy, python-format msgid "Upload a new version from source: %s" msgstr "upload a new version from source: %s" -#: views.py:242 +#: views.py:246 #, fuzzy, python-format msgid "Upload a local document from source: %s" msgstr "upload a local document from source: %s" -#: views.py:270 +#: views.py:274 #, fuzzy msgid "Files in staging path" msgstr "files in staging path" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Current document type" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "None" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Current metadata" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Staging file delete successfully." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Staging file delete error; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Source edited successfully" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Error editing source; %s" -#: views.py:414 +#: views.py:411 #, fuzzy, python-format msgid "Edit source: %s" msgstr "edit source: %s" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Source \"%s\" deleted successfully." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Error deleting source \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Source created successfully" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Error creating source; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Create new source of type: %s" -#: views.py:509 +#: views.py:485 #, fuzzy, python-format msgid "Transformations for: %s" msgstr "transformations for: %s" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Source transformation edited successfully" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Error editing source transformation; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Edit transformation: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Source transformation deleted successfully." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Error deleting source transformation; %(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Source transformation created successfully" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Error creating source transformation; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Create new transformation for source: %s" @@ -477,22 +567,33 @@ msgstr "Create new transformation for source: %s" msgid "Staging file page image" msgstr "Staging file" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#, fuzzy +#~ msgid "Clone metadata" +#~ msgstr "Current metadata" + +#, fuzzy +#~ msgid "Whitelist" +#~ msgstr "whitelist" + +#, fuzzy +#~ msgid "Blacklist" +#~ msgstr "blacklist" + +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Whitelist Blacklist validation error." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/es/LC_MESSAGES/django.po b/mayan/apps/sources/locale/es/LC_MESSAGES/django.po index 3e5914d7c4..cad8e91b7e 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 @@ -10,89 +10,97 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." -msgstr "Devuelve la lista de todas las carpetas provisionales y de los ficheros que contienen." +msgstr "" +"Devuelve la lista de todas las carpetas provisionales y de los ficheros que " +"contienen." -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Expandir archivos comprimidos" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Archivo provisional" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Archivo" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Fuentes de documentos" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +116,237 @@ msgstr "Nunca" msgid "Ask user" msgstr "Preguntar al usuario" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Ruta a los archivos en el servidor." -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Valor de la anchura que se pasa al backend convertidor." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Valor de la altura que se pasa al backend convertidor." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "La posibilidad de ampliar o no archivos comprimidos." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Eliminar el archivo después de que se haya cargado correctamente." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "No es posible obtener la lista de los archivos provisionales: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervalo en segundos, donde se comprueba la ruta de la carpeta para detectar nuevos documentos." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Tipo de documento actual" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "La posibilidad de ampliar o no archivos comprimidos." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Fuentes de documentos" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Fuentes desde las que subir archivos" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Fuentes desde las que subir archivos" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervalo en segundos, donde se comprueba la ruta de la carpeta para " +"detectar nuevos documentos." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilizar diccionarios para identificar argumentos, por ejemplo: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +370,6 @@ msgstr "Editar fuentes de documentos" msgid "View existing document sources" msgstr "Ver fuentes de documento existentes" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Error de validación de Lista Negra Lista Blanca" - #: views.py:115 msgid "Here" msgstr "" @@ -288,149 +381,158 @@ msgstr "Fuentes desde las que subir archivos" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "No hay fuentes de documentos interactivos definidos o ninguna de ellas ha sido activada." +msgstr "" +"No hay fuentes de documentos interactivos definidos o ninguna de ellas ha " +"sido activada." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de documentos." +msgstr "" +"Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de " +"documentos." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Excepción sin manejar: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Tipo de documento actual" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Ninguno" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metadatos actuales" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Archivo provisional borrado con éxito." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Error al borrar archivo provisional; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Fuente editada con éxito" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Error editando fuente; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Fuente \"%s\" borrada con éxito." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Error borrando fuente \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "¿Está seguro que desea eliminar la fuente: %s?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Fuente creada con éxito" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Error creando fuente; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Crear nuevo tipo de fuente: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformación de la fuente editada con éxito" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Error al editar la transformación de la fuente; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformación: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformación de la fuente borrada con éxito." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Error borrando la transformación de la fuente; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"¿Está seguro que desea eliminar la transformación de la fuente " +"\"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformación de la fuente creado con éxito" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Error al crear la transformación de la fuente; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Crear una nueva transformación para la fuente: %s" @@ -439,22 +541,21 @@ msgstr "Crear una nueva transformación para la fuente: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "Siguiente paso" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Error de validación de Lista Negra Lista Blanca" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fa/LC_MESSAGES/django.po index 17d673a450..a85958e86c 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 @@ -10,89 +10,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "بازگرداندن لیستی از پرونده های مرحله ای و پرونده های درون آن." -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "بازگشایی فایلهای فشرده" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "آپلود فایل فشرده شامل فایل اصلی سند." -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "پرونده مرحله ای" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "پرونده" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "سورسهای سند" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +113,235 @@ msgstr "هرگز" msgid "Ask user" msgstr "پرسیدن از کاربر" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "محل قرارگیری برروی سیستم فایل سمت سرور" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "مقداری که به مبدل جهت عرض ارسال خواهد شد." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "مقداری که به مبدل جهت ارتفاع ارسال خواهد شد." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "گسترش و یا آرشیوهای غیر فشرده" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "حدف فایل پس از آپلود موفق آن." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "قادر به گرفتن لیست فایلهای مرحله ای نیست. %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "نوع سند فعلی" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "گسترش و یا آرشیوهای غیر فشرده" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "سورسهای سند" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "آپلود سورس" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "آپلود سورس" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "فاصله زمانی به ثانیه جهت برسی پرونده برای دریافت سند جدید" -#: models.py:224 +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "یک مقدار معتبر وارد کنید." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "استفاده از لغت نامه جهت تشخیص، بعنوان مثال : %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +365,6 @@ msgstr "ویرایش سورس سند" msgid "View existing document sources" msgstr "دیدن سورس اسناد موجود" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "خطای اعتبار سنجی لیست سیاه و سفید" - #: views.py:115 msgid "Here" msgstr "" @@ -295,142 +383,145 @@ msgstr "هیج سندی با سورس محاوره ای تعریف ویا فعا msgid "Click %(setup_link)s to add or enable some document sources." msgstr "جهت اضافه و یا فعال کردن سورس سند برروی %(setup_link)s کلیک کنید." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "خطای گرفته نشده: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "نوع سند فعلی" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "هیچ" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "متادیتا فعلی" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "حذف موفق فایل مرحله ای." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "خطای %s در حذف فایل مرحله ای." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "ویرایش موفق سورس" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "خطا %s در ویرایش سورس." -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "حذف موفق سورس: %s" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "خطای حذف سورس \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "آیا از حذف سورس %s مطمئن هستید؟" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "سورس با موفقیت ایجاد شد." -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "خطای ایجاد سورس: %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "ایجاد سورس جدید از نوع %s." -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "تبدیلات سورس با موفقیت اجام شد." -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "خطا در ویرایش تبدیلات سورس: %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "ویرایش تبدیلات: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "تبدیلات سورس با موفقیت حذف شد." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "خطا در حذف تبدیلات سورس: %(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "آیا از حذف تبدیلات \"%(transformation)s\" مطمئن هستید؟" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "سورس تبدیلات با موفقیت انجام شد." -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "خطای ایجاد تبدیلات سورس. %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "ایجاد تبدیلات جدیدبرای سورس: %s" @@ -439,22 +530,21 @@ msgstr "ایجاد تبدیلات جدیدبرای سورس: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "مرحله بعدی" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "خطای اعتبار سنجی لیست سیاه و سفید" + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po b/mayan/apps/sources/locale/fr/LC_MESSAGES/django.po index ba4a00f8c7..1ecf26d94c 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 @@ -10,89 +10,98 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." -msgstr "Retourne la liste de toute l'organisation des dossiers et des fichiers qu'ils contiennent." +msgstr "" +"Retourne la liste de toute l'organisation des dossiers et des fichiers " +"qu'ils contiennent." -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Décompresser les fichiers" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "fichier en cours de modification" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Fichier" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Sources du document" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +117,237 @@ msgstr "Jamais" msgid "Ask user" msgstr "Demander à l'utilisateur" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "chemin de répertoire système sur le serveur." -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Valeur de largeur à passer au convertisseur en arrière plan" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Valeur de hauteur à passer au convertisseur en arrière plan." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Indique s'il faut ou non décompresser les fichiers d'archive." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "supprimer le fichier après importation avec succès." -#: models.py:180 +#: models.py:171 #, 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:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Intervalle en secondes entre deux vérifications du répertoire sous surveillance pour détecter l'ajout de nouveaux documents" +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Type du document en cours" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Indique s'il faut ou non décompresser les fichiers d'archive." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Sources du document" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Importer les sources" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Importer les sources" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Intervalle en secondes entre deux vérifications du répertoire sous " +"surveillance pour détecter l'ajout de nouveaux documents" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Saisissez une valeur valide." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utiliser des dictionnaires afin d'identifier les arguments, exemple:%s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +371,6 @@ msgstr "Modifier les sources du document" msgid "View existing document sources" msgstr "Afficher les sources du document en cours" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Erreur de validation liste blanche et/ou liste noire" - #: views.py:115 msgid "Here" msgstr "" @@ -293,144 +387,151 @@ msgstr "Aucune source de document interactifs n'a été définie ou/ni activée" #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Cliquez %(setup_link)s pour ajouter ou activer des sources de documents. " +msgstr "" +"Cliquez %(setup_link)s pour ajouter ou activer des sources de documents. " -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Exception non gérée:%s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Type du document en cours" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Aucun" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Métadonnées actuelles" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Fichier en cours de modification supprimé avec succès" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Erreur de suppression du fichier en cours de modificiation;%s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Source modifiée avec succès" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Erreur lors de la modification de la source;%s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Source \"%s\" supprimée avec succès" -#: views.py:447 +#: views.py:433 #, 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:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Source créée avec succès" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Erreur lors de la création de la source;%s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Créer une nouvelle source de type:%s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformation de source effectuée avec succès" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Erreur lors de la modification de la transformation de source;%s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Modifier la transformation:%s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformation de source supprimée avec succès." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "Erreur lors de la suppression de la transformation de source; %(error)s" +msgstr "" +"Erreur lors de la suppression de la transformation de source; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"Êtes vous certain de vouloir supprimer la transformation de source " +"\"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformation de source crée avec succès" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Erreur lors de la création de la transformation de source;%s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Créer une nouvelle transformation pour la source:%s" @@ -439,22 +540,21 @@ msgstr "Créer une nouvelle transformation pour la source:%s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "Prochaine étape" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Erreur de validation liste blanche et/ou liste noire" + #~ msgid "edit" #~ msgstr "edit" 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 4f7700bfdf..7ee67c7de2 100644 --- a/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/hr_HR/LC_MESSAGES/django.po @@ -1,96 +1,102 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +112,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +359,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +377,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +524,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po b/mayan/apps/sources/locale/hu/LC_MESSAGES/django.po index 9b5ed2b856..ce10cb50ae 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,89 +9,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Tömörített fájlok kibontása" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Átmeneti fájl" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Dokumentum források" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +112,233 @@ msgstr "Sohasem" msgid "Ask user" msgstr "Kérdezd meg a felhasználót" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Dokumentum források" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Dokumentum források" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Dokumentum források" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +362,6 @@ msgstr "Dokumentum források szerkesztése" msgid "View existing document sources" msgstr "Létező dokumentum források megtekintése" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -294,142 +380,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -438,19 +527,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/id/LC_MESSAGES/django.po b/mayan/apps/sources/locale/id/LC_MESSAGES/django.po index 214154086e..ea6673d4c9 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,89 +9,96 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Kembangkan berkas-berkas terkompresi" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Sumber-sumber dokumen" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +114,235 @@ msgstr "Tidak pernah" msgid "Ask user" msgstr "Tanya pengguna" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Apakah mengembangkan atau tidak mengkompresi arsip-arsip." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Hapus berkas setelah berhasil di unggah." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Sumber-sumber dokumen" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Apakah mengembangkan atau tidak mengkompresi arsip-arsip." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Sumber-sumber dokumen" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Sumber-sumber unggah" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Sumber-sumber unggah" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Masukkan nilai yang sesuai" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Pergunakan kamus untuk mengidentifikasi argumen, misalnya: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +366,6 @@ msgstr "Sunting sumber-sumber dokumen" msgid "View existing document sources" msgstr "Lihat sumber-sumber dokumen yang telah ada" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -287,149 +377,156 @@ msgstr "Sumber-sumber unggah" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Tidak ada sumber-sumber dokumen interaktif yang telah ditentukan atau tidak ada yang telah diaktifkan." +msgstr "" +"Tidak ada sumber-sumber dokumen interaktif yang telah ditentukan atau tidak " +"ada yang telah diaktifkan." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Klik %(setup_link)s untuk menambah atau mengaktifkan sumber-sumber dokumen." +msgstr "" +"Klik %(setup_link)s untuk menambah atau mengaktifkan sumber-sumber dokumen." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metadata saat ini" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Sumber berhasil disunting" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Masalah dalam menyunting sumber; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Sumber \"%s\" berhasil dihapus." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Masalah dalam menghapus sumber \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Apakah anda yakin untuk menghapus sumber: %s?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Sumber berhasil dibuat" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Masalah dalam membuat sumber; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Membuat sumber baru dengan jenis: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformasi sumber berhasil disunting" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Masalah dalam menyunting transformasi sumber; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Sunting transformasi: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformasi sumber berhasil dihapus." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Masalah dalam menghapus transformasi sumber; %(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Apakah anda yakin untuk menghapus transformasi sumber \"%(transformation)s\"" +msgstr "" +"Apakah anda yakin untuk menghapus transformasi sumber \"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformasi sumber berhasil dibuat" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -438,19 +535,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/it/LC_MESSAGES/django.po b/mayan/apps/sources/locale/it/LC_MESSAGES/django.po index 0c7f7a17a5..16d7b98a78 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,89 +11,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Espandi" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Pubblicare un file compresso contenente singoli documenti" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Mostra file" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "File" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Sorgente del documento" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -109,148 +114,239 @@ msgstr "Mai" msgid "Ask user" msgstr "Chiedi all'utente" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Path del server di filesystem" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." -msgstr "valore della larghezza da passare per le operazioni di conversione in backend" +msgstr "" +"valore della larghezza da passare per le operazioni di conversione in backend" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." -msgstr "valore dell'altezza da passare per le operazioni di conversione in backend" +msgstr "" +"valore dell'altezza da passare per le operazioni di conversione in backend" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Se espandere o meno degli archivi compressi." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Cancella il file dopo essere stato caricato" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Impossibile ottenere lista dei file di gestione temporanea: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervallo di pochi secondi in cui viene controllato il percorso cartella di controllo per i nuovi documenti." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Tipo di documento corrente" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Se espandere o meno degli archivi compressi." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Sorgente del documento" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Sorgenti caricamento" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Sorgenti caricamento" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervallo di pochi secondi in cui viene controllato il percorso cartella di " +"controllo per i nuovi documenti." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Usa dei dizionari per identificare gli argomenti , esempio: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -274,10 +370,6 @@ msgstr "Modifica sorgenti dei documenti" msgid "View existing document sources" msgstr "Visualizza sorgenti documento esistente" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Errori di validazione nelle Whitelist e Blacklist." - #: views.py:115 msgid "Here" msgstr "" @@ -289,149 +381,158 @@ msgstr "Sorgenti caricamento" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nessuna fonte interattiva dei documenti sono state definite o non ne sono state attivate." +msgstr "" +"Nessuna fonte interattiva dei documenti sono state definite o non ne sono " +"state attivate." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." +msgstr "" +"Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Eccezione non gestita: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Tipo di documento corrente" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Nessuno" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metadati correnti" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "File in allestimento cancellato con successo." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Errore nella cancellazione del file in allestimento;%s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Sorgente modificata con successo" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Errore nella modifica del sorgente;%s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Sorgente \"%s\" cancellata con successo." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Errore nella cancellazione della sorgente \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Sei sicuro di voler cancellare la sorgente: %s?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Sorgente creata con successo" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Errore nella creazione della sorgente;%s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Crea nuovo tipo di sorgente:%s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Sorgente per la trasformazione modificata con successo" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Errore nella modifica della sorgente per la trasformazione;%s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Modifica trasformazione:%s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Sorgente per la trasformazione cancellata con successo." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" +msgstr "" +"Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"Sei sicuro di voler cancellare la sorgente di trasformazione " +"\"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Sorgente di trasformazione creata con successo" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Errore nella creazione della sorgente di trasformazione; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Crea una nuova sorgente per la trasformazione:%s" @@ -440,22 +541,21 @@ msgstr "Crea una nuova sorgente per la trasformazione:%s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Errori di validazione nelle Whitelist e Blacklist." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po index 54e59c5972..b91163331d 100644 --- a/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/lv/LC_MESSAGES/django.po @@ -1,96 +1,102 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +112,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +359,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +377,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +524,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po b/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po index b3671a313c..21db10ee44 100644 --- a/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/nb/LC_MESSAGES/django.po @@ -1,96 +1,101 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +111,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +358,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +376,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +523,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 9036b7f2db..9f8fa03e3b 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,89 +9,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Uitpakken gecomprimeerde bestanden" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Tijdelijk bestand" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Bestand" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Documentbronnen" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +113,239 @@ msgstr "Nooit" msgid "Ask user" msgstr "Vraag gebruiker" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "pad naar filesysteem server" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Breedte waarde die moet worden doorgegeven aan de converter backend." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Hoogte waarde die moet worden doorgegeven aan de converter backend." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Keuze om te expanderen of uitpakken van archief. (TODO: review this)" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Verwijder het bestand nadat de 'upload' succesvol is voltooid." -#: models.py:180 +#: models.py:171 #, 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:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Controle periode (in seconden) waarop in het controle pad wordt gecontroleerd op nieuwe documenten." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Huidige documentsoort" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Keuze om te expanderen of uitpakken van archief. (TODO: review this)" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Documentbronnen" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "'Upload' bronnen" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "'Upload' bronnen" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Controle periode (in seconden) waarop in het controle pad wordt " +"gecontroleerd op nieuwe documenten." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Voer een valide waarde in." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Gebruik woordenboeken om argumenten te identificeren. Bijvoorbeeld: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +369,6 @@ msgstr "Bewerk documentbronnen" msgid "View existing document sources" msgstr "Bekijk bestaande documentbronnen" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "'Whitelist', 'Blacklist' validatie fout." - #: views.py:115 msgid "Here" msgstr "" @@ -292,144 +385,152 @@ msgstr "Er zijn geen documentbronnen gedefinieerd of ingeschakeld." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Selecteer %(setup_link)s om documentbronnen toe te voegen of in te schakelen." +msgstr "" +"Selecteer %(setup_link)s om documentbronnen toe te voegen of in te schakelen." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Unhandled exception: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Huidige documentsoort" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Niets" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Huidige 'metadata'" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Tijdelijk bestand succesvol verwijderd." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Fout bij het verwijderen van tijdelijk bestand. Foutmelding: %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Documentbron succesvol bewerkt" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Fout bij bewerken van documentbron. Foutmelding: %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Documentbron \"%s\" succesvol verwijderd." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" -msgstr "Fout bij verwijderen documentbron \"%(source)s\". Foutmelding: %(error)s" +msgstr "" +"Fout bij verwijderen documentbron \"%(source)s\". Foutmelding: %(error)s" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Documentbron succesvol aangemaakt" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Fout bij het aanmaken van documentbron. Foutmelding: %s." -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Aanmaken van nieuw documentbron van type: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Documentbron transformatie succesvol bewerkt." -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Fout bij het bewerken van documentbron transformatie. Foutmelding: %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Bewerk transformatie: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Documentbron transformatie succesvol verwijderd." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" -msgstr "Fout bij verwijderen van documentbron transformatie. Foutmelding: %(error)s" +msgstr "" +"Fout bij verwijderen van documentbron transformatie. Foutmelding: %(error)s" -#: views.py:585 +#: views.py:560 #, 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." +msgstr "" +"Bent u er zeker van dat u de documentbron transformatie: , " +"\"%(transformation)s\" wenst te verwijderen." -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Documentbron transformatie succesvol aangemaakt." -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Fout bij het aanmaken van document transformatie: %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" @@ -438,22 +539,21 @@ msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "'Whitelist', 'Blacklist' validatie fout." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pl/LC_MESSAGES/django.po index 9f9c1dc56a..c3a058838f 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,89 +10,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Plik" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +114,230 @@ msgstr "Nigdy" msgid "Ask user" msgstr "Pytaj użytkownika" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Wprowadź poprawną wartość." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +361,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -295,142 +379,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Brak" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Źródło \"%s\" zostało usunięte." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Źródło pomyślnie utworzone" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Błąd podczas tworzenia źródła;%s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Utwórz nowe typ źródło:%s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -439,19 +526,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po b/mayan/apps/sources/locale/pt/LC_MESSAGES/django.po index a5fae267e0..b61bff857d 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,89 +10,96 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Expandir ficheiros compactados" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Ficheiro de preparação" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Ficheiro" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Fontes de documentos" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +115,237 @@ msgstr "Nunca" msgid "Ask user" msgstr "Perguntar ao utilizador" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Valor da altura a ser passado ao conversor." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Se os ficheiros comprimidos devem ser descomprimidos ou não." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o ficheiro depois de ter sido enviado com sucesso." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Incapaz de obter a lista dos ficheiros em preparação: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervalo em segundos entre verificações de novos documentos na pasta vigiada." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Tipo de documento atual" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Se os ficheiros comprimidos devem ser descomprimidos ou não." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Fontes de documentos" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Fontes de envio" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Fontes de envio" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervalo em segundos entre verificações de novos documentos na pasta " +"vigiada." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Introduza um valor válido." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +369,6 @@ msgstr "Editar fontes de documentos" msgid "View existing document sources" msgstr "Ver fontes de documentos existentes" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Erro de validação da Lista Negra / Lista Branca." - #: views.py:115 msgid "Here" msgstr "" @@ -288,149 +380,158 @@ msgstr "Fontes de envio" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi ativada." +msgstr "" +"Nenhuma fonte interativa de documentos foi definida ou nenhuma delas foi " +"ativada." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Clique %(setup_link)s para adicionar ou habilitar algumas fontes de documentos." +msgstr "" +"Clique %(setup_link)s para adicionar ou habilitar algumas fontes de " +"documentos." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Exceção não prevista: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Tipo de documento atual" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Nenhum" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metadados atuais" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Ficheiro em preparação eliminado com sucesso." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Erro ao eliminar ficheiro em preparação; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Fonte editada com sucesso" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Erro ao editar fonte; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Fonte \"%s\" removida com sucesso." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Erro ao excluir fonte \"%(source)s\": %(error)s " -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Fonte criada com sucesso" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Erro ao criar fonte; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformação da fonte editada com sucesso" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Erro ao editar a transformação da fonte; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformação: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformação da fonte excluída com sucesso." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Erro ao excluir transformação da fonte; %(error)s " -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"Tem a certeza de que deseja excluir a transformação da fonte " +"\"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformação da fonte criada com sucesso" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Erro ao criar a transformação de fonte; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Criar nova transformação de fonte: %s" @@ -439,22 +540,21 @@ msgstr "Criar nova transformação de fonte: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Erro de validação da Lista Negra / Lista Branca." + #~ msgid "edit" #~ msgstr "edit" 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 52b2a9701e..802373fbf5 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 @@ -9,89 +9,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Expandir arquivos compactados" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Preparação de arquivo" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Fontes de documentos" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +113,237 @@ msgstr "Nunca" msgid "Ask user" msgstr "Pergunte ao usuário" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Valor de altura para ser passado para o backend conversor." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Se expandir ou não arquivos compactados." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Unable get list of staging files: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Invervalo em segundos, onde o caminho da pasta assistida está marcada para novos documentos." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Fontes de documentos" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Se expandir ou não arquivos compactados." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Fontes de documentos" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Carregar fontes" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Carregar fontes" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Invervalo em segundos, onde o caminho da pasta assistida está marcada para " +"novos documentos." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +367,6 @@ msgstr "Editar fontes de documentos" msgid "View existing document sources" msgstr "Ver fontes de documentos existentes" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Erro de validação da Lista Negra e da Lista Branca" - #: views.py:115 msgid "Here" msgstr "" @@ -287,149 +378,158 @@ msgstr "Carregar fontes" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi ativada." +msgstr "" +"Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi " +"ativada." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Clique %(setup_link)s para adicionar ou permitir algumas fontes de documentos." +msgstr "" +"Clique %(setup_link)s para adicionar ou permitir algumas fontes de " +"documentos." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metadados atuais" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Staging file delete successfully." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Staging file delete error; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Fonte editada com sucesso" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Erro ao editar fonte; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Fonte \"%s\" removida com sucesso." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Fonte criada com sucesso" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Erro ao criar fonte; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformação de fonte alterado com sucesso" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Erro ao editar transformação de fonte; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformação: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformação de fonte excluída com sucesso." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Erro ao deletar transformação de fonte; %(error)s " -#: views.py:585 +#: views.py:560 #, 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 \"" +msgstr "" +"Tem certeza de que deseja deletar a transformação de fonte \" " +"%(transformation)s \"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformação de fonte criada com sucesso" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Erro ao criar a transformação de fonte; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Criar nova transformação de fonte: %s" @@ -438,22 +538,21 @@ msgstr "Criar nova transformação de fonte: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Erro de validação da Lista Negra e da Lista Branca" + #~ msgid "edit" #~ msgstr "edit" 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 00a8051f9e..25b7bfe7ce 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,89 +10,97 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Dezarhivare fișiere comprimate" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "Structura fisier" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Fișier" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Sursa documentului" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +116,237 @@ msgstr "niciodată" msgid "Ask user" msgstr "Întreabă utilizatorul" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Cale de fișiere server." -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Valoarea lățime trecuta convertorului." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Valoare de înălțime trecuta convertorului." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Dacă se extinde sau nu se arhivează." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 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:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Imposibil obține lista de fișiere de așteptare:% s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Inverval în secunde pentru cazul în care folderul de veghe este verificat pentru documente noi." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Tip curent de document" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Dacă se extinde sau nu se arhivează." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Sursa documentului" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Încărcați surse" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Încărcați surse" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Inverval în secunde pentru cazul în care folderul de veghe este verificat " +"pentru documente noi." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Introduceți o valoare validă." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilizarea dicționarelor de a identifica argumente, de exemplu:% s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +370,6 @@ msgstr "Editare de documente din surse" msgid "View existing document sources" msgstr "Vezi sursele existente de documente" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Lista neagră lista albă eroare de validare." - #: views.py:115 msgid "Here" msgstr "" @@ -288,149 +381,157 @@ msgstr "Încărcați surse" #: views.py:122 msgid "" "No interactive document sources have been defined or none have been enabled." -msgstr "Nu există surse interactive de documente care au fost definite sau nu au fost activate." +msgstr "" +"Nu există surse interactive de documente care au fost definite sau nu au " +"fost activate." #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Faceți clic pe %(setup_link)s pentru a adăuga sau pentru a permite acseul la surse." +msgstr "" +"Faceți clic pe %(setup_link)s pentru a adăuga sau pentru a permite acseul la " +"surse." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Excepție netratată:% s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Tip curent de document" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Nici unul" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Metatdate curente" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Schema fișier ștearsă cu succes." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Schema fișier erarare la ștergere; %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Sursa editat cu succes" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Eroare editare sursă ; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Sursa \"%s\" a fost șters cu succes." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Eroare la ștergerea sursa \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, 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:486 +#: views.py:463 msgid "Source created successfully" msgstr "Sursa creat cu succes" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Eroare la crearea sursă;% s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Creați o nouă sursă de tipul:% s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Transformarea sursa editată cu succes" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Eroare editare sursă de transformare;% s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Editare transformare:% s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Transformarea sursa ștersă cu succes." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Eroare la ștergerea transformare sursă; %(error)s" -#: views.py:585 +#: views.py:560 #, 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\"" +msgstr "" +"Sunteți sigur că doriți să ștergeți transformare sursa \"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Transformarea sursă creat cu succes" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Eroare la crearea de transformare sursă;% s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Creați transformare nou pentru sursa:% s" @@ -439,22 +540,21 @@ msgstr "Creați transformare nou pentru sursa:% s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Lista neagră lista albă eroare de validare." + #~ msgid "edit" #~ msgstr "edit" diff --git a/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po b/mayan/apps/sources/locale/ru/LC_MESSAGES/django.po index 098516555b..d106106214 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,89 +9,95 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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=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:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Извлекать из архивов?" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "Загрузить файлы, содержащиеся в архиве в качестве отдельных документов" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "Промежуточный файл" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "Файл" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Источники документов" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +113,236 @@ msgstr "Никогда" msgid "Ask user" msgstr "Спросить пользователя" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "Путь на сервере" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "Ширина после обработки." -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "Высота после обработки." -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "Независимо от того распакованы или нет архивы." -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "Удалить файл после загрузки." -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "Не удалось получить список промежуточных файлов: %s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." -msgstr "Интервал в секундах, между проверками папки на появление новых документов." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Текущий тип документа" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "Независимо от того распакованы или нет архивы." + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Источники документов" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "Загрузить источники" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Загрузить источники" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" +"Интервал в секундах, между проверками папки на появление новых документов." + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Использование словарей для определения аргументов, например: %s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +366,6 @@ msgstr "Редактировать источник документов" msgid "View existing document sources" msgstr "Просмотр существующих источников документов" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "Ошибка проверки белого или черного списков." - #: views.py:115 msgid "Here" msgstr "" @@ -292,144 +382,150 @@ msgstr "Интерактивные источники документов не #: views.py:123 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ источников." +msgstr "" +"Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ " +"источников." -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Необработанное исключение %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Текущий тип документа" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Нет" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "Действующие метаданные" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "Транспортный файл удалён." -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "Ошибка удаления транспортного файла %s." -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "Источник успешно изменен" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "Ошибка редактирования источника; %s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Источник \"%s\"удален." -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Ошибка при удалении источника \"%(source)s\": %(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Вы действительно хотите удалить источник: %s?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "Источник создан" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "Ошибка создания источника; %s" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "Создать новый источник типа: %s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Преобразование источника изменено" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Ошибка редактирования преобразования источника; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Изменить преобразование: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Преобразование источника удалено." -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Ошибка при удалении преобразования источника; %(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" +msgstr "" +"Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Преобразование источника создано" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Ошибка создания преобразования источника; %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Создать новое преобразование для источника: %s" @@ -438,22 +534,21 @@ msgstr "Создать новое преобразование для источ msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "Ошибка проверки белого или черного списков." + #~ msgid "edit" #~ msgstr "edit" 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 62e720c134..ccdb4c990a 100644 --- a/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sl_SI/LC_MESSAGES/django.po @@ -1,96 +1,102 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +112,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +359,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +377,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +524,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po b/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po index a7ae6579d0..9f6a893bb1 100644 --- a/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/sq/LC_MESSAGES/django.po @@ -1,96 +1,101 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +111,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +358,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +376,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +523,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 6063aae742..85a62614af 100644 --- a/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/tr_TR/LC_MESSAGES/django.po @@ -1,96 +1,101 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +111,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +358,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +376,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +523,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 fb079969ad..72e6f89f72 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,89 +9,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "Giải nén" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 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:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "File" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "Các nguồn tài liệu" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -107,148 +112,233 @@ msgstr "Không bao giờ" msgid "Ask user" msgstr "Hỏi người dùng" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "đường dẫn hệ thống phía Server" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "Kiểu tài liệu hiện tại" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "Các nguồn tài liệu" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "Các nguồn tài liệu" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -272,10 +362,6 @@ msgstr "Sửa các nguồn tài liệu" msgid "View existing document sources" msgstr "Xem các nguồn tài liệu đang tồn tại" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -294,142 +380,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "Ngoại lệ: %s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "Kiểu tài liệu hiện tại" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "Không có gì" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "Chuyển đổi nguồn được sửa thành công" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "Lỗi sửa chuyển đổi nguồn; %s" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "Sửa chuyển đổi: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "Chuyển đổi nguồn xóa thành công" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Lỗi xóa chuyển đổi nguồn: %(error)s" -#: views.py:585 +#: views.py:560 #, 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:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "Chuyển đổi nguồn được tạo thành công" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "Lỗi tạo chuyển đổi nguồn: %s" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "Tạo chuyển đổi nguồn mới: %s" @@ -438,19 +527,15 @@ msgstr "Tạo chuyển đổi nguồn mới: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" 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 93fb984d2c..0d520e7403 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,89 +10,94 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "返回所有暂存目录及其文件的列表" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "展开压缩文件" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "上传一个压缩文件的包含文件作为单个文档" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "临时文件" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "文件" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "文档数据源" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -108,148 +113,235 @@ msgstr "从不" msgid "Ask user" msgstr "询问用户" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "服务器端文件路径" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "宽度的值用于后台转换。" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "高度的值用于后台转换" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "是否要展开或者解压缩归档文件" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "在上传成功后,删除此文件。" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "未能获取暂存文件列表:%s" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." +msgstr "" + +#: models.py:200 +#, fuzzy +msgid "Document type" +msgstr "当前文档类型" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +#, fuzzy +msgid "Whether to expand or not, compressed archives." +msgstr "是否要展开或者解压缩归档文件" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +#, fuzzy +msgid "Interval sources" +msgstr "文档数据源" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +#, fuzzy +msgid "Email source" +msgstr "上传数据源" + +#: models.py:278 +#, fuzzy +msgid "Email sources" +msgstr "上传数据源" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." msgstr "关注文件夹用来检查新文档的间隔秒数" -#: models.py:224 +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "输入有效值" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "使用字典来标识参数,比如:%s" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -273,10 +365,6 @@ msgstr "编辑文档数据源" msgid "View existing document sources" msgstr "查看存在数据源" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "黑白名单校验出错。" - #: views.py:115 msgid "Here" msgstr "" @@ -295,142 +383,145 @@ msgstr "无可交互的文档数据源或者数据源都无效。" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "点击%(setup_link)s新增或者激活文档数据源。" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "未知异常:%s" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "当前文档类型" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "无" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "当前元数据" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "暂存文件删除成功。" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "暂存文件删除出错:%s" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "数据源编辑成功" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "编辑数据源出错:%s" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "数据源\"%s\"删除成功。" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "删除数据源:\"%(source)s\"出错,%(error)s" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "确定要删除数据源:%s么?" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "数据源创建成功" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "创建数据源:%s出错" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "新建数据源类型:%s" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "数据源变换编辑成功" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "编辑数据源变换%s出错" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "编辑变换: %s" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "数据源变换删除成功" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "删除数据源变换失败:%(error)s" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "确定要删除数据源变换\"%(transformation)s\"" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "数据源变换创建成功" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "创建数据源变换 %s失败" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "新建数据源变换: %s" @@ -439,22 +530,21 @@ msgstr "新建数据源变换: %s" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "下一步" +#~ msgid "Whitelist Blacklist validation error." +#~ msgstr "黑白名单校验出错。" + #~ msgid "edit" #~ msgstr "edit" 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 46a82f6957..bb5d091cd2 100644 --- a/mayan/apps/sources/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/sources/locale/zh_TW/LC_MESSAGES/django.po @@ -1,96 +1,101 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:52 +#: __init__.py:40 msgid "Thumbnail" msgstr "" -#: __init__.py:64 +#: __init__.py:52 msgid "Returns a list of all the staging folders and the files they contain." msgstr "" -#: forms.py:38 forms.py:63 +#: forms.py:37 forms.py:62 msgid "Expand compressed files" msgstr "" -#: forms.py:39 forms.py:64 +#: forms.py:38 forms.py:63 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:47 +#: forms.py:46 msgid "Staging file" msgstr "" -#: forms.py:54 +#: forms.py:53 msgid "File" msgstr "" -#: links.py:14 +#: links.py:16 msgid "Upload new documents" msgstr "" -#: links.py:15 -msgid "Clone metadata" +#: links.py:17 +msgid "Clone" msgstr "" -#: links.py:17 links.py:25 links.py:31 +#: links.py:19 links.py:27 links.py:33 msgid "Delete" msgstr "" -#: links.py:19 models.py:145 +#: links.py:21 models.py:136 views.py:375 msgid "Sources" msgstr "" -#: links.py:20 literals.py:29 models.py:196 -msgid "Web forms" +#: links.py:22 +msgid "Add new webform source" msgstr "" -#: links.py:21 models.py:184 -msgid "Staging folders" +#: links.py:23 +msgid "Add new staging folders" msgstr "" -#: links.py:22 models.py:225 -msgid "Watch folders" +#: links.py:24 +msgid "Add new watch folders" msgstr "" -#: links.py:24 links.py:30 -msgid "Edit" +#: links.py:25 +msgid "Add new POP3 emails" msgstr "" #: links.py:26 -msgid "Add new source" +msgid "Add new IMAP emails" msgstr "" -#: links.py:28 +#: links.py:28 links.py:32 +msgid "Edit" +msgstr "" + +#: links.py:30 msgid "Transformations" msgstr "" -#: links.py:29 +#: links.py:31 msgid "Add transformation" msgstr "" -#: links.py:33 +#: links.py:35 msgid "Document sources" msgstr "" -#: links.py:35 +#: links.py:37 msgid "Upload new version" msgstr "" @@ -106,148 +111,230 @@ msgstr "" msgid "Ask user" msgstr "" -#: literals.py:23 models.py:195 +#: literals.py:25 models.py:186 msgid "Web form" msgstr "" -#: literals.py:24 +#: literals.py:26 msgid "Server staging folder" msgstr "" -#: literals.py:25 +#: literals.py:27 msgid "Server watch folder" msgstr "" -#: literals.py:30 -msgid "Server staging folders" +#: literals.py:28 +msgid "POP3 email" msgstr "" -#: literals.py:31 -msgid "Server watch folders" +#: literals.py:29 models.py:365 models.py:366 +msgid "IMAP email" msgstr "" -#: models.py:37 +#: models.py:41 msgid "Title" msgstr "" -#: models.py:38 +#: models.py:42 msgid "Enabled" msgstr "" -#: models.py:39 -msgid "Whitelist" -msgstr "" - -#: models.py:40 -msgid "Blacklist" -msgstr "" - -#: models.py:144 views.py:419 views.py:456 views.py:511 views.py:552 -#: views.py:582 views.py:618 +#: models.py:135 views.py:416 views.py:441 views.py:487 views.py:528 +#: views.py:557 views.py:592 msgid "Source" msgstr "" -#: models.py:150 +#: models.py:141 msgid "Interactive source" msgstr "" -#: models.py:151 +#: models.py:142 msgid "Interactive sources" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Folder path" msgstr "" -#: models.py:158 models.py:211 +#: models.py:149 models.py:372 msgid "Server side filesystem path." msgstr "" -#: models.py:159 +#: models.py:150 msgid "Preview width" msgstr "" -#: models.py:159 +#: models.py:150 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:160 +#: models.py:151 msgid "Preview height" msgstr "" -#: models.py:160 +#: models.py:151 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:201 models.py:373 msgid "Uncompress" msgstr "" -#: models.py:161 models.py:191 models.py:212 +#: models.py:152 models.py:182 models.py:373 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete after upload" msgstr "" -#: models.py:162 models.py:213 +#: models.py:153 models.py:374 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:180 +#: models.py:171 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: models.py:183 +#: models.py:174 msgid "Staging folder" msgstr "" -#: models.py:203 models.py:204 +#: models.py:175 +msgid "Staging folders" +msgstr "" + +#: models.py:187 +msgid "Web forms" +msgstr "" + +#: models.py:194 models.py:195 msgid "Out of process" msgstr "" -#: models.py:214 +#: models.py:199 models.py:375 msgid "Interval" msgstr "" -#: models.py:214 -msgid "" -"Inverval in seconds where the watch folder path is checked for new " -"documents." +#: models.py:199 +msgid "Interval in seconds between document downloads from this source." msgstr "" -#: models.py:224 +#: models.py:200 +msgid "Document type" +msgstr "" + +#: models.py:200 +msgid "Assign a document type to documents uploaded from this source." +msgstr "" + +#: models.py:201 +msgid "Whether to expand or not, compressed archives." +msgstr "" + +#: models.py:240 +msgid "Interval source" +msgstr "" + +#: models.py:241 +msgid "Interval sources" +msgstr "" + +#: models.py:245 +msgid "Host" +msgstr "" + +#: models.py:246 +msgid "SSL" +msgstr "" + +#: models.py:247 +msgid "Port" +msgstr "" + +#: models.py:247 +msgid "" +"Typical choices are 110 for POP3, 995 for POP3 over SSL, 143 for IMAP, 993 " +"for IMAP over SSL." +msgstr "" + +#: models.py:248 +msgid "Username" +msgstr "" + +#: models.py:249 +msgid "Password" +msgstr "" + +#: models.py:268 +#, python-format +msgid "attachment-%i" +msgstr "" + +#: models.py:277 +msgid "Email source" +msgstr "" + +#: models.py:278 +msgid "Email sources" +msgstr "" + +#: models.py:284 +msgid "Timeout" +msgstr "" + +#: models.py:322 models.py:323 +msgid "POP email" +msgstr "" + +#: models.py:329 +msgid "Mailbox" +msgstr "" + +#: models.py:329 +msgid "Mail from which to check for messages with attached documents." +msgstr "" + +#: models.py:375 +msgid "" +"Inverval in seconds where the watch folder path is checked for new documents." +msgstr "" + +#: models.py:378 msgid "Watch folder" msgstr "" -#: models.py:229 +#: models.py:379 +msgid "Watch folders" +msgstr "" + +#: models.py:383 msgid "Enter a valid value." msgstr "" -#: models.py:257 views.py:515 +#: models.py:411 views.py:491 msgid "Order" msgstr "" -#: models.py:258 views.py:516 views.py:553 views.py:583 +#: models.py:412 views.py:492 views.py:529 views.py:558 msgid "Transformation" msgstr "" -#: models.py:259 views.py:517 +#: models.py:413 views.py:493 msgid "Arguments" msgstr "" -#: models.py:259 +#: models.py:413 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:269 +#: models.py:423 msgid "Document source transformation" msgstr "" -#: models.py:270 +#: models.py:424 msgid "Document source transformations" msgstr "" @@ -271,10 +358,6 @@ msgstr "" msgid "View existing document sources" msgstr "" -#: utils.py:35 -msgid "Whitelist Blacklist validation error." -msgstr "" - #: views.py:115 msgid "Here" msgstr "" @@ -293,142 +376,145 @@ msgstr "" msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:221 +#: views.py:225 msgid "New document queued for uploaded and will be available shortly." msgstr "" -#: views.py:224 -msgid "" -"New document version queued for uploaded and will be available shortly." +#: views.py:228 +msgid "New document version queued for uploaded and will be available shortly." msgstr "" -#: views.py:230 +#: views.py:234 #, python-format msgid "Unhandled exception: %s" msgstr "" -#: views.py:240 +#: views.py:244 #, python-format msgid "Upload a new version from source: %s" msgstr "" -#: views.py:242 +#: views.py:246 #, python-format msgid "Upload a local document from source: %s" msgstr "" -#: views.py:270 +#: views.py:274 msgid "Files in staging path" msgstr "" -#: views.py:302 +#: views.py:306 msgid "Current document type" msgstr "" -#: views.py:303 +#: views.py:307 msgid "None" msgstr "" -#: views.py:310 +#: views.py:314 msgid "Current metadata" msgstr "" -#: views.py:347 +#: views.py:351 msgid "Staging file delete successfully." msgstr "" -#: views.py:349 +#: views.py:353 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:406 +#: views.py:380 +msgid "Type" +msgstr "" + +#: views.py:403 msgid "Source edited successfully" msgstr "" -#: views.py:409 +#: views.py:406 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:414 +#: views.py:411 #, python-format msgid "Edit source: %s" msgstr "" -#: views.py:445 +#: views.py:431 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:447 +#: views.py:433 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:454 +#: views.py:439 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:486 +#: views.py:463 msgid "Source created successfully" msgstr "" -#: views.py:489 +#: views.py:466 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:494 +#: views.py:471 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:509 +#: views.py:485 #, python-format msgid "Transformations for: %s" msgstr "" -#: views.py:539 +#: views.py:515 msgid "Source transformation edited successfully" msgstr "" -#: views.py:542 +#: views.py:518 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:547 +#: views.py:523 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:570 +#: views.py:545 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:572 +#: views.py:547 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:585 +#: views.py:560 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:608 +#: views.py:582 msgid "Source transformation created successfully" msgstr "" -#: views.py:611 +#: views.py:585 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:620 +#: views.py:594 #, python-format msgid "Create new transformation for source: %s" msgstr "" @@ -437,19 +523,15 @@ msgstr "" msgid "Staging file page image" msgstr "" -#: wizards.py:53 -msgid "Step 1 of 3: Document type" +#: wizards.py:35 +msgid "Step 1 of 2: Select document type" msgstr "" -#: wizards.py:54 -msgid "Step 2 of 3: Metadata selection" +#: wizards.py:36 +msgid "Step 2 of 2: Enter document metadata" msgstr "" #: wizards.py:55 -msgid "Step 3 of 3: Document metadata" -msgstr "" - -#: wizards.py:73 msgid "Next step" msgstr "" diff --git a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po index cc1d9dac1b..e95953a98e 100644 --- a/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ar/LC_MESSAGES/django.po @@ -1,43 +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: # Mohammed ALDOUB , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "إحصائيات" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +46,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "إحصائيات" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po index 68a1d0fb5a..1f5cae753f 100644 --- a/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bg/LC_MESSAGES/django.po @@ -1,43 +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: # Iliya Georgiev , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Статистика" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Статистика" #: views.py:54 #, python-format 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 6000c1e8ff..8663c65515 100644 --- a/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/bs_BA/LC_MESSAGES/django.po @@ -1,43 +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: # www.ping.ba , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistika" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +46,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statistika" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po index 61cbdd3240..b4aed2647c 100644 --- a/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/da/LC_MESSAGES/django.po @@ -1,43 +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: # Mads L. Nielsen , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistik" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statistik" #: views.py:54 #, python-format 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 01732ca8fd..a930503710 100644 --- a/mayan/apps/statistics/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/de_CH/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 9f45cde88b..32d4fa02ca 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,36 +10,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:10 -msgid "execute" +#, fuzzy +msgid "Execute" msgstr "Ausführen" #: links.py:11 -msgid "details" +#, fuzzy +msgid "Details" msgstr "Details" #: links.py:12 -msgid "namespace list" +#, fuzzy +msgid "Namespace list" msgstr "Namensraumliste" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistiken" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "Zentraler Ort für die Speicherung und Darstellung von Anwendungsstatistiken." - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -50,14 +50,24 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +#, fuzzy +msgid "Namespace" msgstr "Namensraum" #: views.py:50 -msgid "statistic" -msgstr "Statistik" +#, fuzzy +msgid "Statistic" +msgstr "Statistiken" #: views.py:54 #, python-format msgid "Results for: %s" msgstr "" + +#~ msgid "Central place to store and display app statistics." +#~ msgstr "" +#~ "Zentraler Ort für die Speicherung und Darstellung von " +#~ "Anwendungsstatistiken." + +#~ 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 cdad9a38d1..358f53e75f 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,25 +18,21 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +43,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/es/LC_MESSAGES/django.po index 1ce53bb09e..7017a6602d 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 # Roberto Rosario, 2014 @@ -9,36 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:10 -msgid "execute" +#, fuzzy +msgid "Execute" msgstr "ejecutar" #: links.py:11 -msgid "details" +#, fuzzy +msgid "Details" msgstr "detalles" #: links.py:12 -msgid "namespace list" +#, fuzzy +msgid "Namespace list" msgstr "lista de categorías" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Estadísticas" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "Lugar principal para almacenar y mostrar estadísticas de la aplicación." - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -49,14 +49,23 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +#, fuzzy +msgid "Namespace" msgstr "categoría" #: views.py:50 -msgid "statistic" -msgstr "estadística" +#, fuzzy +msgid "Statistic" +msgstr "Estadísticas" #: views.py:54 #, python-format msgid "Results for: %s" msgstr "" + +#~ msgid "Central place to store and display app statistics." +#~ msgstr "" +#~ "Lugar principal para almacenar y mostrar estadísticas de la aplicación." + +#~ 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 2c89875a3f..1aaf9f56c9 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,36 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 -msgid "execute" +#, fuzzy +msgid "Execute" msgstr "اجرا" #: links.py:11 -msgid "details" +#, fuzzy +msgid "Details" msgstr "جزئیات" #: links.py:12 -msgid "namespace list" +#, fuzzy +msgid "Namespace list" msgstr "لیست فضای نام" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "آمار" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "محل مرکزی جهت نگهداری و نمایش آمار برنامه." - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -49,14 +49,22 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +#, fuzzy +msgid "Namespace" msgstr "فضای نام" #: views.py:50 -msgid "statistic" +#, fuzzy +msgid "Statistic" msgstr "آمار" #: views.py:54 #, python-format msgid "Results for: %s" msgstr "" + +#~ msgid "Central place to store and display app statistics." +#~ 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 389d0478c4..f9c871aa94 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 # Pierre Lhoste , 2012 @@ -9,36 +9,36 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:10 -msgid "execute" +#, fuzzy +msgid "Execute" msgstr "exécuter" #: links.py:11 -msgid "details" +#, fuzzy +msgid "Details" msgstr "détails" #: links.py:12 -msgid "namespace list" +#, fuzzy +msgid "Namespace list" msgstr "liste des espaces de nommage" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistiques" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "Point central pour stocker et afficher les statistiques de l'application." - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -49,14 +49,23 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +#, fuzzy +msgid "Namespace" msgstr "espace de nommage" #: views.py:50 -msgid "statistic" -msgstr "statistique" +#, fuzzy +msgid "Statistic" +msgstr "Statistiques" #: views.py:54 #, python-format msgid "Results for: %s" msgstr "" + +#~ msgid "Central place to store and display app statistics." +#~ msgstr "" +#~ "Point central pour stocker et afficher les statistiques de l'application." + +#~ 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 7fb099ff40..761ca1f85e 100644 --- a/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hr_HR/LC_MESSAGES/django.po @@ -1,42 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +45,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po index 9e0b1f8b47..2f6aea08bc 100644 --- a/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/hu/LC_MESSAGES/django.po @@ -1,43 +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: # Dezső József , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statisztika" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statisztika" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po index 3449fec1e8..16f9734514 100644 --- a/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/id/LC_MESSAGES/django.po @@ -1,43 +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: # Sehat , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistik-statistik" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statistik-statistik" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po index 07127ac0af..853039477a 100644 --- a/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/it/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po index c5b9257c5a..f6b53fbfee 100644 --- a/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/lv/LC_MESSAGES/django.po @@ -1,42 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +45,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po index c264bf7842..0084b3a011 100644 --- a/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nb/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 0fc2444447..e7c4935617 100644 --- a/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/nl_NL/LC_MESSAGES/django.po @@ -1,43 +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: # Lucas Weel , 2012 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistiek" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statistiek" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po index 7d8ea75009..0a67bc8bb2 100644 --- a/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pl/LC_MESSAGES/django.po @@ -1,42 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +45,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po index 626b50dc47..23102f37f4 100644 --- a/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 4a12dc6da0..c1c3c9b51b 100644 --- a/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/pt_BR/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 c6410d695d..ef659a450f 100644 --- a/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ro_RO/LC_MESSAGES/django.po @@ -1,43 +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: # Badea Gabriel , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Statistică" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +46,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Statistică" #: views.py:54 #, python-format diff --git a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po index 9c6893109d..85586e5281 100644 --- a/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/ru/LC_MESSAGES/django.po @@ -1,43 +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: # Sergey Glita , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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=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" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Статистика" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +46,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Статистика" #: views.py:54 #, python-format 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 ce0c2b4dc6..9876eae8cb 100644 --- a/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sl_SI/LC_MESSAGES/django.po @@ -1,42 +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: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +45,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po b/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po index db9a9596f4..a9db11722c 100644 --- a/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/sq/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 5a65845b6c..0db1db1578 100644 --- a/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/tr_TR/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 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 6e19847b73..ae8eecd80d 100644 --- a/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/vi_VN/LC_MESSAGES/django.po @@ -1,43 +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: # Trung Phan Minh , 2013 msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "Thống kê" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,12 +45,13 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" -msgstr "" +#, fuzzy +msgid "Statistic" +msgstr "Thống kê" #: views.py:54 #, python-format 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 e957730d4a..ad539e4b88 100644 --- a/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_CN/LC_MESSAGES/django.po @@ -1,43 +1,43 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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:10 -msgid "execute" +#, fuzzy +msgid "Execute" msgstr "执行" #: links.py:11 -msgid "details" +#, fuzzy +msgid "Details" msgstr "详细" #: links.py:12 -msgid "namespace list" +#, fuzzy +msgid "Namespace list" msgstr "命名空间列表" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "统计" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "存储和显示应用统计中心" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -48,14 +48,22 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +#, fuzzy +msgid "Namespace" msgstr "命名空间" #: views.py:50 -msgid "statistic" +#, fuzzy +msgid "Statistic" msgstr "统计" #: views.py:54 #, python-format msgid "Results for: %s" msgstr "" + +#~ msgid "Central place to store and display app statistics." +#~ msgstr "存储和显示应用统计中心" + +#~ msgid "statistic" +#~ 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 19a9ecf1ed..12fa2d753d 100644 --- a/mayan/apps/statistics/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/statistics/locale/zh_TW/LC_MESSAGES/django.po @@ -1,42 +1,39 @@ # 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #: links.py:10 -msgid "execute" +msgid "Execute" msgstr "" #: links.py:11 -msgid "details" +msgid "Details" msgstr "" #: links.py:12 -msgid "namespace list" +msgid "Namespace list" msgstr "" -#: links.py:13 registry.py:7 +#: links.py:13 msgid "Statistics" msgstr "" -#: registry.py:8 -msgid "Central place to store and display app statistics." -msgstr "" - #: views.py:18 msgid "Statistics namespaces" msgstr "" @@ -47,11 +44,11 @@ msgid "Namespace details for: %s" msgstr "" #: views.py:35 views.py:49 -msgid "namespace" +msgid "Namespace" msgstr "" #: views.py:50 -msgid "statistic" +msgid "Statistic" msgstr "" #: views.py:54 diff --git a/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ar/LC_MESSAGES/django.po index 82ab2858bf..6089228d3a 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,45 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "الكلمات الاستدلالية" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "الاسم" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "اللون" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "الكلمات الاستدلالية" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +110,18 @@ msgstr "برتقالي" msgid "Yellow" msgstr "أصفر" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "اللون" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "أنشأ كلمات استدلالية جديدة" @@ -156,149 +146,158 @@ msgstr "إضافة كلمات استدلالية للوثائق" msgid "Remove tags from documents" msgstr "إزالة الكلمات الاستدلالية من الوثائق" -#: views.py:44 -msgid "Tag already exists." -msgstr "الكلمة الاستدلالية موجودة مسبقاً." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "تم انشاء الكلمة الاستدلالية بنجاح" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "يجب توفير وثيقة واحدة عالاقل." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "الوثيقة \"%(document)s\" مربوطة مسبقاً بالكلمات الاستدلالية \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "تم ربط الكلمة الاستدلالية \"%(tag)s\" بالوثيقة \"%(document)s\" ." -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "اضافة كلمة استدلالية للوثيقة: %s" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "اضافة كلمة استدلالية للوثائق: %s" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "يجب توفير كلمة استدلالية واحدة عالاقل" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "الكلمة الاستدلالية \"%s\" مسحت بنجاح." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "خطأ أثناء مسح الكلمة الاستدلالية \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "هل أنت متأكد أنك تريد حذف الكلمة الاستدلالية : %s؟" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "ستتم الإزالة من جميع الوثائق." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "هل أنت متأكد أنك تريد حذف الكلمات الاستدلالية: %s؟" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "تم تحديث الكلمة الاستدلالية بنجاح" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "يجب توفير وثيقة واحد عالاقل مربوطة بكلمات استدلالية" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "ازالة الكلمة الاستدلالية من الوثيقة: %s" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "ازالة الكلمة الاستدلالية من الوثائق: %s" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من وثيقة %(document)s؟" +msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من وثيقة " +"%(document)s؟" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من الوثائق %(documents)s؟" +msgstr "" +"هل أنت متأكد أنك ترغب في إزالة الكلمة الاستدلالية \"%(tag)s\" من الوثائق " +"%(documents)s؟" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "هل أنت متأكد أنك ترغب في الكلمات الاستدلالية %(tags)s من الوثيقة %(document)s؟" +msgstr "" +"هل أنت متأكد أنك ترغب في الكلمات الاستدلالية %(tags)s من الوثيقة " +"%(document)s؟" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "الوثيقة \"%(document)s\" لم تربط مع: \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." +msgstr "" +"الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." #: templatetags/tags_tags.py:18 msgid "Add tag to document" msgstr "أضف كلمة استدلالية للوثيقة" +#~ msgid "Name" +#~ msgstr "الاسم" + +#~ msgid "Tag already exists." +#~ msgstr "الكلمة الاستدلالية موجودة مسبقاً." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po b/mayan/apps/tags/locale/bg/LC_MESSAGES/django.po index 9a08010e54..5c24543e7f 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,45 +9,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Етикети" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Име" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Цвят" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Етикети" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +109,18 @@ msgstr "Оранжев" msgid "Yellow" msgstr "Жълт" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Цвят" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Създаване на нови етикети" @@ -156,141 +145,137 @@ msgstr "Закачане етикет към документи" msgid "Remove tags from documents" msgstr "Премахване на етикети от документи" -#: views.py:44 -msgid "Tag already exists." -msgstr "Етикетът вече съществува." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Етикетът е създаден успешно." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Трябва да се осигури най-малко един етикет." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Етикет \"%s\" е изтрит успешно." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Грешка при изтриване на етикет \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Сигурни ли сте, искате да изтриете етикет: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Ще бъде премахнат от всички документи." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Сигурни ли сте, че искате да изтриете етикети: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Етикетът е обновен успешно." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -299,6 +284,12 @@ msgstr "" msgid "Add tag to document" msgstr "Добавете етикет към документ" +#~ msgid "Name" +#~ msgstr "Име" + +#~ msgid "Tag already exists." +#~ msgstr "Етикетът вече съществува." + #~ msgid "tags" #~ msgstr "tags" 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 25c08cb311..b1777cfa84 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,45 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Tagovi" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Ime" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Boja" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Tagovi" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +110,18 @@ msgstr "Narandžasta" msgid "Yellow" msgstr "Žuta" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Boja" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Kreiraj nove tagove" @@ -156,141 +146,143 @@ msgstr "Prikači tagove na dokumente" msgid "Remove tags from documents" msgstr "Ukloni tagove iz dokumenta" -#: views.py:44 -msgid "Tag already exists." -msgstr "Tag već postoji." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Tag uspješno kreiran." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Mora biti obezbjeđen bar jedan dokument." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" je već tagovan kao \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Prikači tag na dokument: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Prikači tag na dokumente: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Mora biti obezbjeđen bar jedan tag." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" uspješno izbrisan." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Greška brisanja taga \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Jeste li sigurni da želite izbrisati tag: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Bit će uklonjen iz svih dokumenata." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Jeste li sigurni da želite izbrisati tagove: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Tag uspješno update-ovan." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Mora biti obezbjeđen bar jedan tagovani dokument." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Ukloni tag iz dokumenta: %s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Ukloni tag iz dokumenata: %s." -#: views.py:322 +#: views.py:305 #, 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?" +msgstr "" +"Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenta: " +"%(document)s?" -#: views.py:325 +#: views.py:308 #, 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?" +msgstr "" +"Jeste li sigurni da želite ukloniti tag \"%(tag)s\" iz dokumenata: " +"%(documents)s?" -#: views.py:330 +#: views.py:313 #, 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?" +msgstr "" +"Jeste li sigurni da želite ukloniti tagove: %(tags)s iz dokumenta: " +"%(document)s?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" nije tagovan kao \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" uspješno uklonjen iz dokumenta \"%(document)s\"." @@ -299,6 +291,12 @@ msgstr "Tag \"%(tag)s\" uspješno uklonjen iz dokumenta \"%(document)s\"." msgid "Add tag to document" msgstr "Dodaj tag u dokument" +#~ msgid "Name" +#~ msgstr "Ime" + +#~ msgid "Tag already exists." +#~ msgstr "Tag već postoji." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/da/LC_MESSAGES/django.po b/mayan/apps/tags/locale/da/LC_MESSAGES/django.po index cd16ef240e..6c3d13c9c9 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,45 +9,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Navn" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Farve" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Tags" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +109,18 @@ msgstr "Orange" msgid "Yellow" msgstr "Gul" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Farve" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Opret nye tags" @@ -156,141 +145,143 @@ msgstr "Vedhæft tags til dokumenter" msgid "Remove tags from documents" msgstr "Fjern tags fra dokumenter" -#: views.py:44 -msgid "Tag already exists." -msgstr "Tag eksistere allerede." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Tag oprettet." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Skal angive mindst ét ​​dokument." -#: views.py:88 +#: views.py:78 #, 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:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Vedhæft tag til dokumenter: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Vedhæft tag til dokumenter: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Der skal angives mindst én tag." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" slettet." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Fejl ved sletning af tag \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Er du sikker på du ønsker at slette tag: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Vil blive fjernet fra alle dokumenter." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Er du sikker på du ønsker at slette disse tags: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Tag opdateret." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Skal angive mindst ét tagget dokument." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Fjern tag fra dokument: %s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Fjern tag fra dokumenter: %s." -#: views.py:322 +#: views.py:305 #, 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?" +msgstr "" +"Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumentet: " +"%(document)s?" -#: views.py:325 +#: views.py:308 #, 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?" +msgstr "" +"Er du sikker på du vil fjerne mærket \"%(tag)s\" fra dokumenterne: " +"%(documents)s?" -#: views.py:330 +#: views.py:313 #, 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?" +msgstr "" +"Er du sikker på du ønsker at fjerne tags: %(tags)s fra dokumentet: " +"%(document)s?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokumentet \"%(document)s\" ikke blev kodet som \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" blev fjernet fra dokumentet \"%(document)s\"." @@ -299,6 +290,12 @@ msgstr "Tag \"%(tag)s\" blev fjernet fra dokumentet \"%(document)s\"." msgid "Add tag to document" msgstr "Tilføj tag til dokument" +#~ msgid "Name" +#~ msgstr "Navn" + +#~ msgid "Tag already exists." +#~ msgstr "Tag eksistere allerede." + #~ msgid "tags" #~ msgstr "tags" 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 459058b8f4..5b225622df 100644 --- a/mayan/apps/tags/locale/de_CH/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/de_CH/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 fe1df7de0a..04673ae959 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,45 +15,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "Gibt eine Liste aller Tags zurück." -#: forms.py:24 -msgid "Name" -msgstr "Name" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Farbe" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Tags" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -78,8 +67,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -126,18 +115,18 @@ msgstr "Orange" msgid "Yellow" msgstr "Gelb" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Farbe" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Tags anlegen" @@ -162,149 +151,161 @@ msgstr "Tags an Dokumente anhängen" msgid "Remove tags from documents" msgstr "Tags von Dokumenten entfernen" -#: views.py:44 -msgid "Tag already exists." -msgstr "Tag existiert bereits." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Tag erfolgreich angelegt." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Mindestens ein Dokument muss angegeben werden." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s\" ist schon als \"%(tag)s\" getagt" -#: views.py:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Markierung an Dokument %s anhängen." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Markierung an Dokumente %s anhängen." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Mindestens einen Tag angeben." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" erfolgreich gelöscht." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Fehler beim Löschen des Tags \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Soll der Tag \"%s\" wirklich gelöscht werden?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Wird von allen Dokumenten entfernt." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Sollen die Tags \"%s\" wirklich gelöscht werden?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Tag erfolgreich aktualisiert." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Es muss mindestens ein markiertes Dokument angegeben werden." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Markierung von Dokument %s entfernen." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Markierung von Dokumenten %s entfernen." -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Sind sie sicher, dass Sie die Markierung %(tag)s von Dokument %(document)s entfernen möchten?" +msgstr "" +"Sind sie sicher, dass Sie die Markierung %(tag)s von Dokument %(document)s " +"entfernen möchten?" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Sind sie sicher, dass Sie die Markierung %(tag)s von den Dokumenten %(documents)s entfernen möchten?" +msgstr "" +"Sind sie sicher, dass Sie die Markierung %(tag)s von den Dokumenten " +"%(documents)s entfernen möchten?" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Sind sie sicher, dass Sie die Tags %(tags)s von Dokument %(document)s entfernen möchten?" +msgstr "" +"Sind sie sicher, dass Sie die Tags %(tags)s von Dokument %(document)s " +"entfernen möchten?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" -msgstr "Sind sie sicher, dass Sie die Markierungen %(tags)s von den Dokumenten %(documents)s entfernen möchten?" +msgstr "" +"Sind sie sicher, dass Sie die Markierungen %(tags)s von den Dokumenten " +"%(documents)s entfernen möchten?" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Dokument \"%(document)s war nicht mit \"%(tag)s\" markiert" -#: views.py:345 +#: views.py:328 #, 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." #: templatetags/tags_tags.py:18 msgid "Add tag to document" msgstr "Tag zu Dokument hinzufügen" +#~ msgid "Name" +#~ msgstr "Name" + +#~ msgid "Tag already exists." +#~ msgstr "Tag existiert bereits." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/en/LC_MESSAGES/django.po b/mayan/apps/tags/locale/en/LC_MESSAGES/django.po index 695984ae36..959798a3b2 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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,38 +18,25 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 +#: __init__.py:34 +msgid "Returns a list of all the tags." +msgstr "" + +#: __init__.py:38 #, fuzzy msgid "Preview" msgstr "preview" -#: __init__.py:30 +#: __init__.py:42 #, fuzzy msgid "Tagged items" msgstr "tagged items" -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 msgid "Tags" msgstr "Tags" -#: __init__.py:69 -msgid "Returns a list of all the tags." -msgstr "" - -#: forms.py:24 -msgid "Name" -msgstr "Name" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Color" - -#: links.py:11 -#, fuzzy -msgid "Tag list" -msgstr "tag list" - #: links.py:12 #, fuzzy msgid "Create new tag" @@ -80,10 +67,10 @@ msgstr "delete" msgid "Edit" msgstr "Edit tags" -#: links.py:23 +#: links.py:23 models.py:14 #, fuzzy -msgid "Tagged documents" -msgstr "tagged documents" +msgid "Documents" +msgstr "document" #: links.py:25 msgid "ACLs" @@ -129,21 +116,19 @@ msgstr "Orange" msgid "Yellow" msgstr "Yellow" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Color" + +#: models.py:17 views.py:169 views.py:214 views.py:231 #, fuzzy msgid "Tag" msgstr "Tags" -#: models.py:17 -#, fuzzy -msgid "Tag properties" -msgstr "tag properties" - -#: models.py:18 -#, fuzzy -msgid "Tags properties" -msgstr "tags properties" - #: permissions.py:9 msgid "Create new tags" msgstr "Create new tags" @@ -168,110 +153,106 @@ msgstr "Attach tags to documents" msgid "Remove tags from documents" msgstr "Remove tags from documents" -#: views.py:44 -msgid "Tag already exists." -msgstr "Tag already exists." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Tag created succesfully." -#: views.py:58 +#: views.py:48 #, fuzzy msgid "Create tag" msgstr "create tag" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Must provide at least one document." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -#: views.py:101 +#: views.py:91 #, fuzzy msgid "Document" msgstr "document" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Attach tag to document: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Attach tag to documents: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Must provide at least one tag." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" deleted successfully." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Error deleting tag \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Are you sure you wish to delete the tag: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Will be removed from all documents." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Are you sure you wish to delete the tags: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Tag updated succesfully." -#: views.py:228 +#: views.py:211 #, fuzzy, python-format msgid "Edit tag: %s" msgstr "edit tag: %s" -#: views.py:244 +#: views.py:227 #, fuzzy, python-format msgid "Documents with the tag \"%s\"" msgstr "documents with the tag \"%s\"" -#: views.py:263 +#: views.py:246 #, fuzzy, python-format msgid "Tags for: %s" msgstr "tags for: %s" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Must provide at least one tagged document." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Remove tag from document: %s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Remove tag from documents: %s." -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " @@ -280,7 +261,7 @@ msgstr "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " @@ -289,7 +270,7 @@ msgstr "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " @@ -298,7 +279,7 @@ msgstr "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -#: views.py:333 +#: views.py:316 #, fuzzy, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " @@ -307,12 +288,12 @@ msgstr "" "Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." @@ -321,6 +302,28 @@ msgstr "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgid "Add tag to document" msgstr "Add tag to document" +#~ msgid "Name" +#~ msgstr "Name" + +#, fuzzy +#~ msgid "Tag list" +#~ msgstr "tag list" + +#, fuzzy +#~ msgid "Tagged documents" +#~ msgstr "tagged documents" + +#, fuzzy +#~ msgid "Tag properties" +#~ msgstr "tag properties" + +#, fuzzy +#~ msgid "Tags properties" +#~ msgstr "tags properties" + +#~ msgid "Tag already exists." +#~ msgstr "Tag already exists." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/es/LC_MESSAGES/django.po b/mayan/apps/tags/locale/es/LC_MESSAGES/django.po index 4807e27fc0..bbb21dacd3 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 @@ -10,45 +10,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "Devuelve la lista de todas las etiquetas." -#: forms.py:24 -msgid "Name" -msgstr "Nombre" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Color" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etiquetas" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -73,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -121,18 +110,18 @@ msgstr "Naranja" msgid "Yellow" msgstr "Amarillo" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Color" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Crear nuevas etiquetas" @@ -157,149 +146,160 @@ msgstr "Etiquetar documentos" msgid "Remove tags from documents" msgstr "Quitar etiquetas de los documentos" -#: views.py:44 -msgid "Tag already exists." -msgstr "Etiqueta ya existe." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etiqueta creada con éxito." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Debe proporcionar al menos un documento." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Documento \"%(document)s \" ya está etiquetado como \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Etiqueta \"%(tag)s\" puesta al documento \"%(document)s\"." -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Etiquetar el documento: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Etiquetar los documentos: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Debe indicar al menos una etiqueta." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" borrada con éxito." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Error al eliminar la etiqueta \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "¿Está seguro que desea eliminar la etiqueta: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Se eliminará de todos los documentos." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "¿Está seguro que desea eliminar las etiquetas: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Etiqueta actualizada con éxito.." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Debe proporcionar al menos un documento etiquetado." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Quitar etiqueta del documento: %s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Quitar etiqueta de los documentos: %s." -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to 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:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to 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:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to 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:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to 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:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Documento \"%(document)s\" no estaba etiquetado como \"%(tag)s \"" -#: views.py:345 +#: views.py:328 #, 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\"." #: templatetags/tags_tags.py:18 msgid "Add tag to document" msgstr "Etiquetar el documento" +#~ msgid "Name" +#~ msgstr "Nombre" + +#~ msgid "Tag already exists." +#~ msgstr "Etiqueta ya existe." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fa/LC_MESSAGES/django.po index d5942f12ba..be792af3a8 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 @@ -10,45 +10,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "برچسبها" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "لیست کلیه برچسب ها را برمیگرداند." -#: forms.py:24 -msgid "Name" -msgstr "نام" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "رنگ" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "برچسبها" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -73,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -121,18 +110,18 @@ msgstr "نارنجی" msgid "Yellow" msgstr "زرد" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "رنگ" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "ایجاد برچسب جدید" @@ -157,141 +146,137 @@ msgstr "الصاق برچسبها به اسناد" msgid "Remove tags from documents" msgstr "حذف برچسبهای سند" -#: views.py:44 -msgid "Tag already exists." -msgstr "برچسب موجود است" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "ایجاد موفق برچسب" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "حداقل یک سند باید ارایه شود" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "سند \"%(document)s\" دارای برچسب \"%(tag)s\" میباشد." -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "برچسب \"%(tag)s\" با موفقیت به سند \"%(document)s\" متصل شد." -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "الصاق برچسب به سند: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "الصاق برچسب به اسناد: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "حداقل یک برچسب باید ارایه شود." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "حذف موفق برچسب \"%s\" " -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "خطا در زمان حذف برچسب: \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "آیا از حذف برچسب اطمینان دارید: %s" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "از کلیه اسناد حذف خواهد شد." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "آیا از حذف برچسب مطمئن هستید: %s؟" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "بروزرسانی موفق برچسب." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "باید حداقل یک سند برچسب دار ارایه شود." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "حذف برچسب از سند: %s" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "حذف برچسب از اسناد: %s" -#: views.py:322 +#: views.py:305 #, 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:325 +#: views.py:308 #, 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:330 +#: views.py:313 #, 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:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "آیا از حذف برچسبها %(tags)s از اسناد %(documents)s مطمئن هستید؟" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "سند \"%(document)s\" دارای برچسب \"%(tag)s\" نمیباشد." -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "برچسب \"%(tag)s\" با موفقیت از سند \"%(document)s\" برداشته شد." @@ -300,6 +285,12 @@ msgstr "برچسب \"%(tag)s\" با موفقیت از سند \"%(document)s\" msgid "Add tag to document" msgstr "اضافه کردن برچسب به سند." +#~ msgid "Name" +#~ msgstr "نام" + +#~ msgid "Tag already exists." +#~ msgstr "برچسب موجود است" + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po b/mayan/apps/tags/locale/fr/LC_MESSAGES/django.po index 17a02ea5ba..7082c953e5 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 @@ -11,45 +11,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etiquettes" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "Retourne la liste de toute les étiquettes." -#: forms.py:24 -msgid "Name" -msgstr "Nom" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Couleur" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etiquettes" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -74,8 +63,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -122,18 +111,18 @@ msgstr "Orange" msgid "Yellow" msgstr "Jaune" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Couleur" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Créer de nouvelles étiquettes" @@ -158,149 +147,163 @@ msgstr "Rattacher des étiquettes aux documents" msgid "Remove tags from documents" msgstr "Retirer des étiquettes au document" -#: views.py:44 -msgid "Tag already exists." -msgstr "L'étiquette existe déjà." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etiquette créée avec succès." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Il est nécessaire d'indiquer au moins un document." -#: views.py:88 +#: views.py:78 #, 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:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Attacher l'étiquette au document: %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Attacher l'étiquette au documents: %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Vous devez fournir au moins une étiquette" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiquette \"%s\" supprimée avec succès" -#: views.py:172 +#: views.py:162 #, 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:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Êtes vous certain de vouloir supprimer l'étiquette: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Sera supprimée de tous les documents" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Êtes vous certain de vouloir supprimer l'étiquette:%s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Etiquette mise à jour avec succès." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Il est nécessaire d'indiquer au moins un document étiqueté." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Supprimer l'étiquette du document: %s" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Supprimer l'étiquette des documents: %s" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to 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:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to 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:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to 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:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to 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:340 +#: views.py:323 #, 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:345 +#: views.py:328 #, 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\"." #: templatetags/tags_tags.py:18 msgid "Add tag to document" msgstr "Ajouter une étiquette au document" +#~ msgid "Name" +#~ msgstr "Nom" + +#~ msgid "Tag already exists." +#~ msgstr "L'étiquette existe déjà." + #~ msgid "tags" #~ msgstr "tags" 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 84264628da..cb5c90ffd0 100644 --- a/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hr_HR/LC_MESSAGES/django.po @@ -1,50 +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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +109,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +145,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 761bc1be05..59e548b0f6 100644 --- a/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/hu/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:47-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 d865af47a8..dbcd719448 100644 --- a/mayan/apps/tags/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/id/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 80765e0077..e529a88b0f 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,45 +11,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etichette" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Nome" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Colori" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etichette" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -74,8 +63,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -122,18 +111,18 @@ msgstr "Arancione" msgid "Yellow" msgstr "Giallo" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Colori" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Crea un nuova etichetta" @@ -158,141 +147,137 @@ msgstr "Applicare i tag ai documenti" msgid "Remove tags from documents" msgstr "Rimuovi etichetta dal documento" -#: views.py:44 -msgid "Tag already exists." -msgstr "L'etichetta già esiste" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etichetta creata con successo" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Devi fornire almeno un'etichetta" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etichetta \"%s\" cancellata con successo." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Errore nel cancellare l'etichetta \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Sei sicuro di voler cancellare questa etichetta: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Sarà rimossa da tutti i documenti" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Sei sicuro di voler cancellare tutte queste etichette: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Etichetta aggiornata con successo" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -301,6 +286,12 @@ msgstr "" msgid "Add tag to document" msgstr "Aggiungi l'etichetta al documento" +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Tag already exists." +#~ msgstr "L'etichetta già esiste" + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po index c17c6e32e5..787cfaaac0 100644 --- a/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/lv/LC_MESSAGES/django.po @@ -1,50 +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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +109,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +145,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 9d74fe4c58..835ef2b546 100644 --- a/mayan/apps/tags/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/nb/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 e577d21afa..6a185568ad 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,45 +9,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Labels" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Naam" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Kleur" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Labels" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +109,18 @@ msgstr "Oranje" msgid "Yellow" msgstr "Geel" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Kleur" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Aanmaken van nieuwe labels" @@ -156,141 +145,144 @@ msgstr "Label documenten" msgid "Remove tags from documents" msgstr "Labels van documenten verwijderen" -#: views.py:44 -msgid "Tag already exists." -msgstr "Dit label bestaat al." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Label aangemaakt" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "U dient minstens 1 document aan te geven." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is al gelabeld met \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Label \"%(tag)s\" is gekoppeld aan document \"%(document)s\"." -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Label aanbrengen aan document: %s" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Label aanbrengen aan documenten: %s" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "U moet minimaal een label aanbrengen." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Label \"%s\" verwijderd." -#: views.py:172 +#: views.py:162 #, 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:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Bent u er zeker van om label: \"%s\" te verwijderen?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Zal van alle documenten worden verwijderd." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Bent u er zeker van om de volgende labels te verwijderen? Labels: %s." -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Label aangepast." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "U dient minstens 1 gelabeld document aan te brengen." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Verwijder label van document: %s" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Verwijder label van documenten: %s" -#: views.py:322 +#: views.py:305 #, 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? " +msgstr "" +"Ben u er zeker van dat u label: \"%(tag)s\" van document: %(document)s, " +"wenst te verwijderen? " -#: views.py:325 +#: views.py:308 #, 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?" +msgstr "" +"Bent u er zeker van dat u label: \"%(tag)s\" van de documenten: " +"%(documents)s, wenst te verwijderen?" -#: views.py:330 +#: views.py:313 #, 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?" +msgstr "" +"Bent u er zeker van dat u de labels: %(tags)s van document: %(document)s, " +"wenst te verwijderen?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "Document \"%(document)s\" is niet gelabeld als: \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Label: \"%(tag)s\" is verwijdert van document \"%(document)s\"." @@ -299,6 +291,12 @@ msgstr "Label: \"%(tag)s\" is verwijdert van document \"%(document)s\"." msgid "Add tag to document" msgstr "Label document" +#~ msgid "Name" +#~ msgstr "Naam" + +#~ msgid "Tag already exists." +#~ msgstr "Dit label bestaat al." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pl/LC_MESSAGES/django.po index d4dd027995..d2a91bde6d 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: # mic , 2012 @@ -9,45 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Tagi" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Nazwa" - -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:42 +msgid "Tagged items" msgstr "" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Tagi" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +110,18 @@ msgstr "Pomarańczowy" msgid "Yellow" msgstr "Żółty" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Utwórz nowe tagi" @@ -156,141 +146,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "Usuń tagi z dokumentów" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -299,6 +285,9 @@ msgstr "" msgid "Add tag to document" msgstr "" +#~ msgid "Name" +#~ msgstr "Nazwa" + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po b/mayan/apps/tags/locale/pt/LC_MESSAGES/django.po index 81018309dc..e4472fc041 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,45 +11,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Nome" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Cor" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etiquetas" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -74,8 +63,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -122,18 +111,18 @@ msgstr "Laranja" msgid "Yellow" msgstr "Amarelo" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Cor" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Criar novas etiquetas" @@ -158,141 +147,137 @@ msgstr "Atribuir etiquetas aos documentos" msgid "Remove tags from documents" msgstr "Remover etiquetas de documentos" -#: views.py:44 -msgid "Tag already exists." -msgstr "A etiqueta já existe." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etiqueta criada com sucesso." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Deve fornecer pelo menos uma etiqueta." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Tem a certeza de que deseja excluir a etiqueta: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Será removida de todos os documentos." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Tem a certeza de que deseja eliminar as etiquetas: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Etiqueta atualizada com sucesso." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -301,6 +286,12 @@ msgstr "" msgid "Add tag to document" msgstr "Adicionar a etiqueta ao documento" +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Tag already exists." +#~ msgstr "A etiqueta já existe." + #~ msgid "tags" #~ msgstr "tags" 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 470586937c..a6cbd4d4ee 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 @@ -10,45 +10,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Nome" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Cor" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etiquetas" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -73,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -121,18 +110,18 @@ msgstr "Laranja" msgid "Yellow" msgstr "Amarelo" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Cor" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Criar novas etiquetas" @@ -157,141 +146,137 @@ msgstr "Anexar etiquetas para documentos" msgid "Remove tags from documents" msgstr "Remover etiquetas de documentos" -#: views.py:44 -msgid "Tag already exists." -msgstr "Etiqueta já existe." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etiqueta criada com sucesso." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Deve fornecer pelo menos uma etiqueta." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Tem certeza de que deseja excluir a etiqueta: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Será removido de todos os documentos." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Você tem certeza que deseja deletar as etiquetas: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Etiqueta atualizada com sucesso." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -300,6 +285,12 @@ msgstr "" msgid "Add tag to document" msgstr "Adicionar etiquetas para o documento" +#~ msgid "Name" +#~ msgstr "Nome" + +#~ msgid "Tag already exists." +#~ msgstr "Etiqueta já existe." + #~ msgid "tags" #~ msgstr "tags" 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 d486d6b327..b8d78e9323 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,45 +10,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Etichete" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Nume" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Culoare" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Etichete" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -73,8 +63,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -121,18 +111,18 @@ msgstr "Portocaliu" msgid "Yellow" msgstr "Galben" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Culoare" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Crează etichetă nouă" @@ -157,149 +147,160 @@ msgstr "Atașați etichete la documente" msgid "Remove tags from documents" msgstr "Îndepărtați etichetele de pe documente" -#: views.py:44 -msgid "Tag already exists." -msgstr "Eticheta există deja." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Etichetă creată cu succes." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Trebuie să furnizeze cel puțin un document." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "Documentul \"%(document)s\" este deja etichetat cu \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Atașați eticheta la document:% s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Atașați eticheta la documente:% s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Trebuie selectată cel puțin o etichetă." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Eticheta \"%s\" a fost ștersă cu succes." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Eroare la ștergerea etichetă \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Sunteți sigur că doriți să ștergeți eticheta:% s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Va fi eliminată din toate documentele." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Sunteți sigur că doriți să ștergeți etichetele:% s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Eticheta actualizată cu succes." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Trebuie să atribuiţi cel puțin o etichetă ." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Eliminați eticheta documentului:% s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Eliminați eticheta de la documentele:% s." -#: views.py:322 +#: views.py:305 #, 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?" +msgstr "" +"Sunteți sigur că doriți să eliminați etichetele \"%(tag)s\" documentului: " +"%(document)s?" -#: views.py:325 +#: views.py:308 #, 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? " +msgstr "" +"Sunteți sigur că doriți să eliminați eticheta \"%(tag)s\" pentru " +"documentele: %(documents)s? " -#: views.py:330 +#: views.py:313 #, 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?" +msgstr "" +"Sunteți sigur că doriți să ștergeți cele %(tags)s etichete ale " +"documentului: %(document)s?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, 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:345 +#: views.py:328 #, 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" +"\"." #: templatetags/tags_tags.py:18 msgid "Add tag to document" msgstr "Adaugă etichetă la un document" +#~ msgid "Name" +#~ msgstr "Nume" + +#~ msgid "Tag already exists." +#~ msgstr "Eticheta există deja." + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po b/mayan/apps/tags/locale/ru/LC_MESSAGES/django.po index 2743261db6..e13427e406 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,45 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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=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 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Метки" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Имя" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Цвет" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Метки" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +110,18 @@ msgstr "Оранжевый" msgid "Yellow" msgstr "Желтый" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Цвет" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Создание новых меток" @@ -156,141 +146,137 @@ msgstr "Прикрепить метки к документам" msgid "Remove tags from documents" msgstr "Удаление тегов из документов" -#: views.py:44 -msgid "Tag already exists." -msgstr "Метка уже существует." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Метка создана." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Должен быть хотя бы один документ." -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "\"%(document)s\" уже имеет метку \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "Метка \"%(tag)s\" присвоена \"%(document)s\"." -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Пометить документ %s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Пометить документы %s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Должна быть хотя бы одна метка." -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Метка \"%s\"удалён." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Ошибка при удалении метки \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Вы действительно хотите удалить метку: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Будет удален из всех документов." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Вы действительно хотите удалить метки: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Метка обновлена." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "Следует указать хотя бы один помеченный документ." -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Снять метку с документа %s." -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Снять метку с документов %s." -#: views.py:322 +#: views.py:305 #, 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:325 +#: views.py:308 #, 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:330 +#: views.py:313 #, 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:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "\"%(document)s\" не помечен как \"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "Метка \"%(tag)s\" снята с документа \"%(document)s\"." @@ -299,6 +285,12 @@ msgstr "Метка \"%(tag)s\" снята с документа \"%(document)s\" msgid "Add tag to document" msgstr "Добавить тег к документу" +#~ msgid "Name" +#~ msgstr "Имя" + +#~ msgid "Tag already exists." +#~ msgstr "Метка уже существует." + #~ msgid "tags" #~ msgstr "tags" 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 4140cbfec7..9799cb0952 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,45 +9,35 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Oznake" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Ime" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Barva" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Oznake" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +110,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Barva" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Kreiraj novo oznako" @@ -156,141 +146,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "Odstrani oznake iz dokumenta" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "" @@ -299,6 +285,9 @@ msgstr "" msgid "Add tag to document" msgstr "" +#~ msgid "Name" +#~ msgstr "Ime" + #~ msgid "tags" #~ msgstr "tags" diff --git a/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po b/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po index 6f9b1143df..007583119a 100644 --- a/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/sq/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 648313f005..5823b6292b 100644 --- a/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/tr_TR/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 257285296b..76b231b472 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,45 +9,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "Tags" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" -msgstr "Tên" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "Màu" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "Tags" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -72,8 +61,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -120,18 +109,18 @@ msgstr "Orange" msgid "Yellow" msgstr "Yellow" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "Màu" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "Tạo tag mới" @@ -156,141 +145,138 @@ msgstr "Gắn tag cho tài liệu" msgid "Remove tags from documents" msgstr "Xóa tag từ tài liệu" -#: views.py:44 -msgid "Tag already exists." -msgstr "Tag đã tồn tại." - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "Tag được tạo thành công." -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "Cần cung cấp ít nhất một tài liệu" -#: views.py:88 +#: views.py:78 #, 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:93 +#: views.py:83 #, 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:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "Gắn tag cho tài liệu: %s" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "Gắn tag cho các tài liệu: %s" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "Cần cung cấp ít nhất một tag" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Tag \"%s\" xóa thành công." -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Lỗi xóa tag \"%(tag)s\": %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Bạn chắc chắn muốn xóa tag: %s?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "Sẽ được xóa trong tất cả tài liệu." -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Bạn chắc chắn muốn xóa tag: %s?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "Tag cập nhật thành công." -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 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:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "Xóa tag từ tài liệu: %s" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "Xóa tag từ các tài liệu: %s" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to 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:325 +#: views.py:308 #, 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?" +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:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to 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:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, 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:345 +#: views.py:328 #, 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\"." @@ -299,6 +285,12 @@ msgstr "Tag \"%(tag)s\" đã được xóa thành công từ tài liệu \"%(doc msgid "Add tag to document" msgstr "Gắn tag cho tài liệu" +#~ msgid "Name" +#~ msgstr "Tên" + +#~ msgid "Tag already exists." +#~ msgstr "Tag đã tồn tại." + #~ msgid "tags" #~ msgstr "tags" 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 a9109a9e09..02be197dcd 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,45 +10,34 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "标签" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "返回所有标签列表" -#: forms.py:24 -msgid "Name" -msgstr "名称" - -#: forms.py:25 models.py:14 -msgid "Color" -msgstr "颜色" - -#: links.py:11 -msgid "Tag list" +#: __init__.py:38 +msgid "Preview" msgstr "" +#: __init__.py:42 +msgid "Tagged items" +msgstr "" + +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" +msgstr "标签" + #: links.py:12 msgid "Create new tag" msgstr "" @@ -73,8 +62,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -121,18 +110,18 @@ msgstr "橙" msgid "Yellow" msgstr "黄色" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "颜色" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "创建新标签" @@ -157,141 +146,137 @@ msgstr "给文档添加标签" msgid "Remove tags from documents" msgstr "从文档中删除标签" -#: views.py:44 -msgid "Tag already exists." -msgstr "标签已经存在。" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "标签成功创建。" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "必须提供至少一个文件。" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "文档 \"%(document)s\"已经被标记为 \"%(tag)s\"" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "文档\"%(document)s\"添加标签\"%(tag)s\"成功。" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "添加标签到文档:%s." -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "添加标签到文档:%s." -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "必须至少提供一个标签" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "标签 \"%s\" 删除成功" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "删除标签\"%(tag)s\"失败: %(error)s" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "确定要删除标签: %s么?" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "将从所有文档中移除" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "确定要删除标签: %s么?" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "标签更新成功" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "必须至少提供一个标签文档" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "从文档: %s移除标签" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "从文档: %s移除标签" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "确定要从文档: %(document)s移除标签 \"%(tag)s\" 么?" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "确定要从文档: %(documents)s移除标签 \"%(tag)s\" 么?" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "确定要从文档: %(document)s移除标签 \"%(tags)s\" 么?" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "确定要从文档: %(documents)s移除标签 \"%(tags)s\" 么?" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "文档\"%(document)s\"无标签\"%(tag)s\"" -#: views.py:345 +#: views.py:328 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." msgstr "标签\"%(tag)s\"成功从文档\"%(document)s\"移除" @@ -300,6 +285,12 @@ msgstr "标签\"%(tag)s\"成功从文档\"%(document)s\"移除" msgid "Add tag to document" msgstr "添加标签到文档" +#~ msgid "Name" +#~ msgstr "名称" + +#~ msgid "Tag already exists." +#~ msgstr "标签已经存在。" + #~ msgid "tags" #~ msgstr "tags" 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 2d6f37c527..37c615ba34 100644 --- a/mayan/apps/tags/locale/zh_TW/LC_MESSAGES/django.po +++ b/mayan/apps/tags/locale/zh_TW/LC_MESSAGES/django.po @@ -1,50 +1,39 @@ # SOME 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:26 -msgid "Preview" -msgstr "" - -#: __init__.py:30 -msgid "Tagged items" -msgstr "" - -#: __init__.py:37 __init__.py:45 forms.py:42 links.py:20 permissions.py:7 -#: views.py:125 -msgid "Tags" -msgstr "" - -#: __init__.py:69 +#: __init__.py:34 msgid "Returns a list of all the tags." msgstr "" -#: forms.py:24 -msgid "Name" +#: __init__.py:38 +msgid "Preview" msgstr "" -#: forms.py:25 models.py:14 -msgid "Color" +#: __init__.py:42 +msgid "Tagged items" msgstr "" -#: links.py:11 -msgid "Tag list" +#: __init__.py:49 __init__.py:57 __init__.py:65 forms.py:42 links.py:11 +#: links.py:20 models.py:18 permissions.py:7 views.py:115 +msgid "Tags" msgstr "" #: links.py:12 @@ -71,8 +60,8 @@ msgstr "" msgid "Edit" msgstr "" -#: links.py:23 -msgid "Tagged documents" +#: links.py:23 models.py:14 +msgid "Documents" msgstr "" #: links.py:25 @@ -119,18 +108,18 @@ msgstr "" msgid "Yellow" msgstr "" -#: models.py:13 views.py:179 views.py:231 views.py:248 +#: models.py:12 +msgid "Label" +msgstr "" + +#: models.py:13 +msgid "Color" +msgstr "" + +#: models.py:17 views.py:169 views.py:214 views.py:231 msgid "Tag" msgstr "" -#: models.py:17 -msgid "Tag properties" -msgstr "" - -#: models.py:18 -msgid "Tags properties" -msgstr "" - #: permissions.py:9 msgid "Create new tags" msgstr "" @@ -155,141 +144,137 @@ msgstr "" msgid "Remove tags from documents" msgstr "" -#: views.py:44 -msgid "Tag already exists." -msgstr "" - -#: views.py:52 +#: views.py:42 msgid "Tag created succesfully." msgstr "" -#: views.py:58 +#: views.py:48 msgid "Create tag" msgstr "" -#: views.py:70 +#: views.py:60 msgid "Must provide at least one document." msgstr "" -#: views.py:88 +#: views.py:78 #, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" msgstr "" -#: views.py:93 +#: views.py:83 #, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." msgstr "" -#: views.py:101 +#: views.py:91 msgid "Document" msgstr "" -#: views.py:109 +#: views.py:99 #, python-format msgid "Attach tag to document: %s." msgstr "" -#: views.py:111 +#: views.py:101 #, python-format msgid "Attach tag to documents: %s." msgstr "" -#: views.py:155 +#: views.py:145 msgid "Must provide at least one tag." msgstr "" -#: views.py:170 +#: views.py:160 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:172 +#: views.py:162 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:187 +#: views.py:177 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:188 views.py:191 +#: views.py:178 views.py:181 msgid "Will be removed from all documents." msgstr "" -#: views.py:190 +#: views.py:180 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:219 +#: views.py:205 msgid "Tag updated succesfully." msgstr "" -#: views.py:228 +#: views.py:211 #, python-format msgid "Edit tag: %s" msgstr "" -#: views.py:244 +#: views.py:227 #, python-format msgid "Documents with the tag \"%s\"" msgstr "" -#: views.py:263 +#: views.py:246 #, python-format msgid "Tags for: %s" msgstr "" -#: views.py:275 +#: views.py:258 msgid "Must provide at least one tagged document." msgstr "" -#: views.py:314 +#: views.py:297 #, python-format msgid "Remove tag from document: %s." msgstr "" -#: views.py:316 +#: views.py:299 #, python-format msgid "Remove tag from documents: %s." msgstr "" -#: views.py:322 +#: views.py:305 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" msgstr "" -#: views.py:325 +#: views.py:308 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" msgstr "" -#: views.py:330 +#: views.py:313 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" msgstr "" -#: views.py:333 +#: views.py:316 #, python-format msgid "" "Are you sure you wish to remove the tags %(tags)s from the documents: " "%(documents)s?" msgstr "" -#: views.py:340 +#: views.py:323 #, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" msgstr "" -#: views.py:345 +#: views.py:328 #, 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 8384883164..95361dee49 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +33,35 @@ msgstr "كلمة مرور جديدة" msgid "Confirm password" msgstr "تأكيد كلمة المرور" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +101,172 @@ msgstr "عرض المجموعات الحالية" msgid "Delete existing groups" msgstr "حذف المجموعات الحالية" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "تم تحديث المستخدم \"%s\" بنجاح." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "تم انشاء المستخدم \"%s\" بنجاح." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "تم مسح المستخدم \"%s\" بنجاح." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "هل أنت متأكد أنك تريد حذف المستخدم %s ؟" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "هل أنت متأكد أنك تريد حذف المستخدمين %s ؟" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "نجحت إعادة تعيين كلمة المرور للمستخدم: %s" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "خطأ أثناء إعادة تعيين كلمة المرور للمستخدم \"%(user)s\": %(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "إعادة كلمة السر للمستخدم: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "إعادة كلمة السر للمستخدمين %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "تم تحديث مجموعة \"%s\" بنجاح." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "تم انشاء مجموعة \"%s \" بنجاح." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "يجب أن توفر ما لا يقل عن مجموعة واحدة." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "تم حذف مجموعة \"%s \" بنجاح." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "خطأ أثناء مسح المجموعة: \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "هل أنت متأكد أنك تريد حذف المجموعة %s ؟" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "هل أنت متأكد أنك تريد حذف المجموعات %s ؟" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 39d908e475..57b63472a9 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +32,35 @@ msgstr "Нова парола" msgid "Confirm password" msgstr "Потвърждение на парола" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +100,172 @@ msgstr "Преглед на съществуващи групи" msgid "Delete existing groups" msgstr "Изтриване на съществуващи групи" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Редактиране на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Редактиране на потребители от супер потребител и служител не е разрешено. " +"Използвайте администраторския модул за тези случаи." -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Потребител \"%s\" е обновен успешно" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Потребител \"%s\" е създаден успешно." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Трябва да изберете поне един потребител." -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Изтриване на потребители от супер потребител и служител не е разрешено. " +"Използвайте администраторския модул за тези случаи." -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Потребител \"%s\" е изтрит успешно." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Грешка при изтриването на потребител \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Сигурни ли сте, че искате да изтриете потребителят %s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Сигурни ли сте, че искате да изтриете потребителите %s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Паролата не съвпада. Опитайте отново." -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." +msgstr "" +"Промяна на парола на потребители от супер потребител и служител не е " +"разрешено. Използвайте администраторския модул за тези случаи." -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Успешна промяна на парола на потребител %s." -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Грешка при промяна на парола на потребител \"%(user)s\": %(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Промяна на парола на потребител %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Промяна на парола на потребители %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Групата \"%s\" е обновена успешно." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Групата \"%s\" е създадена успешно." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Необходимо е да се включи поне една група." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Групата \"%s\" е изтрита успешно." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Грешка при изтриването на група \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Сигурни ли сте, че искате да изтриете групата %s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Сигурни ли сте, че искате да изтриете групите %s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 543f0fbe64..8e7ae19d4f 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +33,35 @@ msgstr "Nova lozinka" msgid "Confirm password" msgstr "Potvrdite lozinku" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +101,172 @@ msgstr "Pregledaj postojeće grupe" msgid "Delete existing groups" msgstr "Obriši postojeće grupe" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Korisnik \"%s\" uspješno update-ovan." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Korisnik \"%s\" uspješno kreiran." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Mora biti obebjeđen bar jedan korisnik." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Korisnik \"%s\" uspješno obrisan." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Greška brisanja korisnika \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Jeste li sigurni da želite izbrisati korisnika: %s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Jeste li sigurni da želite izbrisati korisnike: %s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Lozinke se ne podudaraju, pokušajte ponovo." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Uspješno resetovana lozinka za korisnika: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Resetovanje lozinke za korisnika: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Resetovanje lozinke za korisnike: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupa \"%s\" uspješno update-ovana." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupa \"%s\" uspješno kreirana." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Mora biti obezbjeđen bar jedna grupa." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupa \"%s\" uspješno obrisana." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Greška brisanja grupe \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Jeste li sigurni da želite izbrisati grupu: %s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Jeste li sigurni da želite izbrisati grupe:% s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 1905512c97..bd8f9c6de9 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +32,35 @@ msgstr "Nyt password" msgid "Confirm password" msgstr "Bekræft password" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +100,172 @@ msgstr "Se eksisterende grupper" msgid "Delete existing groups" msgstr "Slet eksisterende grupper" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Bruger \"%s\" opdateret." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Bruger \"%s\" oprettet." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Der skal angives mindst én bruger." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Bruger \"%s\" slettet." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Fejl ved sletning af bruger \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "De to password stemmer ikke overens, prøv igen." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Password er blevet nulstillet for bruger: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Nulstiller password for bruger: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Nulstiller password for brugerne: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Gruppen \"%s\" opdateret." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Gruppen \"%s\" oprettet." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Du skal angive mindst én gruppe." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppen \"%s\" slettet." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Fejl ved sletning af gruppen \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 ddf0f3940a..830a8eac2f 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 @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/mayan-edms/language/de_CH/)\n" +"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" +"mayan-edms/language/de_CH/)\n" +"Language: de_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_CH\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 4ef4a50008..90e7824c2e 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,17 +15,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -37,43 +38,35 @@ msgstr "Neues Passwort" msgid "Confirm password" msgstr "Passwort bestätigen" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -113,166 +106,174 @@ msgstr "Gruppen anzeigen" msgid "Delete existing groups" msgstr "Gruppen löschen" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Benutzer \"%s\" erfolgreich aktualisiert." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Benutzer \"%s\" erfolgreich angelegt." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Es muss mindestens ein Benutzer angegeben werden." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Benutzer \"%s\" erfolgreich gelöscht." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Fehler beim Löschen des Benutzers \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Passwort erfolgreich zurückgesetzt für Benutzer %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Passwort zurücksetzen für Benutzer %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Passwort zurücksetzen für die Benutzer %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Gruppe \"%s\" erfolgreich aktualisiert." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Gruppe \"%s\" erfolgreich angelegt." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Es muss mindestens eine Gruppe angegeben werden." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppe \"%s\" erfolgreich gelöscht." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Fehler beim Löschen der Gruppe \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 645cb1ae37..d9bb4130e3 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: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,51 +30,41 @@ msgstr "New password" msgid "Confirm password" msgstr "Confirm password" -#: links.py:9 -#, fuzzy -msgid "User list" -msgstr "user list" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 #, fuzzy msgid "Users" msgstr "users" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 #, fuzzy msgid "Create new user" msgstr "Create new users" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 #, fuzzy msgid "Delete" msgstr "delete" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 #, fuzzy msgid "Reset password" msgstr "reset password" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 #, fuzzy msgid "Groups" msgstr "groups" -#: links.py:19 -#, fuzzy -msgid "Group list" -msgstr "group list" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 #, fuzzy msgid "Create new group" msgstr "Create new groups" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 #, fuzzy msgid "Members" msgstr "members" @@ -115,27 +105,27 @@ msgstr "View existing groups" msgid "Delete existing groups" msgstr "Delete existing groups" -#: views.py:33 +#: views.py:34 #, fuzzy msgid "Full name" msgstr "full name" -#: views.py:37 +#: views.py:38 #, fuzzy msgid "Email" msgstr "email" -#: views.py:41 +#: views.py:42 #, fuzzy msgid "Active" msgstr "active" -#: views.py:45 +#: views.py:46 #, fuzzy msgid "Has usable password?" msgstr "has usable password?" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." @@ -143,30 +133,30 @@ msgstr "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "User \"%s\" updated successfully." -#: views.py:74 +#: views.py:75 #, fuzzy, python-format msgid "Edit user: %s" msgstr "edit user: %s" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "User \"%s\" created successfully." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Must provide at least one user." -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -174,31 +164,31 @@ msgstr "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "User \"%s\" deleted successfully." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error deleting user \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Passwords do not match, try again." -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -206,90 +196,98 @@ msgstr "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Successfull password reset for user: %s." -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Error reseting password for user \"%(user)s\": %(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Reseting password for user: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Reseting password for users: %s" -#: views.py:235 +#: views.py:236 #, fuzzy, python-format msgid "Non groups of user: %s" msgstr "non groups of user: %s" -#: views.py:236 +#: views.py:237 #, fuzzy, python-format msgid "Groups of user: %s" msgstr "groups of user: %s" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Group \"%s\" updated successfully." -#: views.py:282 +#: views.py:281 #, fuzzy, python-format msgid "Edit group: %s" msgstr "edit group: %s" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 #, fuzzy msgid "Group" msgstr "group" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Group \"%s\" created successfully." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Must provide at least one group." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Group \"%s\" deleted successfully." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Error deleting group \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, fuzzy, python-format msgid "Non members of group: %s" msgstr "non members of group: %s" -#: views.py:378 +#: views.py:376 #, fuzzy, python-format msgid "Members of group: %s" msgstr "members of group: %s" +#, fuzzy +#~ msgid "User list" +#~ msgstr "user list" + +#, fuzzy +#~ msgid "Group list" +#~ msgstr "group list" + #~ msgid "edit" #~ msgstr "edit" 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 c8fa0303a8..273c9b37aa 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 @@ -10,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -32,43 +33,35 @@ msgstr "Nueva contraseña" msgid "Confirm password" msgstr "Confirmar contraseña" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -108,166 +101,173 @@ msgstr "Ver grupos existentes" msgid "Delete existing groups" msgstr "Eliminar grupos existentes" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuario \"%s\" actualizado con éxito." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuario \"%s\" creado con éxito." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Debe indicar al menos un usuario." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuario \"%s\" eliminado con éxito." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error eliminando el usuario \"%(user)s\": %(error)s " -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "¿Está seguro que desea eliminar el usuario: %s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "¿Está seguro que desea eliminar los usuarios: %s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Las contraseñas no coinciden. Vuelva a intentarlo." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Contraseña restablecida para el usuario: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Restaurando contraseña del usuario: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Restaurando la contraseña de los usuarios: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupo \"%s\" actualizado con éxito." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupo \"%s\" creado con éxito." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Debe indicar al menos un grupo." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" eliminado con éxito." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Error al eliminar el grupo \"%(group)s\": %(error)s " -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "¿Está seguro que desea eliminar el grupo: %s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "¿Está seguro que desea eliminar los grupos: %s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 6ddc599667..23a876e154 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +32,35 @@ msgstr "کلمه عبور جدید" msgid "Confirm password" msgstr "تائید کلمه عبور" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +100,166 @@ msgstr "دیدن گروه های موجود" msgid "Delete existing groups" msgstr "جذف گروه های موجود" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 f95f193d4c..84844523a6 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: # Pierre Lhoste , 2012 @@ -10,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -32,43 +33,35 @@ msgstr "Nouveau mot de passe" msgid "Confirm password" msgstr "Confirmer le mot de passe" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -108,166 +101,174 @@ msgstr "Afficher les groupes existant" msgid "Delete existing groups" msgstr "Supprimer les groupes existant" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilisateur \"%s\" mis à jour avec succès." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilisateur \"%s\" créé avec succès." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Vous devez fournir au moins un utilisateur." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilisateur \"%s\" supprimé avec succès." -#: views.py:126 +#: views.py:127 #, 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:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Ré-initialisation du mote de passe pour l'utilisateur: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Ré-initialisation du mote de passe pour les utilisateur: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Le groupe \"%s\" a été mis à jour avec succès." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Groupe \"%s\" créé avec succès." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Vous devez fournir au minimum un groupe." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Groupe \"%s\" supprimé avec succès." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erreur lors de la suppression du groupe \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 1126fec692..0ca68a6b72 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,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +32,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +100,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 4f00e45daf..c5954846d2 100644 --- a/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/hu/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 f2df831506..27ea82751e 100644 --- a/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/id/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 5eb16b8a3f..9fc779d1cd 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,17 +10,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -32,43 +33,35 @@ msgstr "Nuova password" msgid "Confirm password" msgstr "Conferma password" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -108,166 +101,174 @@ msgstr "Visualizza i gruppi" msgid "Delete existing groups" msgstr "Cancella i gruppi esistenti" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utente \"%s\" aggiornato con successo." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Utente \"%s\" creato con successo." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Devi fornire almeno un utente." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utente \"%s\" cancellato con successo." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Sei sicuro di voler cancellare l'utente: %s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Sei sicuro di voler cancellare gli utenti: %s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "La password non corrisponde, riprova." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Password reimpostata per l'utente: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Reimposta la password per l'utente:%s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Reimposta la password per gli utenti:%s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Gruppo \"%s\" aggiornato con successo." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Gruppo \"%s\" creato con successo." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Devi almeno indicare un gruppo" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppo \"%s\" cancellato con successo." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erroro nella cancellazione del gruppo\"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Sei sicuro di voler cancellare il gruppo: %s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Sei sicuro di voler cancellare i gruppi: %s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 5ad88a42bf..6e9cad943f 100644 --- a/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/lv/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/lv/)\n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" +"language/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +32,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +100,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 cdf927422c..c3dc1e3dae 100644 --- a/mayan/apps/user_management/locale/nb/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/nb/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/nb/)\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" +"edms/language/nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 4da7ec197f..082feb4fe2 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,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 185f712386..e5f03d7687 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: # mic , 2014 @@ -10,17 +10,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -32,43 +34,35 @@ msgstr "Nowe hasło" msgid "Confirm password" msgstr "Potwierdź hasło" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -108,166 +102,172 @@ msgstr "Zobacz istniejących grup" msgid "Delete existing groups" msgstr "Usunąć istniejące grupy" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Użytkownik \"%s\" został zaktualizowany." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Użytkownik \"%s\" został utworzony pomyślnie." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Musi podać co najmniej jednego użytkownika." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Użytkownik \"%s\" został usunięta." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Błąd podczas usuwania użytkownika \" %(user)s \": %(error)s " -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Czy na pewno chcesz usunąć użytkownika:%s.?" -#: views.py:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Hasła nie pasują, spróbuj ponownie." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Pomyślne resetowania hasła użytkownika:%s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Resetowanie hasła użytkownika:%s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Resetowanie hasła dla użytkowników:%s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupa \"%s\" została zaktualizowany." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupa \"%s\" została utworzona pomyślnie." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Musi podać co najmniej jedną grupę." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupa \"%s\" została usunięta." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Błąd podczas usuwania grupy \" %(group)s \": %(error)s " -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Czy na pewno chcesz usunąć grupę:%s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Czy na pewno chcesz usunąć grupy: %s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 2b2f9c8e43..cc802ba854 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,17 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -33,43 +34,35 @@ msgstr "Nova senha" msgid "Confirm password" msgstr "Confirmar senha" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -109,166 +102,172 @@ msgstr "Ver grupos existentes" msgid "Delete existing groups" msgstr "Excluir grupos existentes" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilizador \"%s\" atualizado com sucesso." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilizador \"%s\" criado com sucesso." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Deve fornecer pelo menos um utilizador." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilizador \"%s\" removido com sucesso." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Erro ao excluir o utilizador \"%(user)s\": %(error)s " -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "As senhas não coincidem, tente novamente." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Redefinição da senha bem-sucedida para o utilizador: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "A redefinir a senha do utilizador: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "A redefinir a senha dos utilizadores: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupo \"%s\" atualizado com sucesso." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupo \"%s\" criado com sucesso." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Deve fornecer pelo menos um grupo." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" excluído com sucesso." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 206738c4a8..430793a772 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 @@ -11,17 +11,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-0400\n" "PO-Revision-Date: 2014-10-08 21:14+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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -33,43 +34,35 @@ msgstr "Nova senha" msgid "Confirm password" msgstr "Confirmar senha" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -109,166 +102,172 @@ msgstr "Ver grupos existentes" msgid "Delete existing groups" msgstr "Excluir grupos existentes" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuário \"%s\" atualizado com sucesso." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuário \"%s\" criado com sucesso." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Deve fornecer pelo menos um usuário." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuário \"%s\" removido com sucesso." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Senhas não coincidem, tente novamente." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Redefinição de senha do usuário bem-sucedida: %s." -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Redefinindo senha para o usuário: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Redefinindo senha para os usuários: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupo \"%s\" atualizado com sucesso." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupo \"%s\" criado com sucesso." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Deve fornecer pelo menos um grupo." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" removido com sucesso." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 dd40cd2ca4..69d2bd2694 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +33,35 @@ msgstr "Parolă nouă" msgid "Confirm password" msgstr "Confirmați parola" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +101,172 @@ msgstr "Vezi grupurile existente" msgid "Delete existing groups" msgstr "Ștergeți grupuri existente" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utilizatorul \"%s\" fost actualizat cu succes." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Utilizator \"%s\" creat cu succes." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Trebuie să furnizeze cel puțin un utilizator." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utilizatorul \"%s\" a fost șters cu succes." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Eroare la ștergerea utilizator \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Parolele nu corespund, încercați din nou." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Resetarea parolei cu succes pentru utilizator:% s." -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Eroare resetarea parola pentru utilizatorul %(user)s\": %(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Resetarea parola pentru utilizator:% s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Resetarea parolei pentru utilizatori:% s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupul \"%s\" a fost actualizat cu succes." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupul \"%s\" a fost creat cu succes." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Trebuie să furnizeze cel puțin un grup." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupul \"%s\" a fost șters cu succes." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Eroare la ștergerea grupului \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 f635c4d455..c0bed0898f 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,17 +9,19 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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=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:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +33,35 @@ msgstr "Новый пароль" msgid "Confirm password" msgstr "Подтвердите пароль" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +101,172 @@ msgstr "Просмотр существующих групп" msgid "Delete existing groups" msgstr "Удалить существующие группы" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." +msgstr "" +"Редактирование суперпользователя и персонала не допускается, используйте для " +"этого интерфейс администратора." -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Пользователь \"%s\"обновлён" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Пользователь \"%s\" создан." -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Должен быть хотя бы один пользователь." -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Удаление суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Пользователь \"%s\" удален." -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Ошибка при удалении пользователя \"%(user)s\": %(error)s" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Вы действительно хотите удалить пользователя:%s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Вы действительно хотите удалить пользователей:%s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Пароли не совпадают, попробуйте еще раз." -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." +msgstr "" +"Сброс паролей суперпользователя и персонала не допускается, используйте " +"интерфейс администратора для этих случаев." -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Пароль пользователя %s сброшен." -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Ошибка сброса пароля для пользователя \"%(user)s\": %(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Сброс пароля пользователя: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Сброс пароля для пользователей: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Группа \"%s\" обновлены." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Группа \"%s\"создана." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Должна быть хотя бы одна группа." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Группа \"%s\" удалена." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Ошибка при удалении группы \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Вы действительно хотите удалить группу: %s?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Вы действительно хотите удалить группы: %s?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 63d0eb2413..fa513d7d6c 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,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +32,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +100,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 749a2ae53c..5470d79adc 100644 --- a/mayan/apps/user_management/locale/sq/LC_MESSAGES/django.po +++ b/mayan/apps/user_management/locale/sq/LC_MESSAGES/django.po @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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/language/sq/)\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" +"language/sq/)\n" +"Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 3323aa15ce..2918b8eb4c 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,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 4fb1333472..db15c6022c 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +32,35 @@ msgstr "Mật khẩu mới" msgid "Confirm password" msgstr "Xác nhận mật khẩu" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +100,172 @@ msgstr "Xem các nhóm" msgid "Delete existing groups" msgstr "Xóa nhóm" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 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:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "Người dùng \"%s\" cập nhật thành công." -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, 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:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "Cần cung cấp ít nhất một user." -#: views.py:121 +#: views.py:122 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:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Người dùng \"%s\" đã xóa thành công." -#: views.py:126 +#: views.py:127 #, 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:141 +#: views.py:142 #, 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:143 +#: views.py:144 #, 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:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "Mật khẩu không khớp, thử lại." -#: views.py:181 +#: views.py:182 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:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "Reset mật khẩu thành công: %s" -#: views.py:187 +#: views.py:188 #, 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:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "Đang reset mật khẩu: %s" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "Đang reset mật khẩu: %s" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Nhóm \"%s\" đã cập nhật thành công." -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "Nhóm \"%s\" được tạo thành công." -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "Cần cung cấp ít nhất một nhóm." -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Nhóm \"%s\" đã xóa thành công." -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Lỗi xóa nhóm \"%(group)s\": %(error)s" -#: views.py:345 +#: views.py:343 #, 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:347 +#: views.py:345 #, 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:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 21618ae3a4..2583e27372 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,17 +9,18 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -31,43 +32,35 @@ msgstr "新密码" msgid "Confirm password" msgstr "确认密码" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -107,166 +100,166 @@ msgstr "查看现有组" msgid "Delete existing groups" msgstr "删除现有组" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "不允许编辑超级和管理用户,请使用管理接口来操作。" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "更新用户\"%s\"成功" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "创建用户\"%s\"成功" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "必须提供至少一个用户" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "不允许删除超级和管理用户,请使用管理接口来操作。" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "删除用户\"%s\"成功" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "删除用户: \"%(user)s\": %(error)s出错。" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "确定要删除用户:%s?" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "确定要删除用户:%s?" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "密码不匹配,请再试一次" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "不允许重置超级和管理用户的密码,请使用管理接口来操作。" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "重置用户:%s密码成功" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "重置用户\"%(user)s\"密码出错:%(error)s" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "重置用户%s的密码" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "重置用户:%s的密码" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "更新组\"%s\"成功" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "创建组\"%s\"成功" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "必须提供至少一个组" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "删除组\"%s\" 成功" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "删除组\"%(group)s\"出错:%(error)s" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "确定要删除组%s么?" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "确定要删除组:%s么?" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr "" 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 e2324d9594..9dd72e42ff 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 @@ -1,24 +1,25 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-08 17:12-0400\n" +"POT-Creation-Date: 2014-10-22 15:48-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-edms/language/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" +"edms/language/zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: __init__.py:36 +#: __init__.py:37 msgid "Returns a list of all the users." msgstr "" @@ -30,43 +31,35 @@ msgstr "" msgid "Confirm password" msgstr "" -#: links.py:9 -msgid "User list" -msgstr "" - -#: links.py:10 views.py:29 +#: links.py:10 links.py:11 views.py:30 msgid "Users" msgstr "" -#: links.py:11 links.py:21 +#: links.py:12 links.py:22 msgid "Edit" msgstr "" -#: links.py:12 views.py:96 +#: links.py:13 views.py:97 msgid "Create new user" msgstr "" -#: links.py:13 links.py:14 links.py:23 links.py:24 +#: links.py:14 links.py:15 links.py:24 links.py:25 msgid "Delete" msgstr "" -#: links.py:15 links.py:16 +#: links.py:16 links.py:17 msgid "Reset password" msgstr "" -#: links.py:17 links.py:20 views.py:252 +#: links.py:18 links.py:20 links.py:21 views.py:252 msgid "Groups" msgstr "" -#: links.py:19 -msgid "Group list" -msgstr "" - -#: links.py:22 views.py:303 +#: links.py:23 views.py:301 msgid "Create new group" msgstr "" -#: links.py:25 views.py:256 +#: links.py:26 views.py:256 msgid "Members" msgstr "" @@ -106,166 +99,166 @@ msgstr "" msgid "Delete existing groups" msgstr "" -#: views.py:33 +#: views.py:34 msgid "Full name" msgstr "" -#: views.py:37 +#: views.py:38 msgid "Email" msgstr "" -#: views.py:41 +#: views.py:42 msgid "Active" msgstr "" -#: views.py:45 +#: views.py:46 msgid "Has usable password?" msgstr "" -#: views.py:61 +#: views.py:62 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:68 +#: views.py:69 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:74 +#: views.py:75 #, python-format msgid "Edit user: %s" msgstr "" -#: views.py:77 views.py:133 views.py:196 views.py:240 +#: views.py:78 views.py:134 views.py:197 views.py:241 msgid "User" msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:111 views.py:165 +#: views.py:112 views.py:166 msgid "Must provide at least one user." msgstr "" -#: views.py:121 +#: views.py:122 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:124 +#: views.py:125 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:126 +#: views.py:127 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:141 +#: views.py:142 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:143 +#: views.py:144 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:176 +#: views.py:177 msgid "Passwords do not match, try again." msgstr "" -#: views.py:181 +#: views.py:182 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:185 +#: views.py:186 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:203 +#: views.py:204 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:205 +#: views.py:206 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "Non groups of user: %s" msgstr "" -#: views.py:236 +#: views.py:237 #, python-format msgid "Groups of user: %s" msgstr "" -#: views.py:276 +#: views.py:275 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:282 +#: views.py:281 #, python-format msgid "Edit group: %s" msgstr "" -#: views.py:285 views.py:337 views.py:382 +#: views.py:284 views.py:335 views.py:380 msgid "Group" msgstr "" -#: views.py:297 +#: views.py:295 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:318 +#: views.py:316 msgid "Must provide at least one group." msgstr "" -#: views.py:328 +#: views.py:326 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:330 +#: views.py:328 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:345 +#: views.py:343 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:347 +#: views.py:345 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:377 +#: views.py:375 #, python-format msgid "Non members of group: %s" msgstr "" -#: views.py:378 +#: views.py:376 #, python-format msgid "Members of group: %s" msgstr ""