diff --git a/apps/acls/locale/ar/LC_MESSAGES/django.mo b/apps/acls/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..ca911d58ee Binary files /dev/null and b/apps/acls/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/ar/LC_MESSAGES/django.po b/apps/acls/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9aae1eac89 --- /dev/null +++ b/apps/acls/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,241 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-01-02 09:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/acls/locale/bg/LC_MESSAGES/django.mo b/apps/acls/locale/bg/LC_MESSAGES/django.mo index cd7cbdefcf..0f9095512c 100644 Binary files a/apps/acls/locale/bg/LC_MESSAGES/django.mo and b/apps/acls/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/bg/LC_MESSAGES/django.po b/apps/acls/locale/bg/LC_MESSAGES/django.po index 52d8e4f87c..4f97094eb3 100644 --- a/apps/acls/locale/bg/LC_MESSAGES/django.po +++ b/apps/acls/locale/bg/LC_MESSAGES/django.po @@ -1,23 +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: # Iliya Georgiev , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-10-15 10:27+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 @@ -194,14 +193,12 @@ msgstr " от %s" #: views.py:282 views.py:609 #, 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:284 views.py:611 #, 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:291 views.py:618 #, python-format diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.mo b/apps/acls/locale/de_DE/LC_MESSAGES/django.mo index 482463bf51..c8e6dc14c3 100644 Binary files a/apps/acls/locale/de_DE/LC_MESSAGES/django.mo and b/apps/acls/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/de_DE/LC_MESSAGES/django.po b/apps/acls/locale/de_DE/LC_MESSAGES/django.po index 3b254f7481..5ba389c431 100644 --- a/apps/acls/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/acls/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-09-20 07:40+0000\n" "Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 @@ -167,16 +166,12 @@ msgstr "zu %s" #: views.py:189 views.py:530 #, 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:191 views.py:532 #, 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:198 views.py:539 #, python-format @@ -198,16 +193,12 @@ msgstr "von %s" #: views.py:282 views.py:609 #, 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 enziehen " -"möchten?" +msgstr "Sind Sie sicher, dass Sie die Berechtigung %(title_suffix)s enziehen möchten?" #: views.py:284 views.py:611 #, 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 enziehen " -"möchten?" +msgstr "Sind Sie sicher, dass Sie die Berechtigungen %(title_suffix)s enziehen möchten?" #: views.py:291 views.py:618 #, python-format diff --git a/apps/acls/locale/en/LC_MESSAGES/django.mo b/apps/acls/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/acls/locale/en/LC_MESSAGES/django.mo and b/apps/acls/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index 3f2fa1a312..c2ef76c74a 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/acls/locale/es/LC_MESSAGES/django.mo b/apps/acls/locale/es/LC_MESSAGES/django.mo index b0b7d06a99..78e97d8697 100644 Binary files a/apps/acls/locale/es/LC_MESSAGES/django.mo and b/apps/acls/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/es/LC_MESSAGES/django.po b/apps/acls/locale/es/LC_MESSAGES/django.po index fa1223e4fb..b471423ba1 100644 --- a/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/apps/acls/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-12 00:16+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 @@ -183,8 +182,7 @@ msgstr "Permiso \"%(permission)s\" otorgado a %(actor)s para %(object)s." msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -msgstr "" -"%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." +msgstr "%(actor)s, ya tenía el permiso \"%(permission)s\", otorgado para %(object)s." #: views.py:279 views.py:606 #, python-format diff --git a/apps/acls/locale/fr/LC_MESSAGES/django.mo b/apps/acls/locale/fr/LC_MESSAGES/django.mo index 27c32dfb4e..1112fcfe81 100644 Binary files a/apps/acls/locale/fr/LC_MESSAGES/django.mo and b/apps/acls/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/fr/LC_MESSAGES/django.po b/apps/acls/locale/fr/LC_MESSAGES/django.po index 3dd792126e..1e1e7fcb5d 100644 --- a/apps/acls/locale/fr/LC_MESSAGES/django.po +++ b/apps/acls/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-28 15:20+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:14 @@ -166,14 +165,12 @@ msgstr "sur %s" #: views.py:189 views.py:530 #, 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:191 views.py:532 #, 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:198 views.py:539 #, python-format @@ -185,9 +182,7 @@ msgstr "Autorisation \"%(permission)s\" accordée à %(actor)s sur %(object)s." msgid "" "%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." -msgstr "" -"%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur " -"%(object)s." +msgstr "%(actor)s, dispose déjà de l'autorisation \"%(permission)s\" accordée sur %(object)s." #: views.py:279 views.py:606 #, python-format @@ -202,14 +197,12 @@ msgstr "Êtes vous certain de vouloir révoquer l'autorisation %(title_suffix)s? #: views.py:284 views.py:611 #, 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:291 views.py:618 #, 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:297 views.py:624 #, python-format diff --git a/apps/acls/locale/it/LC_MESSAGES/django.mo b/apps/acls/locale/it/LC_MESSAGES/django.mo index d38f6d3d40..23d1a47739 100644 Binary files a/apps/acls/locale/it/LC_MESSAGES/django.mo and b/apps/acls/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/it/LC_MESSAGES/django.po b/apps/acls/locale/it/LC_MESSAGES/django.po index 2331408ef6..43ab78d602 100644 --- a/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-06-08 07:20+0000\n" "Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 diff --git a/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo b/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo index 1bc2ce974c..da0b7f201d 100644 Binary files a/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/acls/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/nl_NL/LC_MESSAGES/django.po b/apps/acls/locale/nl_NL/LC_MESSAGES/django.po index b79a4d4a9b..9dc30582a3 100644 --- a/apps/acls/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/acls/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.mo b/apps/acls/locale/pl/LC_MESSAGES/django.mo index 057c19f8a2..4e55e8dbda 100644 Binary files a/apps/acls/locale/pl/LC_MESSAGES/django.mo and b/apps/acls/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/pl/LC_MESSAGES/django.po b/apps/acls/locale/pl/LC_MESSAGES/django.po index 78f5c50eb5..c48d00b095 100644 --- a/apps/acls/locale/pl/LC_MESSAGES/django.po +++ b/apps/acls/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:14 msgid "ACLs" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.mo b/apps/acls/locale/pt/LC_MESSAGES/django.mo index 6f34484dd9..a3d3b27ba4 100644 Binary files a/apps/acls/locale/pt/LC_MESSAGES/django.mo and b/apps/acls/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.po b/apps/acls/locale/pt/LC_MESSAGES/django.po index 4ef7fcb1f5..b3c32f7440 100644 --- a/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-03 19:01+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo b/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo index 41ca899112..62c74f5ccf 100644 Binary files a/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/acls/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po index 83bcabe8c4..2e8c312ffb 100644 --- a/apps/acls/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:14 diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.mo b/apps/acls/locale/ru/LC_MESSAGES/django.mo index 4649d85fff..4c3b5b668a 100644 Binary files a/apps/acls/locale/ru/LC_MESSAGES/django.mo and b/apps/acls/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.po b/apps/acls/locale/ru/LC_MESSAGES/django.po index ddbecbb9e9..deafdbf512 100644 --- a/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-27 04:26+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:14 msgid "ACLs" diff --git a/apps/acls/locale/sl_SI/LC_MESSAGES/django.po b/apps/acls/locale/sl_SI/LC_MESSAGES/django.po index a905570da8..52a2eb186f 100644 --- a/apps/acls/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/acls/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-01-02 09:45+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -17,10 +17,38 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: forms.py:21 links.py:14 links.py:20 +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "" +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + #: forms.py:38 msgid "Users" msgstr "" @@ -37,35 +65,7 @@ msgstr "" msgid "Special" msgstr "" -#: links.py:10 -msgid "ACLs" -msgstr "" - -#: links.py:11 links.py:19 -msgid "details" -msgstr "" - -#: links.py:12 links.py:21 -msgid "grant" -msgstr "" - -#: links.py:13 links.py:22 -msgid "revoke" -msgstr "" - -#: links.py:16 -msgid "Default ACLs" -msgstr "" - -#: links.py:17 -msgid "List of classes" -msgstr "" - -#: links.py:18 -msgid "ACLs for class" -msgstr "" - -#: managers.py:119 managers.py:131 +#: managers.py:118 managers.py:130 msgid "Insufficient access." msgstr "" diff --git a/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo b/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..c22cd4f732 Binary files /dev/null and b/apps/acls/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/vi_VN/LC_MESSAGES/django.po b/apps/acls/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..12ec55875c --- /dev/null +++ b/apps/acls/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,241 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-01-02 09:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:14 +msgid "ACLs" +msgstr "" + +#: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "" + +#: __init__.py:16 __init__.py:25 +msgid "grant" +msgstr "" + +#: __init__.py:17 __init__.py:26 +msgid "revoke" +msgstr "" + +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "" + +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 +msgid "Users" +msgstr "" + +#: forms.py:41 +msgid "Groups" +msgstr "" + +#: forms.py:44 +msgid "Roles" +msgstr "" + +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:118 managers.py:130 +msgid "Insufficient access." +msgstr "" + +#: models.py:25 models.py:67 +msgid "permission" +msgstr "" + +#: models.py:51 +msgid "access entry" +msgstr "" + +#: models.py:52 +msgid "access entries" +msgstr "" + +#: models.py:88 +msgid "default access entry" +msgstr "" + +#: models.py:89 +msgid "default access entries" +msgstr "" + +#: models.py:108 +msgid "Creator" +msgstr "" + +#: models.py:111 models.py:112 +msgid "creator" +msgstr "" + +#: permissions.py:7 permissions.py:8 +msgid "Access control lists" +msgstr "" + +#: permissions.py:10 +msgid "Edit ACLs" +msgstr "" + +#: permissions.py:11 +msgid "View ACLs" +msgstr "" + +#: permissions.py:13 +msgid "Edit class default ACLs" +msgstr "" + +#: permissions.py:14 +msgid "View class default ACLs" +msgstr "" + +#: views.py:47 +#, python-format +msgid "access control lists for: %s" +msgstr "" + +#: views.py:49 views.py:409 +msgid "holder" +msgstr "" + +#: views.py:50 views.py:410 +msgid "permissions" +msgstr "" + +#: views.py:97 +#, python-format +msgid "permissions available to: %(actor)s for %(obj)s" +msgstr "" + +#: views.py:104 views.py:442 +msgid "namespace" +msgstr "" + +#: views.py:105 views.py:443 +msgid "label" +msgstr "" + +#: views.py:107 views.py:445 +msgid "has permission" +msgstr "" + +#: views.py:184 views.py:277 views.py:525 views.py:604 +msgid ", " +msgstr "" + +#: views.py:185 views.py:278 views.py:526 views.py:605 +#, python-format +msgid " for %s" +msgstr "" + +#: views.py:186 views.py:527 +#, python-format +msgid " to %s" +msgstr "" + +#: views.py:189 views.py:530 +#, python-format +msgid "Are you sure you wish to grant the permission %(title_suffix)s?" +msgstr "" + +#: views.py:191 views.py:532 +#, python-format +msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:198 views.py:539 +#, python-format +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" + +#: views.py:204 views.py:545 +#, python-format +msgid "" +"%(actor)s, already had the permission \"%(permission)s\" granted for " +"%(object)s." +msgstr "" + +#: views.py:279 views.py:606 +#, python-format +msgid " from %s" +msgstr "" + +#: views.py:282 views.py:609 +#, python-format +msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" +msgstr "" + +#: views.py:284 views.py:611 +#, python-format +msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" +msgstr "" + +#: views.py:291 views.py:618 +#, python-format +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." +msgstr "" + +#: views.py:297 views.py:624 +#, python-format +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgstr "" + +#: views.py:353 +#, python-format +msgid "add new holder for: %s" +msgstr "" + +#: views.py:354 views.py:486 +msgid "Select" +msgstr "" + +#: views.py:386 +msgid "classes" +msgstr "" + +#: views.py:388 +msgid "class" +msgstr "" + +#: views.py:407 +#, python-format +msgid "default access control lists for class: %s" +msgstr "" + +#: views.py:435 +#, python-format +msgid "permissions available to: %(actor)s for class %(class)s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "add new holder for class: %s" +msgstr "" diff --git a/apps/bootstrap/locale/ar/LC_MESSAGES/django.mo b/apps/bootstrap/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d22a081ed5 Binary files /dev/null and b/apps/bootstrap/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/ar/LC_MESSAGES/django.po b/apps/bootstrap/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7b7ace4d9e --- /dev/null +++ b/apps/bootstrap/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,316 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: forms.py:50 +msgid "Bootstrap setup file" +msgstr "" + +#: forms.py:56 +msgid "Bootstrap setup URL" +msgstr "" + +#: links.py:11 +msgid "bootstrap" +msgstr "" + +#: links.py:12 +msgid "bootstrap setup list" +msgstr "" + +#: links.py:13 +msgid "create new bootstrap setup" +msgstr "" + +#: links.py:14 +msgid "edit" +msgstr "" + +#: links.py:15 +msgid "delete" +msgstr "" + +#: links.py:16 +msgid "details" +msgstr "" + +#: links.py:17 +msgid "execute" +msgstr "" + +#: links.py:18 +msgid "dump current setup" +msgstr "" + +#: links.py:19 +msgid "export" +msgstr "" + +#: links.py:20 +msgid "import from file" +msgstr "" + +#: links.py:21 +msgid "import from URL" +msgstr "" + +#: links.py:22 +msgid "sync with repository" +msgstr "" + +#: links.py:23 +msgid "erase database" +msgstr "" + +#: literals.py:20 +msgid "JSON" +msgstr "" + +#: literals.py:63 +msgid "YAML" +msgstr "" + +#: literals.py:64 +msgid "Better YAML" +msgstr "" + +#: models.py:30 +msgid "name" +msgstr "" + +#: models.py:31 +msgid "slug" +msgstr "" + +#: models.py:32 views.py:34 +msgid "description" +msgstr "" + +#: models.py:33 +msgid "fixture" +msgstr "" + +#: models.py:33 +msgid "These are the actual database structure creation instructions." +msgstr "" + +#: models.py:34 views.py:35 +msgid "type" +msgstr "" + +#: models.py:35 +msgid "creation date and time" +msgstr "" + +#: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172 +msgid "bootstrap setup" +msgstr "" + +#: models.py:105 views.py:31 +msgid "bootstrap setups" +msgstr "" + +#: permissions.py:7 +msgid "Database bootstrap" +msgstr "" + +#: permissions.py:9 +msgid "View bootstrap setups" +msgstr "" + +#: permissions.py:10 +msgid "Create bootstrap setups" +msgstr "" + +#: permissions.py:11 +msgid "Edit bootstrap setups" +msgstr "" + +#: permissions.py:12 +msgid "Delete bootstrap setups" +msgstr "" + +#: permissions.py:13 +msgid "Execute bootstrap setups" +msgstr "" + +#: permissions.py:14 +msgid "Dump the current project\\s setup into a bootstrap setup" +msgstr "" + +#: permissions.py:15 +msgid "Export bootstrap setups as files" +msgstr "" + +#: permissions.py:16 +msgid "Import new bootstrap setups" +msgstr "" + +#: permissions.py:17 +msgid "Sync the local bootstrap setups with a published repository" +msgstr "" + +#: permissions.py:18 +msgid "Erase the entire database and document storage" +msgstr "" + +#: registry.py:7 +msgid "Bootstrap" +msgstr "" + +#: registry.py:8 +msgid "Provides pre configured setups for indexes, document types, tags, etc." +msgstr "" + +#: views.py:50 +msgid "Bootstrap setup created successfully" +msgstr "" + +#: views.py:53 +msgid "Error creating bootstrap setup." +msgstr "" + +#: views.py:58 +msgid "create bootstrap" +msgstr "" + +#: views.py:78 +msgid "Bootstrap setup edited successfully" +msgstr "" + +#: views.py:81 +msgid "Error editing bootstrap setup." +msgstr "" + +#: views.py:86 +#, python-format +msgid "edit bootstrap setup: %s" +msgstr "" + +#: views.py:111 +#, python-format +msgid "Bootstrap setup: %s deleted successfully." +msgstr "" + +#: views.py:113 +#, python-format +msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "Are you sure you with to delete the bootstrap setup: %s?" +msgstr "" + +#: views.py:164 +msgid "" +"Cannot execute bootstrap setup, there is existing data. Erase all data and " +"try again." +msgstr "" + +#: views.py:166 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:168 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:180 +#, python-format +msgid "" +"Are you sure you wish to execute the database bootstrap setup named: %s?" +msgstr "" + +#: views.py:196 +#, python-format +msgid "Error dumping configuration into a bootstrap setup; %s" +msgstr "" + +#: views.py:200 +msgid "Bootstrap setup created successfully." +msgstr "" + +#: views.py:206 +msgid "dump current configuration into a bootstrap setup" +msgstr "" + +#: views.py:240 views.py:268 +msgid "Bootstrap setup imported successfully." +msgstr "" + +#: views.py:243 +msgid "File is not a bootstrap setup." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Error importing bootstrap setup from file; %s." +msgstr "" + +#: views.py:251 +msgid "Import bootstrap setup from file" +msgstr "" + +#: views.py:271 +msgid "Data from URL is not a bootstrap setup." +msgstr "" + +#: views.py:273 +#, python-format +msgid "Error importing bootstrap setup from URL; %s." +msgstr "" + +#: views.py:279 +msgid "Import bootstrap setup from URL" +msgstr "" + +#: views.py:298 +#, python-format +msgid "Error erasing database; %s" +msgstr "" + +#: views.py:300 +msgid "Database erased successfully." +msgstr "" + +#: views.py:310 +msgid "" +"Are you sure you wish to erase the entire database and document storage?" +msgstr "" + +#: views.py:311 +msgid "" +"All documents, sources, metadata, metadata types, set, tags, indexes and " +"logs will be lost irreversibly!" +msgstr "" + +#: views.py:328 +msgid "Bootstrap repository successfully synchronized." +msgstr "" + +#: views.py:330 +#, python-format +msgid "Bootstrap repository synchronization error: %(error)s" +msgstr "" + +#: views.py:337 +msgid "Are you sure you wish to synchronize with the bootstrap repository?" +msgstr "" diff --git a/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo b/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo index 13f66b41cd..0b6fe70c9f 100644 Binary files a/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/bg/LC_MESSAGES/django.po b/apps/bootstrap/locale/bg/LC_MESSAGES/django.po index 0d446837e6..775f9ad85c 100644 --- a/apps/bootstrap/locale/bg/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-10-17 10:27+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 @@ -109,8 +108,7 @@ msgstr "" #: models.py:33 msgid "These are the actual database structure creation instructions." -msgstr "" -"Това са текущите инструкции за създаване на структурата на базата данни." +msgstr "Това са текущите инструкции за създаване на структурата на базата данни." #: models.py:34 views.py:35 msgid "type" @@ -181,9 +179,8 @@ msgid "Provides pre configured setups for indexes, document types, tags, etc." msgstr "" #: views.py:50 -#, fuzzy msgid "Bootstrap setup created successfully" -msgstr "Базата данни е изтрита успешно." +msgstr "" #: views.py:53 msgid "Error creating bootstrap setup." @@ -238,12 +235,10 @@ msgid "Bootstrap setup \"%s\" executed successfully." msgstr "" #: views.py:180 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to execute the database bootstrap setup named: %s?" msgstr "" -"Сигурен ли сте, че искате да изтриете цялата база данни и документното " -"пространство?" #: views.py:196 #, python-format @@ -251,18 +246,16 @@ msgid "Error dumping configuration into a bootstrap setup; %s" msgstr "" #: views.py:200 -#, fuzzy msgid "Bootstrap setup created successfully." -msgstr "Базата данни е изтрита успешно." +msgstr "" #: views.py:206 msgid "dump current configuration into a bootstrap setup" msgstr "" #: views.py:240 views.py:268 -#, fuzzy msgid "Bootstrap setup imported successfully." -msgstr "Базата данни е изтрита успешно." +msgstr "" #: views.py:243 msgid "File is not a bootstrap setup." @@ -302,9 +295,7 @@ msgstr "Базата данни е изтрита успешно." #: views.py:310 msgid "" "Are you sure you wish to erase the entire database and document storage?" -msgstr "" -"Сигурен ли сте, че искате да изтриете цялата база данни и документното " -"пространство?" +msgstr "Сигурен ли сте, че искате да изтриете цялата база данни и документното пространство?" #: views.py:311 msgid "" @@ -322,8 +313,5 @@ msgid "Bootstrap repository synchronization error: %(error)s" msgstr "" #: views.py:337 -#, fuzzy msgid "Are you sure you wish to synchronize with the bootstrap repository?" msgstr "" -"Сигурен ли сте, че искате да изтриете цялата база данни и документното " -"пространство?" diff --git a/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo b/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo index b399445ead..ac368ab476 100644 Binary files a/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po b/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po index 791bcc3814..816ef0ea29 100644 --- a/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/en/LC_MESSAGES/django.mo b/apps/bootstrap/locale/en/LC_MESSAGES/django.mo index b399445ead..d811a86be2 100644 Binary files a/apps/bootstrap/locale/en/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/en/LC_MESSAGES/django.po b/apps/bootstrap/locale/en/LC_MESSAGES/django.po index 791bcc3814..aa5df027f7 100644 --- a/apps/bootstrap/locale/en/LC_MESSAGES/django.po +++ b/apps/bootstrap/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: 2012-12-12 03:20-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/bootstrap/locale/es/LC_MESSAGES/django.mo b/apps/bootstrap/locale/es/LC_MESSAGES/django.mo index 3bd455fcc6..fb84db23a5 100644 Binary files a/apps/bootstrap/locale/es/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/es/LC_MESSAGES/django.po b/apps/bootstrap/locale/es/LC_MESSAGES/django.po index d2fae2a881..d1c7078ce8 100644 --- a/apps/bootstrap/locale/es/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 07:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 @@ -61,19 +60,19 @@ msgstr "grabar la configuración actual" #: links.py:19 msgid "export" -msgstr "" +msgstr "exportar" #: links.py:20 msgid "import from file" -msgstr "" +msgstr "importar desde el archivo" #: links.py:21 msgid "import from URL" -msgstr "" +msgstr "importar desde URL" #: links.py:22 msgid "sync with repository" -msgstr "" +msgstr "sincronizar con el repositorio" #: links.py:23 msgid "erase database" @@ -97,7 +96,7 @@ msgstr "nombre" #: models.py:31 msgid "slug" -msgstr "" +msgstr "identificador" #: models.py:32 views.py:34 msgid "description" @@ -109,9 +108,7 @@ msgstr "código" #: models.py:33 msgid "These are the actual database structure creation instructions." -msgstr "" -"Estas son la instrucciones reales para la creación de las estructuras de la " -"base de datos." +msgstr "Estas son la instrucciones reales para la creación de las estructuras de la base de datos." #: models.py:34 views.py:35 msgid "type" @@ -155,8 +152,7 @@ msgstr "Ejecutar configuraciones de arranque" #: permissions.py:14 msgid "Dump the current project\\s setup into a bootstrap setup" -msgstr "" -"Grabar la configuración actual del projecto en una configuración de arranque" +msgstr "Grabar la configuración actual del projecto en una configuración de arranque" #: permissions.py:15 msgid "Export bootstrap setups as files" @@ -180,9 +176,7 @@ msgstr "Arranque" #: registry.py:8 msgid "Provides pre configured setups for indexes, document types, tags, etc." -msgstr "" -"Proporciona configuraciones pre ajustadas para los índices, tipos de " -"documentos, etiquetas, etc" +msgstr "Proporciona configuraciones pre ajustadas para los índices, tipos de documentos, etiquetas, etc" #: views.py:50 msgid "Bootstrap setup created successfully" @@ -301,18 +295,13 @@ msgstr "Base de datos borrada exitosamente." #: views.py:310 msgid "" "Are you sure you wish to erase the entire database and document storage?" -msgstr "" -"¿Está seguro que desea borrar de la base de datos completamente y el " -"almacenamiento de documentos?" +msgstr "¿Está seguro que desea borrar de la base de datos completamente y el almacenamiento de documentos?" #: views.py:311 msgid "" "All documents, sources, metadata, metadata types, set, tags, indexes and " "logs will be lost irreversibly!" -msgstr "" -"¡Todos los documentos, las fuentes, los metadatos, los tipos de metadatos, " -"los conjuntos de metadatos, las etiquetas, los índices y vitacoras se " -"perderán irreversiblemente!" +msgstr "¡Todos los documentos, las fuentes, los metadatos, los tipos de metadatos, los conjuntos de metadatos, las etiquetas, los índices y vitacoras se perderán irreversiblemente!" #: views.py:328 msgid "Bootstrap repository successfully synchronized." diff --git a/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo b/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo index 3d480b7ac0..603511c104 100644 Binary files a/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/fr/LC_MESSAGES/django.po b/apps/bootstrap/locale/fr/LC_MESSAGES/django.po index e95d685254..ccc6b8dcab 100644 --- a/apps/bootstrap/locale/fr/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# , 2012. +# Pierre Lhoste , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: forms.py:50 msgid "Bootstrap setup file" @@ -52,7 +53,7 @@ msgstr "" #: links.py:17 msgid "execute" -msgstr "" +msgstr "exécuter" #: links.py:18 msgid "dump current setup" @@ -76,7 +77,7 @@ msgstr "" #: links.py:23 msgid "erase database" -msgstr "" +msgstr "Supprimer la base de données" #: literals.py:20 msgid "JSON" @@ -100,7 +101,7 @@ msgstr "" #: models.py:32 views.py:34 msgid "description" -msgstr "" +msgstr "description" #: models.py:33 msgid "fixture" @@ -120,7 +121,7 @@ msgstr "" #: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172 msgid "bootstrap setup" -msgstr "" +msgstr "pré-configuration" #: models.py:105 views.py:31 msgid "bootstrap setups" @@ -128,7 +129,7 @@ msgstr "" #: permissions.py:7 msgid "Database bootstrap" -msgstr "" +msgstr "Pré-configuration de base de données" #: permissions.py:9 msgid "View bootstrap setups" @@ -168,7 +169,7 @@ msgstr "" #: permissions.py:18 msgid "Erase the entire database and document storage" -msgstr "" +msgstr "Effacer l'ensemble de la base de donnée et tous les documents stockés" #: registry.py:7 msgid "Bootstrap" @@ -227,12 +228,12 @@ msgstr "" #: views.py:166 #, python-format msgid "Error executing bootstrap setup; %s" -msgstr "" +msgstr "Erreur lors de l'exécution de la pré-configuration; %s" #: views.py:168 #, python-format msgid "Bootstrap setup \"%s\" executed successfully." -msgstr "" +msgstr "Pré-configuration \"%s\" effectuée avec succès." #: views.py:180 #, python-format @@ -286,22 +287,22 @@ msgstr "" #: views.py:298 #, python-format msgid "Error erasing database; %s" -msgstr "" +msgstr "Erreur lors de l'effacement de la base de données; %s" #: views.py:300 msgid "Database erased successfully." -msgstr "" +msgstr "Base de Données effacée avec succès." #: views.py:310 msgid "" "Are you sure you wish to erase the entire database and document storage?" -msgstr "" +msgstr "Êtes vous certain de vouloir effacer l'intégralité de la base de données et des documents stockés?" #: views.py:311 msgid "" "All documents, sources, metadata, metadata types, set, tags, indexes and " "logs will be lost irreversibly!" -msgstr "" +msgstr "Tous les documents, sources, métadonnées, types de métadonnées, jeux, étiquettes, indexes et logs seron définitivement perdus!" #: views.py:328 msgid "Bootstrap repository successfully synchronized." diff --git a/apps/bootstrap/locale/it/LC_MESSAGES/django.mo b/apps/bootstrap/locale/it/LC_MESSAGES/django.mo index 804143e55e..237fe6fc78 100644 Binary files a/apps/bootstrap/locale/it/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/it/LC_MESSAGES/django.po b/apps/bootstrap/locale/it/LC_MESSAGES/django.po index 5d49ef07a7..742e8bface 100644 --- a/apps/bootstrap/locale/it/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo index b399445ead..b5a62605af 100644 Binary files a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po index 791bcc3814..a571186df1 100644 --- a/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/nl_NL/LC_MESSAGES/django.po @@ -1,316 +1,317 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# Lucas Weel , 2013. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-12 13:11+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 msgid "Bootstrap setup file" -msgstr "" +msgstr "'Bootstrap Setup' file" #: forms.py:56 msgid "Bootstrap setup URL" -msgstr "" +msgstr "'Bootstrap Setup' URL" #: links.py:11 msgid "bootstrap" -msgstr "" +msgstr "Bootstrap" #: links.py:12 msgid "bootstrap setup list" -msgstr "" +msgstr "'Bootstrap Setup' lijst" #: links.py:13 msgid "create new bootstrap setup" -msgstr "" +msgstr "Nieuwe 'Bootstrap Setup' aanmaken" #: links.py:14 msgid "edit" -msgstr "" +msgstr "bewerken" #: links.py:15 msgid "delete" -msgstr "" +msgstr "verwijderen" #: links.py:16 msgid "details" -msgstr "" +msgstr "details" #: links.py:17 msgid "execute" -msgstr "" +msgstr "uitvoeren" #: links.py:18 msgid "dump current setup" -msgstr "" +msgstr "huidige Setup verwijderen" #: links.py:19 msgid "export" -msgstr "" +msgstr "exporteren" #: links.py:20 msgid "import from file" -msgstr "" +msgstr "importeren vanaf een bestand" #: links.py:21 msgid "import from URL" -msgstr "" +msgstr "importeren vanaf een URL" #: links.py:22 msgid "sync with repository" -msgstr "" +msgstr "synchroniseren met de opslag" #: links.py:23 msgid "erase database" -msgstr "" +msgstr "database wissen" #: literals.py:20 msgid "JSON" -msgstr "" +msgstr "JSON" #: literals.py:63 msgid "YAML" -msgstr "" +msgstr "YAML" #: literals.py:64 msgid "Better YAML" -msgstr "" +msgstr "'Better YAML'" #: models.py:30 msgid "name" -msgstr "" +msgstr "naam" #: models.py:31 msgid "slug" -msgstr "" +msgstr "dop" #: models.py:32 views.py:34 msgid "description" -msgstr "" +msgstr "omschrijving" #: models.py:33 msgid "fixture" -msgstr "" +msgstr "mal" #: models.py:33 msgid "These are the actual database structure creation instructions." -msgstr "" +msgstr "Dit zijn de instructies voor het aanmaken van de database." #: models.py:34 views.py:35 msgid "type" -msgstr "" +msgstr "soort" #: models.py:35 msgid "creation date and time" -msgstr "" +msgstr "aanmaakdatum en tijd" #: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172 msgid "bootstrap setup" -msgstr "" +msgstr "Bootstrap Setup" #: models.py:105 views.py:31 msgid "bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups'" #: permissions.py:7 msgid "Database bootstrap" -msgstr "" +msgstr "Database bootstrap" #: permissions.py:9 msgid "View bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups' bekijken" #: permissions.py:10 msgid "Create bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups' aanmaken" #: permissions.py:11 msgid "Edit bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups' bewerken" #: permissions.py:12 msgid "Delete bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups' verwijderen" #: permissions.py:13 msgid "Execute bootstrap setups" -msgstr "" +msgstr "'Bootstrap Setups' uitvoeren" #: permissions.py:14 msgid "Dump the current project\\s setup into a bootstrap setup" -msgstr "" +msgstr "Verplaats de 'setup' van het huidige project naar een 'Bootstrap Setup'" #: permissions.py:15 msgid "Export bootstrap setups as files" -msgstr "" +msgstr "Exporteer 'Bootstrap Setups' als bestanden" #: permissions.py:16 msgid "Import new bootstrap setups" -msgstr "" +msgstr "Importeren van nieuwe 'Bootstrap Setups'" #: permissions.py:17 msgid "Sync the local bootstrap setups with a published repository" -msgstr "" +msgstr "Synchroniseer de locale 'Bootstrap Setups' met een publieke opslag" #: permissions.py:18 msgid "Erase the entire database and document storage" -msgstr "" +msgstr "Volledige database en documentopslag wissen" #: registry.py:7 msgid "Bootstrap" -msgstr "" +msgstr "Bootstrap" #: registry.py:8 msgid "Provides pre configured setups for indexes, document types, tags, etc." -msgstr "" +msgstr "Levert voorgeconfigureerde 'Setups' voor indexering, documentsoorten, labels, etc." #: views.py:50 msgid "Bootstrap setup created successfully" -msgstr "" +msgstr "'Bootstrap Setup' is aangemaakt" #: views.py:53 msgid "Error creating bootstrap setup." -msgstr "" +msgstr "Fout bij het aanmaken van een 'Bootstrap Setup'" #: views.py:58 msgid "create bootstrap" -msgstr "" +msgstr "'Bootstrap' aanmaken" #: views.py:78 msgid "Bootstrap setup edited successfully" -msgstr "" +msgstr "'Bootstrap Setup' is aangepast" #: views.py:81 msgid "Error editing bootstrap setup." -msgstr "" +msgstr "Fout bij het bewerken van een 'Bootstrap Setup'" #: views.py:86 #, python-format msgid "edit bootstrap setup: %s" -msgstr "" +msgstr "'Bootstrap Setup: %s, bewerken" #: views.py:111 #, python-format msgid "Bootstrap setup: %s deleted successfully." -msgstr "" +msgstr "'Bootstrap Setup': %s is verwijdert" #: views.py:113 #, python-format msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s" -msgstr "" +msgstr "Fout bij het verwijderen van 'Bootstrap Setup': %(bootstrap)s. Foutmelding: %(error)s" #: views.py:124 #, python-format msgid "Are you sure you with to delete the bootstrap setup: %s?" -msgstr "" +msgstr "Bent u er zeker van dat u, 'Bootstrap Setup': %s, wenst te verwijderen?" #: views.py:164 msgid "" "Cannot execute bootstrap setup, there is existing data. Erase all data and " "try again." -msgstr "" +msgstr "Kan de 'Bootstrap Setup' niet uitvoeren, er zijn momenteel gegevens aanwezig. Verwijder aanwezige gegevens en probeer het opnieuw." #: views.py:166 #, python-format msgid "Error executing bootstrap setup; %s" -msgstr "" +msgstr "Fout bij het uitvoeren van 'Bootstrap Setup': Foutmelding: %s" #: views.py:168 #, python-format msgid "Bootstrap setup \"%s\" executed successfully." -msgstr "" +msgstr "'Bootstrap Setup' \"%s\" is uitgevoerd." #: views.py:180 #, python-format msgid "" "Are you sure you wish to execute the database bootstrap setup named: %s?" -msgstr "" +msgstr "Bent u er zeker van dat u database 'Bootstrap Setup': %s, wenst uit te voeren?" #: views.py:196 #, python-format msgid "Error dumping configuration into a bootstrap setup; %s" -msgstr "" +msgstr "Fout bij het verplatsen van de configuratie naar een 'Bootstrap Setup'. Foutmelding: %s" #: views.py:200 msgid "Bootstrap setup created successfully." -msgstr "" +msgstr "'Bootstrap Setup' is aangemaakt." #: views.py:206 msgid "dump current configuration into a bootstrap setup" -msgstr "" +msgstr "verplaats huidige configuratie naar een 'Bootstrap Setup'" #: views.py:240 views.py:268 msgid "Bootstrap setup imported successfully." -msgstr "" +msgstr "'Bootstrap Setup' is geïmporteerd" #: views.py:243 msgid "File is not a bootstrap setup." -msgstr "" +msgstr "Bestand is geen 'Bootstrap Setup'" #: views.py:245 #, python-format msgid "Error importing bootstrap setup from file; %s." -msgstr "" +msgstr "Fout bij het importeren van een 'Bootstrap Setup' vanuit een bestand. Foutmelding: %s. " #: views.py:251 msgid "Import bootstrap setup from file" -msgstr "" +msgstr "Importeren van een 'Bootstrap Setup' vanuit een bestand" #: views.py:271 msgid "Data from URL is not a bootstrap setup." -msgstr "" +msgstr "De data van de URL is geen 'Bootstrap Setup' " #: views.py:273 #, python-format msgid "Error importing bootstrap setup from URL; %s." -msgstr "" +msgstr "Fout bij het importeren van een 'Bootstrap Setup' vanuit URL: %s." #: views.py:279 msgid "Import bootstrap setup from URL" -msgstr "" +msgstr "Importeren van 'Bootstrap Setup' vanuit een URL" #: views.py:298 #, python-format msgid "Error erasing database; %s" -msgstr "" +msgstr "Fout bij wissen database, foutmelding: %s" #: views.py:300 msgid "Database erased successfully." -msgstr "" +msgstr "Database is gewist" #: views.py:310 msgid "" "Are you sure you wish to erase the entire database and document storage?" -msgstr "" +msgstr "Bent u er zeker van dat u de volledige database en documentopslag wenst te wissen?" #: views.py:311 msgid "" "All documents, sources, metadata, metadata types, set, tags, indexes and " "logs will be lost irreversibly!" -msgstr "" +msgstr "Alle documenten, documentbronnen, metadata, metadata-typen, verzamelingen, labels, indexeringen en logboeken, zullen onomkeerbaar worden verwijdert!" #: views.py:328 msgid "Bootstrap repository successfully synchronized." -msgstr "" +msgstr "'Bootstrap' opslag is gesynchroniseerd" #: views.py:330 #, python-format msgid "Bootstrap repository synchronization error: %(error)s" -msgstr "" +msgstr "Fout bij het synchroniseren van de 'Bootstrap' opslag. Foutmelding: %(error)s" #: views.py:337 msgid "Are you sure you wish to synchronize with the bootstrap repository?" -msgstr "" +msgstr "Bent u er zeker van dat u de 'Bootstrap' opslag wenst te synchroniseren?" diff --git a/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo index 0a5a203a44..9999dfcdde 100644 Binary files a/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/pl/LC_MESSAGES/django.po b/apps/bootstrap/locale/pl/LC_MESSAGES/django.po index 63f38b6908..92e4c626e1 100644 --- a/apps/bootstrap/locale/pl/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo index 804143e55e..d45d1139e3 100644 Binary files a/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/pt/LC_MESSAGES/django.po b/apps/bootstrap/locale/pt/LC_MESSAGES/django.po index 5d49ef07a7..6d142bafc1 100644 --- a/apps/bootstrap/locale/pt/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo index 3d480b7ac0..84f968daa4 100644 Binary files a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po index e95d685254..dcf2196c29 100644 --- a/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo b/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo index e6ed2aade3..21945cfecf 100644 Binary files a/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo and b/apps/bootstrap/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/ru/LC_MESSAGES/django.po b/apps/bootstrap/locale/ru/LC_MESSAGES/django.po index 1ac6de42ba..80009b9edb 100644 --- a/apps/bootstrap/locale/ru/LC_MESSAGES/django.po +++ b/apps/bootstrap/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:04+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: 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" #: forms.py:50 msgid "Bootstrap setup file" diff --git a/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.mo b/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d992a5afff Binary files /dev/null and b/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.po b/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b6d311c715 --- /dev/null +++ b/apps/bootstrap/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,316 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-07-23 19:40+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: forms.py:50 +msgid "Bootstrap setup file" +msgstr "" + +#: forms.py:56 +msgid "Bootstrap setup URL" +msgstr "" + +#: links.py:11 +msgid "bootstrap" +msgstr "" + +#: links.py:12 +msgid "bootstrap setup list" +msgstr "" + +#: links.py:13 +msgid "create new bootstrap setup" +msgstr "" + +#: links.py:14 +msgid "edit" +msgstr "" + +#: links.py:15 +msgid "delete" +msgstr "" + +#: links.py:16 +msgid "details" +msgstr "" + +#: links.py:17 +msgid "execute" +msgstr "" + +#: links.py:18 +msgid "dump current setup" +msgstr "" + +#: links.py:19 +msgid "export" +msgstr "" + +#: links.py:20 +msgid "import from file" +msgstr "" + +#: links.py:21 +msgid "import from URL" +msgstr "" + +#: links.py:22 +msgid "sync with repository" +msgstr "" + +#: links.py:23 +msgid "erase database" +msgstr "" + +#: literals.py:20 +msgid "JSON" +msgstr "" + +#: literals.py:63 +msgid "YAML" +msgstr "" + +#: literals.py:64 +msgid "Better YAML" +msgstr "" + +#: models.py:30 +msgid "name" +msgstr "" + +#: models.py:31 +msgid "slug" +msgstr "" + +#: models.py:32 views.py:34 +msgid "description" +msgstr "" + +#: models.py:33 +msgid "fixture" +msgstr "" + +#: models.py:33 +msgid "These are the actual database structure creation instructions." +msgstr "" + +#: models.py:34 views.py:35 +msgid "type" +msgstr "" + +#: models.py:35 +msgid "creation date and time" +msgstr "" + +#: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172 +msgid "bootstrap setup" +msgstr "" + +#: models.py:105 views.py:31 +msgid "bootstrap setups" +msgstr "" + +#: permissions.py:7 +msgid "Database bootstrap" +msgstr "" + +#: permissions.py:9 +msgid "View bootstrap setups" +msgstr "" + +#: permissions.py:10 +msgid "Create bootstrap setups" +msgstr "" + +#: permissions.py:11 +msgid "Edit bootstrap setups" +msgstr "" + +#: permissions.py:12 +msgid "Delete bootstrap setups" +msgstr "" + +#: permissions.py:13 +msgid "Execute bootstrap setups" +msgstr "" + +#: permissions.py:14 +msgid "Dump the current project\\s setup into a bootstrap setup" +msgstr "" + +#: permissions.py:15 +msgid "Export bootstrap setups as files" +msgstr "" + +#: permissions.py:16 +msgid "Import new bootstrap setups" +msgstr "" + +#: permissions.py:17 +msgid "Sync the local bootstrap setups with a published repository" +msgstr "" + +#: permissions.py:18 +msgid "Erase the entire database and document storage" +msgstr "" + +#: registry.py:7 +msgid "Bootstrap" +msgstr "" + +#: registry.py:8 +msgid "Provides pre configured setups for indexes, document types, tags, etc." +msgstr "" + +#: views.py:50 +msgid "Bootstrap setup created successfully" +msgstr "" + +#: views.py:53 +msgid "Error creating bootstrap setup." +msgstr "" + +#: views.py:58 +msgid "create bootstrap" +msgstr "" + +#: views.py:78 +msgid "Bootstrap setup edited successfully" +msgstr "" + +#: views.py:81 +msgid "Error editing bootstrap setup." +msgstr "" + +#: views.py:86 +#, python-format +msgid "edit bootstrap setup: %s" +msgstr "" + +#: views.py:111 +#, python-format +msgid "Bootstrap setup: %s deleted successfully." +msgstr "" + +#: views.py:113 +#, python-format +msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s" +msgstr "" + +#: views.py:124 +#, python-format +msgid "Are you sure you with to delete the bootstrap setup: %s?" +msgstr "" + +#: views.py:164 +msgid "" +"Cannot execute bootstrap setup, there is existing data. Erase all data and " +"try again." +msgstr "" + +#: views.py:166 +#, python-format +msgid "Error executing bootstrap setup; %s" +msgstr "" + +#: views.py:168 +#, python-format +msgid "Bootstrap setup \"%s\" executed successfully." +msgstr "" + +#: views.py:180 +#, python-format +msgid "" +"Are you sure you wish to execute the database bootstrap setup named: %s?" +msgstr "" + +#: views.py:196 +#, python-format +msgid "Error dumping configuration into a bootstrap setup; %s" +msgstr "" + +#: views.py:200 +msgid "Bootstrap setup created successfully." +msgstr "" + +#: views.py:206 +msgid "dump current configuration into a bootstrap setup" +msgstr "" + +#: views.py:240 views.py:268 +msgid "Bootstrap setup imported successfully." +msgstr "" + +#: views.py:243 +msgid "File is not a bootstrap setup." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Error importing bootstrap setup from file; %s." +msgstr "" + +#: views.py:251 +msgid "Import bootstrap setup from file" +msgstr "" + +#: views.py:271 +msgid "Data from URL is not a bootstrap setup." +msgstr "" + +#: views.py:273 +#, python-format +msgid "Error importing bootstrap setup from URL; %s." +msgstr "" + +#: views.py:279 +msgid "Import bootstrap setup from URL" +msgstr "" + +#: views.py:298 +#, python-format +msgid "Error erasing database; %s" +msgstr "" + +#: views.py:300 +msgid "Database erased successfully." +msgstr "" + +#: views.py:310 +msgid "" +"Are you sure you wish to erase the entire database and document storage?" +msgstr "" + +#: views.py:311 +msgid "" +"All documents, sources, metadata, metadata types, set, tags, indexes and " +"logs will be lost irreversibly!" +msgstr "" + +#: views.py:328 +msgid "Bootstrap repository successfully synchronized." +msgstr "" + +#: views.py:330 +#, python-format +msgid "Bootstrap repository synchronization error: %(error)s" +msgstr "" + +#: views.py:337 +msgid "Are you sure you wish to synchronize with the bootstrap repository?" +msgstr "" diff --git a/apps/checkouts/locale/ar/LC_MESSAGES/django.mo b/apps/checkouts/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..0331dff7c4 Binary files /dev/null and b/apps/checkouts/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/ar/LC_MESSAGES/django.po b/apps/checkouts/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4408498a5b --- /dev/null +++ b/apps/checkouts/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:43 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 +msgid "Document checked out" +msgstr "" + +#: events.py:6 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:19 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:20 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:25 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:26 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:18 +msgid "checkouts" +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:25 views.py:133 +msgid "document" +msgstr "" + +#: models.py:26 +msgid "check out date and time" +msgstr "" + +#: models.py:27 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:27 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:32 +msgid "block new version upload" +msgstr "" + +#: models.py:32 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:55 +msgid "document checkout" +msgstr "" + +#: models.py:56 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/checkouts/locale/bg/LC_MESSAGES/django.mo b/apps/checkouts/locale/bg/LC_MESSAGES/django.mo index d7a6faf3a7..3ddf8cd5af 100644 Binary files a/apps/checkouts/locale/bg/LC_MESSAGES/django.mo and b/apps/checkouts/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/bg/LC_MESSAGES/django.po b/apps/checkouts/locale/bg/LC_MESSAGES/django.po index 50384e9b51..e84c09b13e 100644 --- a/apps/checkouts/locale/bg/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-10-17 09:35+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 @@ -222,9 +221,7 @@ msgstr "Документ \"%s\" е регистриран успешно." 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:144 #, python-format @@ -268,9 +265,7 @@ msgstr "Въведете валидна времева разлика." msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -msgstr "" -"Време за задържане на документа в състояние проверен, в дни, часове и/или " -"минути." +msgstr "Време за задържане на документа в състояние проверен, в дни, часове и/или минути." #: widgets.py:89 msgid "Check out expiration date and time" diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo index 52e378826d..90ac61b141 100644 Binary files a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo and b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po index 3ffcf386bb..e7b99ff5e8 100644 --- a/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/de_DE/LC_MESSAGES/django.po @@ -1,62 +1,62 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-10 15:47+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-09-20 07:45+0000\n" +"Last-Translator: Manticor \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." -msgstr "" +msgstr "Überprüfe, ob die Frist für ausgecheckte Dokumente abgelaufen ist. " #: events.py:5 msgid "Document checked out" -msgstr "" +msgstr "Dokument wurde ausgecheckt" #: events.py:6 #, python-format msgid "Document \"%(document)s\" checked out by %(fullname)s." -msgstr "" +msgstr "Dokument \"%(document)s\" wurde von %(fullname)s ausgecheckt." #: events.py:12 msgid "Document checked in" -msgstr "" +msgstr "Dokument wurde eingecheckt" #: events.py:13 #, python-format msgid "Document \"%(document)s\" checked in by %(fullname)s." -msgstr "" +msgstr "Dokument \"%(document)s\" wude von %(fullname)s eingecheckt." #: events.py:19 msgid "Document automatically checked in" -msgstr "" +msgstr "Dokument automatisch eingecheckt" #: events.py:20 #, python-format msgid "Document \"%(document)s\" automatically checked in." -msgstr "" +msgstr "Dokument \"%(document)s\" automatisch eingecheckt." #: events.py:25 msgid "Document forcefully checked in" -msgstr "" +msgstr "Dokument \"gewaltsam\" eingecheckt" #: events.py:26 #, python-format msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." -msgstr "" +msgstr "Dokument \" %(document)s \" \"gewaltsam\" durch %(fullname)s eingecheckt." #: links.py:18 msgid "checkouts" diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.mo b/apps/checkouts/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/checkouts/locale/en/LC_MESSAGES/django.mo and b/apps/checkouts/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/en/LC_MESSAGES/django.po b/apps/checkouts/locale/en/LC_MESSAGES/django.po index 47307df855..a93694008f 100644 --- a/apps/checkouts/locale/en/LC_MESSAGES/django.po +++ b/apps/checkouts/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/checkouts/locale/es/LC_MESSAGES/django.mo b/apps/checkouts/locale/es/LC_MESSAGES/django.mo index c369206c91..2f6b943dec 100644 Binary files a/apps/checkouts/locale/es/LC_MESSAGES/django.mo and b/apps/checkouts/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/es/LC_MESSAGES/django.po b/apps/checkouts/locale/es/LC_MESSAGES/django.po index a39776fa85..472eade7ef 100644 --- a/apps/checkouts/locale/es/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/es/LC_MESSAGES/django.po @@ -1,29 +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: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 16:11+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." -msgstr "" -"Verifica reservaciones de documentos expiradas y los devuelve " -"estomáticamente." +msgstr "Verifica reservaciones de documentos expiradas y los devuelve estomáticamente." #: events.py:5 msgid "Document checked out" @@ -224,9 +221,7 @@ msgstr "Documento \"%s\" devuelto exitosamente." msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "" -"Usted reservo originalemente este document. ¿Está seguro que desea devolver " -"forzosamente el documento: %s?" +msgstr "Usted reservo originalemente este document. ¿Está seguro que desea devolver forzosamente el documento: %s?" #: views.py:144 #, python-format @@ -270,8 +265,7 @@ msgstr "Entre una diferencia de tiempo válida." msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -msgstr "" -"Cantidad de tiempo para reservar el documento, en días, horas y / o minutos." +msgstr "Cantidad de tiempo para reservar el documento, en días, horas y / o minutos." #: widgets.py:89 msgid "Check out expiration date and time" diff --git a/apps/checkouts/locale/fr/LC_MESSAGES/django.mo b/apps/checkouts/locale/fr/LC_MESSAGES/django.mo index 0ad1db85d4..d485e5dcfb 100644 Binary files a/apps/checkouts/locale/fr/LC_MESSAGES/django.mo and b/apps/checkouts/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/fr/LC_MESSAGES/django.po b/apps/checkouts/locale/fr/LC_MESSAGES/django.po index 7767b76ee3..f6f9caf59c 100644 --- a/apps/checkouts/locale/fr/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/fr/LC_MESSAGES/django.po @@ -1,29 +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: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-28 14:44+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." -msgstr "" -"Vérifier les documents retirés aux modifications, dont la période de verrou " -"expiré, et les remettre dans l'état modifiable." +msgstr "Vérifier les documents retirés aux modifications, dont la période de verrou expiré, et les remettre dans l'état modifiable." #: events.py:5 msgid "Document checked out" @@ -224,9 +221,7 @@ msgstr "Document \"%s\" déverrouillé avec succès." msgid "" "You didn't originally checked out this document. Are you sure you wish to " "forcefully check in document: %s?" -msgstr "" -"Ce n'est pas vous qui avec posé le verrou sur ce document. Êtes vous certain " -"de vouloir forcer le déverrouillage de: %s?" +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:144 #, python-format @@ -270,9 +265,7 @@ msgstr "Saisissez un intervalle de temps valide." msgid "" "Amount of time to hold the document in the checked out state in days, hours " "and/or minutes." -msgstr "" -"Durée pendant laquelle conserver le verrou sur le document en jours, heures " -"et/ou minutes." +msgstr "Durée pendant laquelle conserver le verrou sur le document en jours, heures et/ou minutes." #: widgets.py:89 msgid "Check out expiration date and time" diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.mo b/apps/checkouts/locale/it/LC_MESSAGES/django.mo index 5fdaff1a7a..8a41066dba 100644 Binary files a/apps/checkouts/locale/it/LC_MESSAGES/django.mo and b/apps/checkouts/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/it/LC_MESSAGES/django.po b/apps/checkouts/locale/it/LC_MESSAGES/django.po index 31c966755f..1c4d0afaea 100644 --- a/apps/checkouts/locale/it/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo b/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo index 4a22e5ec32..db58dad2c9 100644 Binary files a/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po b/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po index 66847f1f64..7bf01a0214 100644 --- a/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.mo b/apps/checkouts/locale/pl/LC_MESSAGES/django.mo index 310950652d..a04f07b7bf 100644 Binary files a/apps/checkouts/locale/pl/LC_MESSAGES/django.mo and b/apps/checkouts/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/pl/LC_MESSAGES/django.po b/apps/checkouts/locale/pl/LC_MESSAGES/django.po index 69aa67ac05..93b080487e 100644 --- a/apps/checkouts/locale/pl/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.mo b/apps/checkouts/locale/pt/LC_MESSAGES/django.mo index 1523e20e31..0f8351860e 100644 Binary files a/apps/checkouts/locale/pt/LC_MESSAGES/django.mo and b/apps/checkouts/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/pt/LC_MESSAGES/django.po b/apps/checkouts/locale/pt/LC_MESSAGES/django.po index 591160d125..f5fee0a07d 100644 --- a/apps/checkouts/locale/pt/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo index 134afe3d88..16ee88bcc4 100644 Binary files a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po index 53ce1b09b1..fa92aef5d2 100644 --- a/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-10 15:47+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:43 msgid "Check expired check out documents and checks them in." diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.mo b/apps/checkouts/locale/ru/LC_MESSAGES/django.mo index 9683904cf5..0363d3ad78 100644 Binary files a/apps/checkouts/locale/ru/LC_MESSAGES/django.mo and b/apps/checkouts/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/ru/LC_MESSAGES/django.po b/apps/checkouts/locale/ru/LC_MESSAGES/django.po index 4024598fd9..14a4d7fcfc 100644 --- a/apps/checkouts/locale/ru/LC_MESSAGES/django.po +++ b/apps/checkouts/locale/ru/LC_MESSAGES/django.po @@ -1,71 +1,70 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-10 15:47+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-10-10 07:30+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: 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" #: __init__.py:43 msgid "Check expired check out documents and checks them in." -msgstr "" +msgstr "Проверка истечения бронирования документов" #: events.py:5 msgid "Document checked out" -msgstr "" +msgstr "Документ забронирован" #: events.py:6 #, python-format msgid "Document \"%(document)s\" checked out by %(fullname)s." -msgstr "" +msgstr "Документ \"%(document)s\" забронировал %(fullname)s." #: events.py:12 msgid "Document checked in" -msgstr "" +msgstr "Документ проверен" #: events.py:13 #, python-format msgid "Document \"%(document)s\" checked in by %(fullname)s." -msgstr "" +msgstr "Документ \"%(document)s\" проверил %(fullname)s." #: events.py:19 msgid "Document automatically checked in" -msgstr "" +msgstr "Документ проверен автоматически" #: events.py:20 #, python-format msgid "Document \"%(document)s\" automatically checked in." -msgstr "" +msgstr "Документ \"%(document)s\" проверен автоматически" #: events.py:25 msgid "Document forcefully checked in" -msgstr "" +msgstr "Документ проверен по требованию" #: events.py:26 #, python-format msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." -msgstr "" +msgstr "Документ \"%(document)s\" проверен %(fullname)s." #: links.py:18 msgid "checkouts" -msgstr "" +msgstr "бронирование" #: links.py:19 msgid "check out document" -msgstr "" +msgstr "бронирование документа" #: links.py:20 msgid "check in document" @@ -85,7 +84,7 @@ msgstr "" #: models.py:25 views.py:133 msgid "document" -msgstr "" +msgstr "документ" #: models.py:26 msgid "check out date and time" diff --git a/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo b/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..52b85a8bd1 Binary files /dev/null and b/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po b/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ae99d5bb22 --- /dev/null +++ b/apps/checkouts/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,271 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-07-10 15:47+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:43 +msgid "Check expired check out documents and checks them in." +msgstr "" + +#: events.py:5 +msgid "Document checked out" +msgstr "" + +#: events.py:6 +#, python-format +msgid "Document \"%(document)s\" checked out by %(fullname)s." +msgstr "" + +#: events.py:12 +msgid "Document checked in" +msgstr "" + +#: events.py:13 +#, python-format +msgid "Document \"%(document)s\" checked in by %(fullname)s." +msgstr "" + +#: events.py:19 +msgid "Document automatically checked in" +msgstr "" + +#: events.py:20 +#, python-format +msgid "Document \"%(document)s\" automatically checked in." +msgstr "" + +#: events.py:25 +msgid "Document forcefully checked in" +msgstr "" + +#: events.py:26 +#, python-format +msgid "Document \"%(document)s\" forcefully checked in by %(fullname)s." +msgstr "" + +#: links.py:18 +msgid "checkouts" +msgstr "" + +#: links.py:19 +msgid "check out document" +msgstr "" + +#: links.py:20 +msgid "check in document" +msgstr "" + +#: links.py:21 +msgid "check in/out" +msgstr "" + +#: literals.py:14 +msgid "checked out" +msgstr "" + +#: literals.py:15 +msgid "checked in/available" +msgstr "" + +#: models.py:25 views.py:133 +msgid "document" +msgstr "" + +#: models.py:26 +msgid "check out date and time" +msgstr "" + +#: models.py:27 +msgid "check out expiration date and time" +msgstr "" + +#: models.py:27 +msgid "Amount of time to hold the document checked out in minutes." +msgstr "" + +#: models.py:32 +msgid "block new version upload" +msgstr "" + +#: models.py:32 +msgid "Do not allow new version of this document to be uploaded." +msgstr "" + +#: models.py:55 +msgid "document checkout" +msgstr "" + +#: models.py:56 +msgid "document checkouts" +msgstr "" + +#: permissions.py:7 +msgid "Document checkout" +msgstr "" + +#: permissions.py:9 +msgid "Check out documents" +msgstr "" + +#: permissions.py:10 +msgid "Check in documents" +msgstr "" + +#: permissions.py:11 +msgid "Forcefully check in documents" +msgstr "" + +#: permissions.py:12 +msgid "Allow overriding check out restrictions" +msgstr "" + +#: views.py:33 +msgid "checked out documents" +msgstr "" + +#: views.py:36 +msgid "checkout user" +msgstr "" + +#: views.py:37 +msgid "checkout time and date" +msgstr "" + +#: views.py:38 +msgid "checkout expiration" +msgstr "" + +#: views.py:55 +#, python-format +msgid "User: %s" +msgstr "" + +#: views.py:56 +#, python-format +msgid "Check out time: %s" +msgstr "" + +#: views.py:57 +#, python-format +msgid "Check out expiration: %s" +msgstr "" + +#: views.py:58 +#, python-format +msgid "New versions allowed: %s" +msgstr "" + +#: views.py:58 +msgid "yes" +msgstr "" + +#: views.py:58 +msgid "no" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Check out details for document: %s" +msgstr "" + +#: views.py:83 +#, python-format +msgid "Error trying to check out document; %s" +msgstr "" + +#: views.py:85 +#, python-format +msgid "Document \"%s\" checked out successfully." +msgstr "" + +#: views.py:88 +msgid "Document already checked out." +msgstr "" + +#: views.py:96 +#, python-format +msgid "Check out document: %s" +msgstr "" + +#: views.py:125 +msgid "Document has not been checked out." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Error trying to check in document; %s" +msgstr "" + +#: views.py:129 +#, python-format +msgid "Document \"%s\" checked in successfully." +msgstr "" + +#: views.py:142 +#, python-format +msgid "" +"You didn't originally checked out this document. Are you sure you wish to " +"forcefully check in document: %s?" +msgstr "" + +#: views.py:144 +#, python-format +msgid "Are you sure you wish to check in document: %s?" +msgstr "" + +#: widgets.py:18 +#, python-format +msgid "Document status: %(widget)s %(text)s" +msgstr "" + +#: widgets.py:30 +msgid "Days" +msgstr "" + +#: widgets.py:31 +msgid "Hours" +msgstr "" + +#: widgets.py:32 +msgid "Minutes" +msgstr "" + +#: widgets.py:62 +msgid "Enter a valid number of days." +msgstr "" + +#: widgets.py:63 +msgid "Enter a valid number of hours." +msgstr "" + +#: widgets.py:64 +msgid "Enter a valid number of minutes." +msgstr "" + +#: widgets.py:65 +msgid "Enter a valid time difference." +msgstr "" + +#: widgets.py:88 +msgid "" +"Amount of time to hold the document in the checked out state in days, hours " +"and/or minutes." +msgstr "" + +#: widgets.py:89 +msgid "Check out expiration date and time" +msgstr "" diff --git a/apps/common/locale/ar/LC_MESSAGES/django.mo b/apps/common/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..8218b93884 Binary files /dev/null and b/apps/common/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/ar/LC_MESSAGES/django.po b/apps/common/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a4f3891e73 --- /dev/null +++ b/apps/common/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,352 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 21:06+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:27 +msgid "change password" +msgstr "تغيير كلمة المرور" + +#: __init__.py:28 +msgid "user details" +msgstr "تفاصيل المستخدم" + +#: __init__.py:29 +msgid "edit details" +msgstr "تحرير التفاصيل" + +#: __init__.py:33 __init__.py:38 +msgid "about" +msgstr "حول" + +#: __init__.py:34 +msgid "license" +msgstr "license" + +#: forms.py:97 +msgid "Selection" +msgstr "الاختيار" + +#: forms.py:129 +msgid "Email" +msgstr "البريد الإلكتروني" + +#: forms.py:140 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "يرجى إدخال البريد الإلكتروني وكلمة المرور الصحيحين. " + +#: forms.py:142 +msgid "This account is inactive." +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 +msgid "lock field" +msgstr "قفل الحقل" + +#: models.py:45 +msgid "Anonymous user" +msgstr "مستخدم مجهول" + +#: models.py:48 models.py:49 +msgid "anonymous user" +msgstr "مستخدم مجهول" + +#: models.py:53 +msgid "account" +msgstr "حساب" + +#: models.py:54 +msgid "password" +msgstr "كلمة السر" + +#: models.py:55 +msgid "password hash" +msgstr "password hash" + +#: models.py:58 +msgid "auto admin properties" +msgstr "auto admin properties" + +#: utils.py:295 +msgid "function found" +msgstr "function found" + +#: views.py:36 +msgid "No action selected." +msgstr "لم يتم اختيار اجراء." + +#: views.py:40 +msgid "Must select at least one item." +msgstr "يجب اختيار غرض واحد عالأقل." + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "%(selection)s تم الادخال بنجاح إلى %(right_list_title)s." + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "غير قادر على ادخال %(selection)s إلى %(right_list_title)s." + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr "%(selection)s تمت الإزالة بنجاح من %(right_list_title)s." + +#: views.py:136 +msgid "Add" +msgstr "إضافة" + +#: views.py:147 +msgid "Remove" +msgstr "إزالة" + +#: views.py:170 +msgid "current user details" +msgstr "تفاصيل المستخدم الحالي" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "تضارب في البريد الإلكتروني ، لدى مستخدم آخر نفس البريد الإلكتروني." + +#: views.py:190 +msgid "Current user's details updated." +msgstr "تفاصيل المستخدم الحالي تم تحديثها." + +#: views.py:199 +msgid "edit current user details" +msgstr "تعديل تفاصيل المستخدم الحالي" + +#: views.py:230 +msgid "License" +msgstr "License" + +#: views.py:239 +msgid "Current user password change" +msgstr "تغيير كلمة السر للمستخدم الحالي" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "تم تغيير كلمة المرور الخاصة بك بنجاح." + +#: widgets.py:58 +msgid "None" +msgstr "لا شيء" + +#: conf/settings.py:16 +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()" + +#: conf/settings.py:66 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "التحكم في آلية التحقق من هوية المستخدم. الخيارات المتاحة هي: اسم المستخدم أو البريد الإلكتروني" + +#: conf/settings.py:75 +msgid "Allow non authenticated users, access to all views" +msgstr "السماح للمستخدمين المجهولين الوصول إلى جميع صفحات العرض" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "صلاحيات غير كافية" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "ليس لديك صلاحيات كافية لهذه العملية." + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "لم يتم العثور على الصفحة" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "عفواً، لا يمكن العثور على الصفحة المطلوبة." + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "تفاصيل ل %(object_name)s: %(object)s" + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "تفاصيل عن %(object)s" + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "تحرير %(object_name)s:" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "تحرير" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "انشاء %(object_name)s جديد" + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "انشاء" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "تعيين %(title)s %(object)s" + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "تأكيد" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "تأكيد حذف" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "أيقونة النموذج" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "هل أنت متأكد أنك تريد حذف %(object_name)s: %(object)s ؟" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "هل أنت متأكد أنك تريد حذف %(object)s ؟" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "نعم" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "لا" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "مطلوب" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "حفظ" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "ارسال" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "إلغاء" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "قائمة ل: %(stripped_title)s" + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page %(page_number)s of %(total_pages)s)" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "قائمة ل: %(title)s (%(total)s)" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "معرف" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "لا توجد أي %(stripped_title)s" + +#: templates/login.html:5 +msgid "Login" +msgstr "دخول" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "تغيير كلمة المرور" diff --git a/apps/common/locale/bg/LC_MESSAGES/django.mo b/apps/common/locale/bg/LC_MESSAGES/django.mo index 2a0896726f..ac9cf43969 100644 Binary files a/apps/common/locale/bg/LC_MESSAGES/django.mo and b/apps/common/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/bg/LC_MESSAGES/django.po b/apps/common/locale/bg/LC_MESSAGES/django.po index e243e88b47..b12ff3d851 100644 --- a/apps/common/locale/bg/LC_MESSAGES/django.po +++ b/apps/common/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-18 05:46+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -195,8 +194,8 @@ msgstr "Няма" #: conf/settings.py:16 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 "" #: conf/settings.py:66 diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.mo b/apps/common/locale/de_DE/LC_MESSAGES/django.mo index f834092eab..b485e78d01 100644 Binary files a/apps/common/locale/de_DE/LC_MESSAGES/django.mo and b/apps/common/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/de_DE/LC_MESSAGES/django.po b/apps/common/locale/de_DE/LC_MESSAGES/django.po index be7264171a..85e25320ea 100644 --- a/apps/common/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/common/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-19 22:03+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -51,9 +50,7 @@ msgstr "E-Mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass " -"die Passwortfelder Groß- und Kleinschreibung unterscheiden." +msgstr "Bitte geben Sie Ihre E-Mailadresse und ein Passwort an. Beachten Sie, dass die Passwortfelder Groß- und Kleinschreibung unterscheiden." #: forms.py:142 msgid "This account is inactive." @@ -197,8 +194,8 @@ msgstr "" #: conf/settings.py:16 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 "" #: conf/settings.py:66 @@ -225,8 +222,7 @@ msgstr "Seite nicht gefunden" #: templates/404.html:9 msgid "Sorry, but the requested page could not be found." -msgstr "" -"Tut mir Leid, aber die angeforderte Seite konnte nicht gefunden werden." +msgstr "Tut mir Leid, aber die angeforderte Seite konnte nicht gefunden werden." #: templates/calculate_form_title.html:11 #, python-format diff --git a/apps/common/locale/en/LC_MESSAGES/django.mo b/apps/common/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/common/locale/en/LC_MESSAGES/django.mo and b/apps/common/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index 20785d7bf6..31b7ca885e 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/common/locale/es/LC_MESSAGES/django.mo b/apps/common/locale/es/LC_MESSAGES/django.mo index add5942d93..4d05390ece 100644 Binary files a/apps/common/locale/es/LC_MESSAGES/django.mo and b/apps/common/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/es/LC_MESSAGES/django.po b/apps/common/locale/es/LC_MESSAGES/django.po index 0b47697c08..874241eca6 100644 --- a/apps/common/locale/es/LC_MESSAGES/django.po +++ b/apps/common/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -51,10 +50,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Por favor entre la dirección de correo electrónico y la contraseña " -"correctas. Tenga en cuenta que los campos de contraseña distingue entre " -"mayúsculas y minúsculas." +msgstr "Por favor entre la dirección de correo electrónico y la contraseña correctas. Tenga en cuenta que los campos de contraseña distingue entre mayúsculas y minúsculas." #: forms.py:142 msgid "This account is inactive." @@ -169,9 +165,7 @@ msgstr "detalles del usuario corriente" #: views.py:187 msgid "E-mail conflict, another user has that same email." -msgstr "" -"Conflicto de correo electrónica, otro usuario tiene ese mismo correo " -"electrónico." +msgstr "Conflicto de correo electrónica, otro usuario tiene ese mismo correo electrónico." #: views.py:190 msgid "Current user's details updated." @@ -200,25 +194,19 @@ msgstr "Ninguno" #: conf/settings.py:16 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 "" -"El directorio temporero es usado para almacenar miniaturas, " -"previsualizaciones y archivos temporales. Si no se especifica ninguno, se " -"creará utilizando tempfile.mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" +msgstr "El directorio temporero es usado para almacenar miniaturas, previsualizaciones y archivos temporales. Si no se especifica ninguno, se creará utilizando tempfile.mkdtemp()" #: conf/settings.py:66 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" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "" -"Permita a los usuarios no autenticados, el acceso a todas las pantallas" +msgstr "Permita a los usuarios no autenticados, el acceso a todas las pantallas" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -337,9 +325,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " -"%(page_number)s de %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/fr/LC_MESSAGES/django.mo b/apps/common/locale/fr/LC_MESSAGES/django.mo index 2a3a830e36..8cca7fd815 100644 Binary files a/apps/common/locale/fr/LC_MESSAGES/django.mo and b/apps/common/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/fr/LC_MESSAGES/django.po b/apps/common/locale/fr/LC_MESSAGES/django.po index 935f1292f7..b05bbcc433 100644 --- a/apps/common/locale/fr/LC_MESSAGES/django.po +++ b/apps/common/locale/fr/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 13:49+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:27 @@ -52,9 +51,7 @@ msgstr "adresse électronique" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"S'il vous plaît veuillez entrer une adresse électronique et un mot de passe. " -"Notez que les champs de mot de passe sont sensibles à la casse." +msgstr "S'il vous plaît veuillez entrer une adresse électronique et un mot de passe. Notez que les champs de mot de passe sont sensibles à la casse." #: forms.py:142 msgid "This account is inactive." @@ -196,22 +193,17 @@ msgid "None" msgstr "Aucun" #: conf/settings.py:16 -#, fuzzy 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 "" -"Le répertoire temporaire utilisé pour stocker les miniatures, des " -"prévisualisation ainsi que les fichiers temporaires. Si aucun n'est " -"spécifié, celui-ci sera créé à l'aide de la fonction tempfile.mkdtemp()." #: conf/settings.py:66 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" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -281,9 +273,7 @@ msgstr "icône du formulaire" #: templates/generic_confirm.html:40 #, python-format msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" -msgstr "" -"Etes-vous certain de vouloir supprimer l'élément %(object_name)s : " -"%(object)s ?" +msgstr "Etes-vous certain de vouloir supprimer l'élément %(object_name)s : %(object)s ?" #: templates/generic_confirm.html:42 #, python-format @@ -336,9 +326,7 @@ msgstr "Liste des %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Liste des %(title)s (%(start)s - %(end)s sur %(total)s) (Page " -"%(page_number)s de %(total_pages)s)" +msgstr "Liste des %(title)s (%(start)s - %(end)s sur %(total)s) (Page %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 @@ -363,12 +351,3 @@ msgstr "Connexion" #: templates/password_change_form.html:5 msgid "Password change" msgstr "Modifier le mot de passe" - -#~ msgid "sentry" -#~ msgstr "sentinelle" - -#~ msgid "admin site" -#~ msgstr "site d'admin" - -#~ msgid "Common" -#~ msgstr "Commun" diff --git a/apps/common/locale/it/LC_MESSAGES/django.mo b/apps/common/locale/it/LC_MESSAGES/django.mo index f9b9112f8c..a4273bd59f 100644 Binary files a/apps/common/locale/it/LC_MESSAGES/django.mo and b/apps/common/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/it/LC_MESSAGES/django.po b/apps/common/locale/it/LC_MESSAGES/django.po index 3cdd4ab06a..a9b414206c 100644 --- a/apps/common/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -54,9 +53,7 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Inserisci un'indirizzo mail valido e una password. Ricorda che il campo " -"password è case-sensitive" +msgstr "Inserisci un'indirizzo mail valido e una password. Ricorda che il campo password è case-sensitive" #: forms.py:142 msgid "This account is inactive." @@ -200,17 +197,15 @@ msgstr "Nessuno" #: conf/settings.py:16 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 "" #: conf/settings.py:66 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" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -333,9 +328,7 @@ msgstr "Lista di %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page " -"%(page_number)s of %(total_pages)s)" +msgstr "Lista di %(title)s (%(start)s - %(end)s fuori %(total)s) (Page %(page_number)s of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/nl_NL/LC_MESSAGES/django.mo b/apps/common/locale/nl_NL/LC_MESSAGES/django.mo index bb1be0d8cc..cae5fa60a7 100644 Binary files a/apps/common/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/common/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/nl_NL/LC_MESSAGES/django.po b/apps/common/locale/nl_NL/LC_MESSAGES/django.po index 2b9d73f0cf..701db90e4f 100644 --- a/apps/common/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/common/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -194,8 +193,8 @@ msgstr "" #: conf/settings.py:16 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 "" #: conf/settings.py:66 diff --git a/apps/common/locale/pl/LC_MESSAGES/django.mo b/apps/common/locale/pl/LC_MESSAGES/django.mo index 59582f5287..ad3470020f 100644 Binary files a/apps/common/locale/pl/LC_MESSAGES/django.mo and b/apps/common/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/pl/LC_MESSAGES/django.po b/apps/common/locale/pl/LC_MESSAGES/django.po index 38d2f4c0aa..029a1726b8 100644 --- a/apps/common/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic, 2012. # mic , 2012. @@ -10,18 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:27 msgid "change password" @@ -55,9 +53,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma " -"znaczenie." +msgstr "Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma znaczenie." #: forms.py:142 msgid "This account is inactive." @@ -201,8 +197,8 @@ msgstr "Brak" #: conf/settings.py:16 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 "" #: conf/settings.py:66 @@ -332,9 +328,7 @@ msgstr "Wykaz %(stripped_title)s" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z " -"%(total_pages)s)" +msgstr "Wykaz %(title)s (%(start)s - %(end)s z %(total)s) (Page %(page_number)s z %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index e4bb52742d..241f8f93ae 100644 Binary files a/apps/common/locale/pt/LC_MESSAGES/django.mo and b/apps/common/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index 6fafb35776..f27171af67 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:27 @@ -53,9 +52,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Insira um e-mail e senha corretos, por favor. Note que o campo da senha é " -"sensível a minúsculas e maiúsculas." +msgstr "Insira um e-mail e senha corretos, por favor. Note que o campo da senha é sensível a minúsculas e maiúsculas." #: forms.py:142 msgid "This account is inactive." @@ -199,17 +196,15 @@ msgstr "Nenhum" #: conf/settings.py:16 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 "" #: conf/settings.py:66 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" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -332,9 +327,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página " -"%(page_number)s de %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Página %(page_number)s de %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.mo b/apps/common/locale/pt_BR/LC_MESSAGES/django.mo index 9ea5d812fc..f7b9319202 100644 Binary files a/apps/common/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/common/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/pt_BR/LC_MESSAGES/django.po b/apps/common/locale/pt_BR/LC_MESSAGES/django.po index 68cd77ec4f..b5072842d4 100644 --- a/apps/common/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/common/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:27 @@ -52,9 +51,7 @@ msgstr "E-mail" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Por favor insira o e-mail e senha corretos. Note que os campos de senha são " -"case-sensitive." +msgstr "Por favor insira o e-mail e senha corretos. Note que os campos de senha são case-sensitive." #: forms.py:142 msgid "This account is inactive." @@ -198,17 +195,15 @@ msgstr "Nenhum" #: conf/settings.py:16 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 "" #: conf/settings.py:66 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," #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" @@ -331,9 +326,7 @@ msgstr "Lista de %(stripped_title)s " msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s " -"of %(total_pages)s)" +msgstr "Lista de %(title)s (%(start)s - %(end)s de %(total)s) (Page %(page_number)s of %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/ru/LC_MESSAGES/django.mo b/apps/common/locale/ru/LC_MESSAGES/django.mo index 8d9c967a42..13fe36deda 100644 Binary files a/apps/common/locale/ru/LC_MESSAGES/django.mo and b/apps/common/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index da51e6a9c6..5a30e3e2bf 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:27 msgid "change password" @@ -52,9 +50,7 @@ msgstr "Email" msgid "" "Please enter a correct email and password. Note that the password fields is " "case-sensitive." -msgstr "" -"Пожалуйста, введите правильный адрес электронной почты и пароль с учетом " -"регистра." +msgstr "Пожалуйста, введите правильный адрес электронной почты и пароль с учетом регистра." #: forms.py:142 msgid "This account is inactive." @@ -114,19 +110,19 @@ msgstr "анонимный пользователь" #: models.py:53 msgid "account" -msgstr "" +msgstr "учетная запись" #: models.py:54 msgid "password" -msgstr "" +msgstr "пароль" #: models.py:55 msgid "password hash" -msgstr "" +msgstr "хэш пароля" #: models.py:58 msgid "auto admin properties" -msgstr "" +msgstr "свойства авто администратора" #: utils.py:295 msgid "function found" @@ -198,22 +194,19 @@ msgstr "Ни один" #: conf/settings.py:16 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 "" #: conf/settings.py:66 msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" -msgstr "" -"Управление механизмом, используемым для аутентификации пользователя. " -"Возможные варианты: имя пользователя, адрес электронной почты" +msgstr "Управление механизмом, используемым для аутентификации пользователя. Возможные варианты: имя пользователя, адрес электронной почты" #: conf/settings.py:75 msgid "Allow non authenticated users, access to all views" -msgstr "" -"Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" +msgstr "Разрешить, не прошедшим проверку, пользователям доступ ко всем представлениям" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -332,9 +325,7 @@ msgstr "Список \"%(stripped_title)s\"" msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" -msgstr "" -"Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из " -"%(total_pages)s)" +msgstr "Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 diff --git a/apps/common/locale/vi_VN/LC_MESSAGES/django.mo b/apps/common/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..346c1a2d18 Binary files /dev/null and b/apps/common/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/vi_VN/LC_MESSAGES/django.po b/apps/common/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a56a70fec6 --- /dev/null +++ b/apps/common/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,352 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-24 09:11+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:27 +msgid "change password" +msgstr "thay đổi mật khẩu" + +#: __init__.py:28 +msgid "user details" +msgstr "chi tiết người dùng" + +#: __init__.py:29 +msgid "edit details" +msgstr "sửa chi tiết" + +#: __init__.py:33 __init__.py:38 +msgid "about" +msgstr "về" + +#: __init__.py:34 +msgid "license" +msgstr "bản quyền" + +#: forms.py:97 +msgid "Selection" +msgstr "Lựa chọn" + +#: forms.py:129 +msgid "Email" +msgstr "Email" + +#: forms.py:140 +msgid "" +"Please enter a correct email and password. Note that the password fields is " +"case-sensitive." +msgstr "Vui lòng nhập đúng email và mật khẩu. " + +#: forms.py:142 +msgid "This account is inactive." +msgstr "Tài khoản này không được kích hoạt." + +#: 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 +msgid "lock field" +msgstr "" + +#: models.py:45 +msgid "Anonymous user" +msgstr "" + +#: models.py:48 models.py:49 +msgid "anonymous user" +msgstr "" + +#: models.py:53 +msgid "account" +msgstr "" + +#: models.py:54 +msgid "password" +msgstr "" + +#: models.py:55 +msgid "password hash" +msgstr "" + +#: models.py:58 +msgid "auto admin properties" +msgstr "" + +#: utils.py:295 +msgid "function found" +msgstr "function found" + +#: views.py:36 +msgid "No action selected." +msgstr "Không thao tác nào được chọn." + +#: views.py:40 +msgid "Must select at least one item." +msgstr "Cần chọn ít nhất một phần tử." + +#: views.py:88 +#, python-format +msgid "%(selection)s added successfully added to %(right_list_title)s." +msgstr "" + +#: views.py:94 views.py:121 +#, python-format +msgid "Unable to add %(selection)s to %(right_list_title)s." +msgstr "" + +#: views.py:115 +#, python-format +msgid "%(selection)s added successfully removed from %(right_list_title)s." +msgstr "" + +#: views.py:136 +msgid "Add" +msgstr "Thêm" + +#: views.py:147 +msgid "Remove" +msgstr "Xóa" + +#: views.py:170 +msgid "current user details" +msgstr "chi tiết người dùng hiện tại" + +#: views.py:187 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:190 +msgid "Current user's details updated." +msgstr "Thông tin người dùng đã được cập nhật" + +#: views.py:199 +msgid "edit current user details" +msgstr "sửa thông tin người dùng" + +#: views.py:230 +msgid "License" +msgstr "Bản quyền" + +#: views.py:239 +msgid "Current user password change" +msgstr "" + +#: views.py:254 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "Mật khẩu đã thay đổi thành công." + +#: widgets.py:58 +msgid "None" +msgstr "None" + +#: conf/settings.py:16 +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 "" + +#: conf/settings.py:66 +msgid "" +"Controls the mechanism used to authenticated user. Options are: username, " +"email" +msgstr "" + +#: conf/settings.py:75 +msgid "Allow non authenticated users, access to all views" +msgstr "" + +#: templates/403.html:3 templates/403.html.py:7 +msgid "Insufficient permissions" +msgstr "" + +#: templates/403.html:9 +msgid "You don't have enough permissions for this operation." +msgstr "" + +#: templates/404.html:3 templates/404.html.py:7 +msgid "Page not found" +msgstr "Không tìm thấy trang" + +#: templates/404.html:9 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: templates/calculate_form_title.html:11 +#, python-format +msgid "Details for %(object_name)s: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:13 +#, python-format +msgid "Details for: %(object)s" +msgstr "" + +#: templates/calculate_form_title.html:18 +#, python-format +msgid "Edit %(object_name)s:" +msgstr "" + +#: templates/calculate_form_title.html:20 +msgid "Edit" +msgstr "Sửa" + +#: templates/calculate_form_title.html:24 +#, python-format +msgid "Create new %(object_name)s" +msgstr "Tạo mới %(object_name)s" + +#: templates/calculate_form_title.html:26 +msgid "Create" +msgstr "Tạo" + +#: templates/generic_assign_remove.html:3 +#, python-format +msgid "Assign %(title)s %(object)s" +msgstr "Gán %(title)s %(object)s" + +#: templates/generic_confirm.html:3 templates/generic_confirm.html.py:18 +msgid "Confirm" +msgstr "Xác nhận" + +#: templates/generic_confirm.html:16 +msgid "Confirm delete" +msgstr "Xác nhận xóa" + +#: templates/generic_confirm.html:32 +msgid "form icon" +msgstr "biểu tượng form" + +#: templates/generic_confirm.html:40 +#, python-format +msgid "Are you sure you wish to delete %(object_name)s: %(object)s?" +msgstr "Bạn chắc chắn muốn xóa %(object_name)s: %(object)s?" + +#: templates/generic_confirm.html:42 +#, python-format +msgid "Are you sure you wish to delete: %(object)s?" +msgstr "Bạn chắc chắn muốn xóa: %(object)s?" + +#: templates/generic_confirm.html:50 +msgid "Yes" +msgstr "" + +#: templates/generic_confirm.html:54 +msgid "No" +msgstr "" + +#: templates/generic_form_instance.html:37 +#: templates/generic_form_subtemplate.html:56 +msgid "required" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Save" +msgstr "" + +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 +#: templates/generic_list_horizontal_subtemplate.html:51 +#: templates/generic_list_horizontal_subtemplate.html:90 +#: templates/generic_list_subtemplate.html:52 +#: templates/generic_list_subtemplate.html:178 +msgid "Submit" +msgstr "" + +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + +#: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 +#, python-format +msgid "List of %(stripped_title)s" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:23 +#: templates/generic_list_subtemplate.html:24 +#, python-format +msgid "" +"List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " +"%(page_number)s of %(total_pages)s)" +msgstr "" + +#: templates/generic_list_horizontal_subtemplate.html:25 +#: templates/generic_list_subtemplate.html:26 +#, python-format +msgid "List of %(title)s (%(total)s)" +msgstr "" + +#: templates/generic_list_subtemplate.html:72 +msgid "Identifier" +msgstr "" + +#: templates/generic_list_subtemplate.html:152 +#, python-format +msgid "There are no %(stripped_title)s" +msgstr "" + +#: templates/login.html:5 +msgid "Login" +msgstr "" + +#: templates/password_change_done.html:3 templates/password_change_form.html:3 +#: templates/password_change_form.html:5 +msgid "Password change" +msgstr "" diff --git a/apps/converter/locale/ar/LC_MESSAGES/django.mo b/apps/converter/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..85010a109b Binary files /dev/null and b/apps/converter/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/ar/LC_MESSAGES/django.po b/apps/converter/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..85eab4b583 --- /dev/null +++ b/apps/converter/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,927 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 20:53+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:15 +msgid "file formats" +msgstr "صيغ الملفات" + +#: literals.py:19 +msgid "Resize" +msgstr "تغيير حجم" + +#: literals.py:20 +msgid "Resize." +msgstr "تغيير حجم." + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "عرض" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "ارتفاع" + +#: literals.py:27 +msgid "Rotate" +msgstr "تدوير" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "تدوير بمستوى س درجة" + +#: literals.py:30 +msgid "degrees" +msgstr "درجة" + +#: literals.py:34 +msgid "Density" +msgstr "كثافة" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "Change the resolution (ie: DPI) without resizing." + +#: literals.py:42 +msgid "Zoom" +msgstr "التكبير" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "التكبير في بنسبة مئوية." + +#: literals.py:45 +msgid "percent" +msgstr "في المئة" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "Hasselblad Photo RAW, CFV/H3D39II" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "Photoshop resource format" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "Photoshop resource text format" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "Photoshop resource wide text format" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "Raw alpha samples" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "Adobe Illustrator CS2" + +#: literals.py:59 +msgid "Raw application information" +msgstr "Raw application information" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "Raw JPEG binary data" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "PFS: 1st Publisher Clip Art" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "Sony Alpha DSLR Raw Image Format" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "Microsoft Audio/Visual Interleaved" + +#: literals.py:64 +msgid "AVS X image" +msgstr "AVS X image" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "Raw blue samples" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "Raw blue, green, and red samples" + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "Raw blue, green, red and alpha samples" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "Microsoft Windows bitmap image" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "Microsoft Windows bitmap image version 2" + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "Microsoft Windows bitmap image version 3" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "BRF ASCII Braille format" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "Raw blue, red, and green samples" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "Raw cyan samples" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "Magick Persistent Cache image format" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "Continuous Acquisition and Life-cycle Support Type 1 image" + +#: literals.py:79 +msgid "Image caption" +msgstr "شرح الصورة" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "Cineon Image File" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "Cisco IP phone image format" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "Image Clip Mask" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "Raw cyan, magenta, yellow, and black samples" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "Raw cyan, magenta, yellow, black, and opacity samples" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "Canon Digital Camera Raw Image Format" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "Microsoft Cursor Icon" + +#: literals.py:88 +msgid "DR Halo" +msgstr "DR Halo" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "Digital Imaging and Communications in Medicine image" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "Kodak Digital Camera Raw Image File" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "ZSoft IBM PC multi-page Paintbrush" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "Microsoft DirectDraw Surface" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "Multi-face font package (Freetype 2.4.2)" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "Déjà vu" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "Adobe Digital Negative" + +#: literals.py:97 +msgid "Graphviz" +msgstr "Graphviz" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "SMPTE 268M-2003 (DPX 2.0)" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "Encapsulated Portable Document Format" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "Adobe Encapsulated PostScript Interchange format" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "Adobe Encapsulated PostScript" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "Adobe Level II Encapsulated PostScript" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "Adobe Level III Encapsulated PostScript" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "Adobe Encapsulated PostScript with TIFF preview" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level II Encapsulated PostScript with TIFF preview" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "Adobe Level III Encapsulated PostScript with TIFF preview" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "Epson RAW Format" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "Exif digital camera binary data" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "High Dynamic-range (HDR)" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "Group 3 FAX (Not TIFF Group3 FAX)" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "Autodesk FLI animations file" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "Autodesk FLC animations file" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "Flexible Image Transport System" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "Kodak FlashPix file" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "Plasma fractal image" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "Raw green samples" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "Group 3 FAX" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "Raw green, blue, and red samples" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "GIMP brush file" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "CompuServe graphics interchange format (version 89a)" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "CompuServe graphics interchange format (version 87a)" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "تغيير تدريجي للظل" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "Raw gray samples" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "Raw green, red, and blue samples" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "Raw CCITT Group4" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "Histogram of the image" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "HRZ: Slow scan TV" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "Hypertext Markup Language and a client-side image map" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "Truevision Targa image" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "ICC Color Profile" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "Microsoft Icon" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "Hald CLUT identity image" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "LabEye image format" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "GraphicsMagick Embedded Image" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "صيغة الصورة و خصائصها" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "Base64-encoded inline images" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "IPL Image Sequence" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "IPTC Newsphoto" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "IPTC Newsphoto text format" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "ISO/TR 11548-1 format" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "JPEG-2000 Code Stream Syntax" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "JPEG-2000 JP2 File Format Syntax" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "JPEG-2000 File Format Syntax" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "Raw black samples" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "Kodak Digital Camera Raw Image Format" + +#: literals.py:166 +msgid "Image label" +msgstr "عنوان الصورة" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "Raw magenta samples" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "MPEG Video Stream" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "Raw MPEG-4 Video" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "Colormap intensities and indices" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "MATLAB image format" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "MATTE raw opacity format" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "8-bit McIdas area file" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "Microsoft Image Composer (MIC) file" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "Magick Image File Format" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "Raw Bi-level bitmap in least-significant-byte first order" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "MPEG-4 Video Stream" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "Sony (Minolta) Raw Image File" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "Magick Scripting Language" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "Windows 1 and 2 MSP file format" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "ImageMagick's own SVG internal renderer" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "MTV Raytracing image format" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "Magick Vector Graphics" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "Nikon Digital SLR Camera Raw Image File" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "Constant image of uniform color" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "Raw opacity samples" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "Olympus Digital Camera Raw Image File" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "On-the-air bitmap" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "Open Type font (Freetype 2.4.2)" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "Xv thumbnail format" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "16bit/pixel interleaved YUV" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "Palm pixmap" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "Common 2-dimensional bitmap format" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "Predefined pattern" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "Portable bitmap format (black and white)" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "Photo CD" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "Page Control Language" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "Apple Macintosh QuickDraw/PICT" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "ZSoft IBM PC Paintbrush" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "Palm Database ImageViewer Format" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "Portable Document Format" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "Portable Document Archive Format" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "Pentax Electronic File" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "Embrid Embroidery Format" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "Postscript Type 1 font (binary) (Freetype 2.4.2)" + +#: literals.py:217 +msgid "Portable float format" +msgstr "Portable float format" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "Portable graymap format (gray scale)" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "JPEG-2000 VM Format" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "Personal Icon" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "Alias/Wavefront RLE image format" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "PIXAR raster file" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "Joint Photographic Experts Group JFIF format (62)" + +#: literals.py:226 +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)" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "Portable anymap" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "Portable pixmap format (color)" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "Show a preview an image enhancement, effect, or f/x" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "Adobe PostScript" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "Adobe Level II PostScript" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "Adobe Level III PostScript" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "Adobe Large Document Format" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "Adobe Photoshop bitmap" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "Pyramid encoded TIFF" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "Seattle Film Works" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "Raw red samples" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "Fuji CCD-RAW Graphic File" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "SUN Rasterfile" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "Raw red, blue, and green samples" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "Raw red, green, and blue samples" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "Raw red, green, blue, and matte samples" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "Raw red, green, blue, and opacity samples" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "Alias/Wavefront image" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "Utah Run length encoded image" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "ZX-Spectrum SCREEN$" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "Scitex HandShake" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "Irix RGB image" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "Sony Raw Format 2" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "Sony Raw Format" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "Steganographic image" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "النص" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "EXIF Profile Thumbnail" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "Tagged Image File Format (LIBTIFF, Version 3.9.4)" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "Tile image with a texture" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "PSX TIM" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "TOPOL X Image" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "TrueType font collection (Freetype 2.4.2)" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "TrueType font (Freetype 2.4.2)" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "Unicode Text format" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "X-Motif UIL table" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "VICAR rasterfile format" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "Visual Image Directory" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "Khoros Visualization image" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "Wireless Bitmap (level 0) image" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "Windows Meta File" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "Word Perfect Graphics" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "Windows Media Video" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "Compressed Windows Meta File" + +#: literals.py:291 +msgid "X Window System" +msgstr "X Window System" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "Foveon X3 (Sigma/Polaroid) Raw picture file" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "X Windows system bitmap (black and white)" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "Constant image uniform color" + +#: literals.py:295 +msgid "GIMP image" +msgstr "GIMP image" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "Adobe XML metadata" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "X Windows system pixmap (color)" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "Microsoft XML Paper Specification" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "XV thumbnail file" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "X Windows system window dump (color)" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "Raw yellow samples" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" + +#: views.py:17 +msgid "suported file formats" +msgstr "صيغ الملفات المدعومة" + +#: views.py:22 +msgid "name" +msgstr "اسم" + +#: views.py:26 +msgid "description" +msgstr "وصف" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "مسار الملف إلى برنامج imagemagick للتحويل." + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "مسار الملف إلى برنامج imagemagick للتعرف." + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "مسار الملف إلى برنامج imagemagick " + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Graphics conversion backend to use. Options are: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." + +#: conf/settings.py:16 +msgid "Path to the libreoffice program." +msgstr "المسار إلى برنامج libreoffice." + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "مساعدة" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "هذه هي صيغ الملفات التي يدعمها برنامج التحويل المحدد حاليا. في هذه الحالة: '%(backend)s'" diff --git a/apps/converter/locale/bg/LC_MESSAGES/django.mo b/apps/converter/locale/bg/LC_MESSAGES/django.mo index 9f613358fc..85ccf0288a 100644 Binary files a/apps/converter/locale/bg/LC_MESSAGES/django.mo and b/apps/converter/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/bg/LC_MESSAGES/django.po b/apps/converter/locale/bg/LC_MESSAGES/django.po index 1521277bc8..0dfa1916a6 100644 --- a/apps/converter/locale/bg/LC_MESSAGES/django.po +++ b/apps/converter/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-18 06:00+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -907,8 +906,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.mo b/apps/converter/locale/de_DE/LC_MESSAGES/django.mo index 1b34e90bde..10aa77fd01 100644 Binary files a/apps/converter/locale/de_DE/LC_MESSAGES/django.mo and b/apps/converter/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/de_DE/LC_MESSAGES/django.po b/apps/converter/locale/de_DE/LC_MESSAGES/django.po index d8677798df..e82bd3bbb1 100644 --- a/apps/converter/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/converter/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -906,8 +905,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 diff --git a/apps/converter/locale/en/LC_MESSAGES/django.mo b/apps/converter/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/converter/locale/en/LC_MESSAGES/django.mo and b/apps/converter/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index 6e9671b6bb..96ddf75487 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/converter/locale/es/LC_MESSAGES/django.mo b/apps/converter/locale/es/LC_MESSAGES/django.mo index 5de7c5d050..95de03eebc 100644 Binary files a/apps/converter/locale/es/LC_MESSAGES/django.mo and b/apps/converter/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/es/LC_MESSAGES/django.po b/apps/converter/locale/es/LC_MESSAGES/django.po index dd43c21f92..7b05f1eb61 100644 --- a/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/apps/converter/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -474,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -913,11 +906,10 @@ msgstr "Ruta de archivo al programa imagemagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Manejador de conversión a usarse. Opciones son: converter.backends." -"imagemagick, converter.backends.graphicsmagick y converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Manejador de conversión a usarse. Opciones son: converter.backends.imagemagick, converter.backends.graphicsmagick y converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." @@ -932,6 +924,4 @@ 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 apoyados por el servidor del convertidor " -"seleccionado. En este caso: '%(backend)s'" +msgstr "Estos son los formatos de archivo apoyados por el servidor del convertidor seleccionado. En este caso: '%(backend)s'" diff --git a/apps/converter/locale/fr/LC_MESSAGES/django.mo b/apps/converter/locale/fr/LC_MESSAGES/django.mo index 147a51e37e..6d8d4adb40 100644 Binary files a/apps/converter/locale/fr/LC_MESSAGES/django.mo and b/apps/converter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/fr/LC_MESSAGES/django.po b/apps/converter/locale/fr/LC_MESSAGES/django.po index be80d2ac7e..1e4fe82ea7 100644 --- a/apps/converter/locale/fr/LC_MESSAGES/django.po +++ b/apps/converter/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:07+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:15 @@ -474,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -905,9 +898,7 @@ msgstr "Chemin vers le programme de conversion d'image d'imagemagick." #: conf/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." #: conf/settings.py:13 msgid "File path to graphicsmagick's program." @@ -915,12 +906,10 @@ msgstr "Chemin vers le programme graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Outils de conversion d'images à utiliser. Les options sont: converter." -"backends.imagemagick, converter.backends.graphicsmagick and converter." -"backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Outils de conversion d'images à utiliser. Les options sont: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." @@ -935,18 +924,4 @@ 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'" - -#~ msgid "Converter" -#~ msgstr "Convertisseur" - -#~ msgid "" -#~ "Set of configuration options to pass to the GraphicsMagick executable to " -#~ "fine tune it's functionality as explained in the GraphicsMagick " -#~ "documentation." -#~ msgstr "" -#~ "Arguments à fournir en ligne de commande au programme GraphicsMagick si " -#~ "vous désirez affiner son mode de fonctionnement, tel que décrit dans la " -#~ "documentation de GraphicsMagick." +msgstr "Voici les formats d'images pris en charge par le convertisseur d'image sélectionné. Dans le cas présent: '%(backend)s'" diff --git a/apps/converter/locale/it/LC_MESSAGES/django.mo b/apps/converter/locale/it/LC_MESSAGES/django.mo index b2b759c5d1..484de49033 100644 Binary files a/apps/converter/locale/it/LC_MESSAGES/django.mo and b/apps/converter/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/it/LC_MESSAGES/django.po b/apps/converter/locale/it/LC_MESSAGES/django.po index 05344e4ab8..a98df9e981 100644 --- a/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/apps/converter/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -474,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -636,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -913,12 +906,10 @@ msgstr "File path per il progarmma " #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Backend da usare per la conversione grafica. Le opzioni sono: converter." -"backends.imagemagick, converter.backends.graphicsmagick e converter.backends." -"python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Backend da usare per la conversione grafica. Le opzioni sono: converter.backends.imagemagick, converter.backends.graphicsmagick e converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." @@ -933,6 +924,4 @@ 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'" diff --git a/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo b/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo index bb1be0d8cc..cae5fa60a7 100644 Binary files a/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/converter/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/nl_NL/LC_MESSAGES/django.po b/apps/converter/locale/nl_NL/LC_MESSAGES/django.po index 1717f92849..90db1ebd00 100644 --- a/apps/converter/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/converter/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -906,8 +905,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.mo b/apps/converter/locale/pl/LC_MESSAGES/django.mo index ab904decf9..d05495d448 100644 Binary files a/apps/converter/locale/pl/LC_MESSAGES/django.mo and b/apps/converter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/pl/LC_MESSAGES/django.po b/apps/converter/locale/pl/LC_MESSAGES/django.po index 371b67d702..9c64644313 100644 --- a/apps/converter/locale/pl/LC_MESSAGES/django.po +++ b/apps/converter/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:15 msgid "file formats" @@ -475,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -909,8 +906,9 @@ msgstr "" #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." msgstr "" #: conf/settings.py:16 diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.mo b/apps/converter/locale/pt/LC_MESSAGES/django.mo index d49cc59cf2..dd9cd27812 100644 Binary files a/apps/converter/locale/pt/LC_MESSAGES/django.mo and b/apps/converter/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index a630987cc1..8c32bd8e3d 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 @@ -476,8 +475,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -638,24 +636,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -915,11 +908,10 @@ msgstr "Caminho para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Backend de conversão de gráficos a usar. As opções são: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Backend de conversão de gráficos a usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." @@ -934,6 +926,4 @@ 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 '" diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo b/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo index 86053f0e5f..3fb4d38461 100644 Binary files a/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/converter/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po index b603cb68cc..f50ac6fafb 100644 --- a/apps/converter/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011-2012. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-11-29 14:47+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:15 @@ -475,8 +474,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -637,24 +635,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -914,11 +907,10 @@ msgstr "Caminho do arquivo para o programa graphicsmagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Gráficos de conversão backend para usar. As opções são: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Gráficos de conversão backend para usar. As opções são: converter.backends.imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." @@ -933,18 +925,4 @@ 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 '" - -#~ msgid "Converter" -#~ msgstr "Conversor" - -#~ msgid "" -#~ "Set of configuration options to pass to the GraphicsMagick executable to " -#~ "fine tune it's functionality as explained in the GraphicsMagick " -#~ "documentation." -#~ msgstr "" -#~ "Conjunto de opções de configuração para passar para o executável " -#~ "GraphicsMagick para afinar sua funcionalidade, como explicado na " -#~ "documentação do GraphicsMagick." +msgstr "Estes são os formatos de arquivos suportados pelo servidor conversor selecionado. Neste caso: ' %(backend)s '" diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.mo b/apps/converter/locale/ru/LC_MESSAGES/django.mo index 05bc202cc9..7fb9762be8 100644 Binary files a/apps/converter/locale/ru/LC_MESSAGES/django.mo and b/apps/converter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.po b/apps/converter/locale/ru/LC_MESSAGES/django.po index f352b00452..4c4ebd4dca 100644 --- a/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:15 msgid "file formats" @@ -475,8 +473,7 @@ msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" @@ -637,24 +634,19 @@ msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" -msgstr "" -"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " -"1.2.3.3,1.2.3.4)" +msgstr "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" @@ -914,15 +906,14 @@ msgstr "Путь к файлу программs GraphicsMagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: converter.backends." -"imagemagick, converter.backends.graphicsmagick and converter.backends.python." -msgstr "" -"Конвертер графических файлов. Возможные варианты: converter.backends." -"imagemagick, converter.backends.graphicsmagick и converter.backends.python." +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "Конвертер графических файлов. Возможные варианты: converter.backends.imagemagick, converter.backends.graphicsmagick и converter.backends.python." #: conf/settings.py:16 msgid "Path to the libreoffice program." -msgstr "" +msgstr "Путь к программе LibreOffice." #: templates/converter_file_formats_help.html:3 msgid "Help" @@ -933,5 +924,4 @@ 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'" diff --git a/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo b/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..20828b5fa1 Binary files /dev/null and b/apps/converter/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/vi_VN/LC_MESSAGES/django.po b/apps/converter/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d206838f97 --- /dev/null +++ b/apps/converter/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,926 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2011-09-30 04:55+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:15 +msgid "file formats" +msgstr "" + +#: literals.py:19 +msgid "Resize" +msgstr "" + +#: literals.py:20 +msgid "Resize." +msgstr "" + +#: literals.py:22 literals.py:37 +msgid "width" +msgstr "" + +#: literals.py:23 literals.py:38 +msgid "height" +msgstr "" + +#: literals.py:27 +msgid "Rotate" +msgstr "" + +#: literals.py:28 +msgid "Rotate by n degress." +msgstr "" + +#: literals.py:30 +msgid "degrees" +msgstr "" + +#: literals.py:34 +msgid "Density" +msgstr "" + +#: literals.py:35 +msgid "Change the resolution (ie: DPI) without resizing." +msgstr "" + +#: literals.py:42 +msgid "Zoom" +msgstr "" + +#: literals.py:43 +msgid "Zoom by n percent." +msgstr "" + +#: literals.py:45 +msgid "percent" +msgstr "" + +#: literals.py:51 +msgid "Hasselblad Photo RAW, CFV/H3D39II" +msgstr "" + +#: literals.py:52 literals.py:53 +msgid "Photoshop resource format" +msgstr "" + +#: literals.py:54 +msgid "Photoshop resource text format" +msgstr "" + +#: literals.py:55 +msgid "Photoshop resource wide text format" +msgstr "" + +#: literals.py:57 +msgid "Raw alpha samples" +msgstr "" + +#: literals.py:58 +msgid "Adobe Illustrator CS2" +msgstr "" + +#: literals.py:59 +msgid "Raw application information" +msgstr "" + +#: literals.py:60 +msgid "Raw JPEG binary data" +msgstr "" + +#: literals.py:61 +msgid "PFS: 1st Publisher Clip Art" +msgstr "" + +#: literals.py:62 +msgid "Sony Alpha DSLR Raw Image Format" +msgstr "" + +#: literals.py:63 +msgid "Microsoft Audio/Visual Interleaved" +msgstr "" + +#: literals.py:64 +msgid "AVS X image" +msgstr "" + +#: literals.py:66 +msgid "Raw blue samples" +msgstr "" + +#: literals.py:67 +msgid "Raw blue, green, and red samples" +msgstr "" + +#: literals.py:68 +msgid "Raw blue, green, red and alpha samples" +msgstr "" + +#: literals.py:69 +msgid "Microsoft Windows bitmap image" +msgstr "" + +#: literals.py:70 +msgid "Microsoft Windows bitmap image version 2" +msgstr "" + +#: literals.py:71 +msgid "Microsoft Windows bitmap image version 3" +msgstr "" + +#: literals.py:72 +msgid "BRF ASCII Braille format" +msgstr "" + +#: literals.py:73 +msgid "Raw blue, red, and green samples" +msgstr "" + +#: literals.py:75 +msgid "Raw cyan samples" +msgstr "" + +#: literals.py:76 literals.py:181 +msgid "Magick Persistent Cache image format" +msgstr "" + +#: literals.py:77 literals.py:78 +msgid "Continuous Acquisition and Life-cycle Support Type 1 image" +msgstr "" + +#: literals.py:79 +msgid "Image caption" +msgstr "" + +#: literals.py:80 +msgid "Cineon Image File" +msgstr "" + +#: literals.py:81 +msgid "Cisco IP phone image format" +msgstr "" + +#: literals.py:82 +msgid "Image Clip Mask" +msgstr "" + +#: literals.py:83 +msgid "Raw cyan, magenta, yellow, and black samples" +msgstr "" + +#: literals.py:84 +msgid "Raw cyan, magenta, yellow, black, and opacity samples" +msgstr "" + +#: literals.py:85 literals.py:86 +msgid "Canon Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:87 +msgid "Microsoft Cursor Icon" +msgstr "" + +#: literals.py:88 +msgid "DR Halo" +msgstr "" + +#: literals.py:90 +msgid "Digital Imaging and Communications in Medicine image" +msgstr "" + +#: literals.py:91 +msgid "Kodak Digital Camera Raw Image File" +msgstr "" + +#: literals.py:92 +msgid "ZSoft IBM PC multi-page Paintbrush" +msgstr "" + +#: literals.py:93 +msgid "Microsoft DirectDraw Surface" +msgstr "" + +#: literals.py:94 +msgid "Multi-face font package (Freetype 2.4.2)" +msgstr "" + +#: literals.py:95 +msgid "Déjà vu" +msgstr "" + +#: literals.py:96 +msgid "Adobe Digital Negative" +msgstr "" + +#: literals.py:97 +msgid "Graphviz" +msgstr "" + +#: literals.py:98 +msgid "SMPTE 268M-2003 (DPX 2.0)" +msgstr "" + +#: literals.py:100 +msgid "Encapsulated Portable Document Format" +msgstr "" + +#: literals.py:101 literals.py:106 +msgid "Adobe Encapsulated PostScript Interchange format" +msgstr "" + +#: literals.py:102 literals.py:105 +msgid "Adobe Encapsulated PostScript" +msgstr "" + +#: literals.py:103 +msgid "Adobe Level II Encapsulated PostScript" +msgstr "" + +#: literals.py:104 +msgid "Adobe Level III Encapsulated PostScript" +msgstr "" + +#: literals.py:107 +msgid "Adobe Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:108 +msgid "Adobe Level II Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:109 +msgid "Adobe Level III Encapsulated PostScript with TIFF preview" +msgstr "" + +#: literals.py:110 +msgid "Epson RAW Format" +msgstr "" + +#: literals.py:111 +msgid "Exif digital camera binary data" +msgstr "" + +#: literals.py:112 +msgid "High Dynamic-range (HDR)" +msgstr "" + +#: literals.py:114 +msgid "Group 3 FAX (Not TIFF Group3 FAX)" +msgstr "" + +#: literals.py:115 +msgid "Autodesk FLI animations file" +msgstr "" + +#: literals.py:116 +msgid "Autodesk FLC animations file" +msgstr "" + +#: literals.py:117 literals.py:120 +msgid "Flexible Image Transport System" +msgstr "" + +#: literals.py:118 +msgid "Kodak FlashPix file" +msgstr "" + +#: literals.py:119 literals.py:225 +msgid "Plasma fractal image" +msgstr "" + +#: literals.py:122 +msgid "Raw green samples" +msgstr "" + +#: literals.py:123 +msgid "Group 3 FAX" +msgstr "" + +#: literals.py:124 +msgid "Raw green, blue, and red samples" +msgstr "" + +#: literals.py:125 +msgid "GIMP brush file" +msgstr "" + +#: literals.py:126 +msgid "CompuServe graphics interchange format (version 89a)" +msgstr "" + +#: literals.py:127 +msgid "CompuServe graphics interchange format (version 87a)" +msgstr "" + +#: literals.py:128 +msgid "Gradual passing from one shade to another" +msgstr "" + +#: literals.py:129 +msgid "Raw gray samples" +msgstr "" + +#: literals.py:130 +msgid "Raw green, red, and blue samples" +msgstr "" + +#: literals.py:131 +msgid "Raw CCITT Group4" +msgstr "" + +#: literals.py:133 +msgid "Histogram of the image" +msgstr "" + +#: literals.py:134 +msgid "HRZ: Slow scan TV" +msgstr "" + +#: literals.py:135 literals.py:136 literals.py:255 +msgid "Hypertext Markup Language and a client-side image map" +msgstr "" + +#: literals.py:138 literals.py:264 literals.py:279 literals.py:283 +msgid "Truevision Targa image" +msgstr "" + +#: literals.py:139 literals.py:140 +msgid "ICC Color Profile" +msgstr "" + +#: literals.py:141 literals.py:142 +msgid "Microsoft Icon" +msgstr "" + +#: literals.py:143 +msgid "Hald CLUT identity image" +msgstr "" + +#: literals.py:144 +msgid "LabEye image format" +msgstr "" + +#: literals.py:145 +msgid "GraphicsMagick Embedded Image" +msgstr "" + +#: literals.py:146 +msgid "The image format and characteristics" +msgstr "" + +#: literals.py:147 +msgid "Base64-encoded inline images" +msgstr "" + +#: literals.py:148 +msgid "IPL Image Sequence" +msgstr "" + +#: literals.py:149 +msgid "IPTC Newsphoto" +msgstr "" + +#: literals.py:150 literals.py:151 +msgid "IPTC Newsphoto text format" +msgstr "" + +#: literals.py:152 +msgid "ISO/TR 11548-1 format" +msgstr "" + +#: literals.py:154 literals.py:157 +msgid "JPEG-2000 Code Stream Syntax" +msgstr "" + +#: literals.py:155 +msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:156 +msgid "JPEG-2000 JP2 File Format Syntax" +msgstr "" + +#: literals.py:158 literals.py:159 +msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" +msgstr "" + +#: literals.py:160 +msgid "JPEG-2000 File Format Syntax" +msgstr "" + +#: literals.py:162 +msgid "Raw black samples" +msgstr "" + +#: literals.py:163 literals.py:164 +msgid "Kodak Digital Camera Raw Image Format" +msgstr "" + +#: literals.py:166 +msgid "Image label" +msgstr "" + +#: literals.py:168 +msgid "Raw magenta samples" +msgstr "" + +#: literals.py:169 literals.py:179 literals.py:182 literals.py:183 +msgid "MPEG Video Stream" +msgstr "" + +#: literals.py:170 +msgid "Raw MPEG-4 Video" +msgstr "" + +#: literals.py:171 +msgid "Colormap intensities and indices" +msgstr "" + +#: literals.py:172 +msgid "MATLAB image format" +msgstr "" + +#: literals.py:173 +msgid "MATTE raw opacity format" +msgstr "" + +#: literals.py:174 +msgid "8-bit McIdas area file" +msgstr "" + +#: literals.py:175 +msgid "Microsoft Image Composer (MIC) file" +msgstr "" + +#: literals.py:176 +msgid "Magick Image File Format" +msgstr "" + +#: literals.py:177 +msgid "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:178 +msgid "Raw Bi-level bitmap in least-significant-byte first order" +msgstr "" + +#: literals.py:180 +msgid "MPEG-4 Video Stream" +msgstr "" + +#: literals.py:184 +msgid "Sony (Minolta) Raw Image File" +msgstr "" + +#: literals.py:185 +msgid "Magick Scripting Language" +msgstr "" + +#: literals.py:186 +msgid "Windows 1 and 2 MSP file format" +msgstr "" + +#: literals.py:187 +msgid "ImageMagick's own SVG internal renderer" +msgstr "" + +#: literals.py:188 +msgid "MTV Raytracing image format" +msgstr "" + +#: literals.py:189 +msgid "Magick Vector Graphics" +msgstr "" + +#: literals.py:191 +msgid "Nikon Digital SLR Camera Raw Image File" +msgstr "" + +#: literals.py:192 +msgid "Constant image of uniform color" +msgstr "" + +#: literals.py:194 +msgid "Raw opacity samples" +msgstr "" + +#: literals.py:195 +msgid "Olympus Digital Camera Raw Image File" +msgstr "" + +#: literals.py:196 +msgid "On-the-air bitmap" +msgstr "" + +#: literals.py:197 +msgid "Open Type font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:199 +msgid "Xv thumbnail format" +msgstr "" + +#: literals.py:200 literals.py:277 +msgid "16bit/pixel interleaved YUV" +msgstr "" + +#: literals.py:201 +msgid "Palm pixmap" +msgstr "" + +#: literals.py:202 +msgid "Common 2-dimensional bitmap format" +msgstr "" + +#: literals.py:203 +msgid "Predefined pattern" +msgstr "" + +#: literals.py:204 +msgid "Portable bitmap format (black and white)" +msgstr "" + +#: literals.py:205 literals.py:206 +msgid "Photo CD" +msgstr "" + +#: literals.py:207 +msgid "Page Control Language" +msgstr "" + +#: literals.py:208 literals.py:221 +msgid "Apple Macintosh QuickDraw/PICT" +msgstr "" + +#: literals.py:209 +msgid "ZSoft IBM PC Paintbrush" +msgstr "" + +#: literals.py:210 +msgid "Palm Database ImageViewer Format" +msgstr "" + +#: literals.py:211 +msgid "Portable Document Format" +msgstr "" + +#: literals.py:212 +msgid "Portable Document Archive Format" +msgstr "" + +#: literals.py:213 +msgid "Pentax Electronic File" +msgstr "" + +#: literals.py:214 +msgid "Embrid Embroidery Format" +msgstr "" + +#: literals.py:215 +msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:216 +msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" +msgstr "" + +#: literals.py:217 +msgid "Portable float format" +msgstr "" + +#: literals.py:218 +msgid "Portable graymap format (gray scale)" +msgstr "" + +#: literals.py:219 +msgid "JPEG-2000 VM Format" +msgstr "" + +#: literals.py:220 +msgid "Personal Icon" +msgstr "" + +#: literals.py:222 +msgid "Alias/Wavefront RLE image format" +msgstr "" + +#: literals.py:223 +msgid "PIXAR raster file" +msgstr "" + +#: literals.py:224 +msgid "Joint Photographic Experts Group JFIF format (62)" +msgstr "" + +#: literals.py:226 +msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:227 +msgid "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:228 +msgid "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:229 +msgid "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" +msgstr "" + +#: literals.py:230 +msgid "Portable anymap" +msgstr "" + +#: literals.py:231 +msgid "Portable pixmap format (color)" +msgstr "" + +#: literals.py:232 +msgid "Show a preview an image enhancement, effect, or f/x" +msgstr "" + +#: literals.py:233 +msgid "Adobe PostScript" +msgstr "" + +#: literals.py:234 +msgid "Adobe Level II PostScript" +msgstr "" + +#: literals.py:235 +msgid "Adobe Level III PostScript" +msgstr "" + +#: literals.py:236 +msgid "Adobe Large Document Format" +msgstr "" + +#: literals.py:237 +msgid "Adobe Photoshop bitmap" +msgstr "" + +#: literals.py:238 +msgid "Pyramid encoded TIFF" +msgstr "" + +#: literals.py:239 literals.py:253 +msgid "Seattle Film Works" +msgstr "" + +#: literals.py:241 +msgid "Raw red samples" +msgstr "" + +#: literals.py:242 +msgid "Fuji CCD-RAW Graphic File" +msgstr "" + +#: literals.py:243 literals.py:259 +msgid "SUN Rasterfile" +msgstr "" + +#: literals.py:244 +msgid "Raw red, blue, and green samples" +msgstr "" + +#: literals.py:245 +msgid "Raw red, green, and blue samples" +msgstr "" + +#: literals.py:246 +msgid "Raw red, green, blue, and matte samples" +msgstr "" + +#: literals.py:247 +msgid "Raw red, green, blue, and opacity samples" +msgstr "" + +#: literals.py:248 +msgid "Alias/Wavefront image" +msgstr "" + +#: literals.py:249 +msgid "Utah Run length encoded image" +msgstr "" + +#: literals.py:251 +msgid "ZX-Spectrum SCREEN$" +msgstr "" + +#: literals.py:252 +msgid "Scitex HandShake" +msgstr "" + +#: literals.py:254 +msgid "Irix RGB image" +msgstr "" + +#: literals.py:256 +msgid "Sony Raw Format 2" +msgstr "" + +#: literals.py:257 +msgid "Sony Raw Format" +msgstr "" + +#: literals.py:258 +msgid "Steganographic image" +msgstr "" + +#: literals.py:260 +msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:261 +msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" +msgstr "" + +#: literals.py:263 literals.py:273 +msgid "Text" +msgstr "" + +#: literals.py:265 +msgid "EXIF Profile Thumbnail" +msgstr "" + +#: literals.py:266 +msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:267 +msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" +msgstr "" + +#: literals.py:268 +msgid "Tile image with a texture" +msgstr "" + +#: literals.py:269 +msgid "PSX TIM" +msgstr "" + +#: literals.py:270 +msgid "TOPOL X Image" +msgstr "" + +#: literals.py:271 +msgid "TrueType font collection (Freetype 2.4.2)" +msgstr "" + +#: literals.py:272 +msgid "TrueType font (Freetype 2.4.2)" +msgstr "" + +#: literals.py:275 +msgid "Unicode Text format" +msgstr "" + +#: literals.py:276 +msgid "X-Motif UIL table" +msgstr "" + +#: literals.py:280 +msgid "VICAR rasterfile format" +msgstr "" + +#: literals.py:281 +msgid "Visual Image Directory" +msgstr "" + +#: literals.py:282 literals.py:299 +msgid "Khoros Visualization image" +msgstr "" + +#: literals.py:285 +msgid "Wireless Bitmap (level 0) image" +msgstr "" + +#: literals.py:286 +msgid "Windows Meta File" +msgstr "" + +#: literals.py:287 +msgid "Word Perfect Graphics" +msgstr "" + +#: literals.py:288 +msgid "Windows Media Video" +msgstr "" + +#: literals.py:289 +msgid "Compressed Windows Meta File" +msgstr "" + +#: literals.py:291 +msgid "X Window System" +msgstr "" + +#: literals.py:292 +msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" +msgstr "" + +#: literals.py:293 +msgid "X Windows system bitmap (black and white)" +msgstr "" + +#: literals.py:294 +msgid "Constant image uniform color" +msgstr "" + +#: literals.py:295 +msgid "GIMP image" +msgstr "" + +#: literals.py:296 +msgid "Adobe XML metadata" +msgstr "" + +#: literals.py:297 +msgid "X Windows system pixmap (color)" +msgstr "" + +#: literals.py:298 +msgid "Microsoft XML Paper Specification" +msgstr "" + +#: literals.py:300 +msgid "XV thumbnail file" +msgstr "" + +#: literals.py:301 +msgid "X Windows system window dump (color)" +msgstr "" + +#: literals.py:303 +msgid "Raw yellow samples" +msgstr "" + +#: literals.py:304 +msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" +msgstr "" + +#: views.py:17 +msgid "suported file formats" +msgstr "" + +#: views.py:22 +msgid "name" +msgstr "" + +#: views.py:26 +msgid "description" +msgstr "" + +#: conf/settings.py:11 +msgid "File path to imagemagick's convert program." +msgstr "" + +#: conf/settings.py:12 +msgid "File path to imagemagick's identify program." +msgstr "" + +#: conf/settings.py:13 +msgid "File path to graphicsmagick's program." +msgstr "" + +#: conf/settings.py:15 +msgid "" +"Graphics conversion backend to use. Options are: " +"converter.backends.imagemagick, converter.backends.graphicsmagick and " +"converter.backends.python." +msgstr "" + +#: conf/settings.py:16 +msgid "Path to the libreoffice program." +msgstr "" + +#: templates/converter_file_formats_help.html:3 +msgid "Help" +msgstr "" + +#: templates/converter_file_formats_help.html:4 +#, python-format +msgid "" +"These are the file formats supported by the currently selected converter " +"backend. In this case: '%(backend)s'" +msgstr "" diff --git a/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..939f92c8f3 Binary files /dev/null and b/apps/django_gpg/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/ar/LC_MESSAGES/django.po b/apps/django_gpg/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..527d75b09d --- /dev/null +++ b/apps/django_gpg/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,215 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 20:29+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "private keys" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "public keys" + +#: __init__.py:16 +msgid "delete" +msgstr "delete" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "query keyservers" + +#: __init__.py:18 +msgid "import" +msgstr "import" + +#: __init__.py:19 +msgid "key management" +msgstr "key management" + +#: api.py:24 +msgid "Public" +msgstr "Public" + +#: api.py:25 +msgid "Secret" +msgstr "Secret" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "RSA" + +#: api.py:34 +msgid "DSA" +msgstr "DSA" + +#: api.py:39 +msgid "Elgamal" +msgstr "Elgamal" + +#: api.py:53 +msgid "Bad signature." +msgstr "Bad signature." + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "Document not signed or invalid signature." + +#: api.py:61 +msgid "Signature error." +msgstr "Signature error." + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "Document is signed but no public key is available for verification." + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "Document is signed, and signature is good." + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "Document is signed with a valid signature." + +#: api.py:146 +msgid "unknown" +msgstr "unknown" + +#: forms.py:7 +msgid "Term" +msgstr "Term" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "Name, e-mail, key ID or key fingerprint to look for." + +#: permissions.py:7 +msgid "Key management" +msgstr "Key management" + +#: permissions.py:9 +msgid "View keys" +msgstr "View keys" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Delete keys" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Query keyservers" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "Import keys from keyservers" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "Key: %s, imported successfully." + +#: views.py:42 +#, 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 +msgid "Import key" +msgstr "Import key" + +#: views.py:52 +#, 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:77 +msgid "Key ID" +msgstr "Key ID" + +#: views.py:81 +msgid "Owner" +msgstr "Owner" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "Key: %s, deleted successfully." + +#: views.py:108 +msgid "Delete key" +msgstr "Delete key" + +#: views.py:110 +#, 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." + +#: views.py:128 +msgid "Query key server" +msgstr "Query key server" + +#: views.py:141 +msgid "results" +msgstr "results" + +#: views.py:146 +msgid "ID" +msgstr "ID" + +#: views.py:150 +msgid "type" +msgstr "type" + +#: views.py:154 +msgid "creation date" +msgstr "creation date" + +#: views.py:158 +msgid "disabled" +msgstr "disabled" + +#: views.py:162 +msgid "expiration date" +msgstr "expiration date" + +#: views.py:166 +msgid "expired" +msgstr "expired" + +#: views.py:170 +msgid "length" +msgstr "length" + +#: views.py:174 +msgid "revoked" +msgstr "revoked" + +#: views.py:179 +msgid "Identifies" +msgstr "Identifies" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "List of keyservers to be queried for unknown keys." + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "Home directory used to store keys as well as configuration files." diff --git a/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo b/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo index 0fdb1a771d..5fef894ebf 100644 Binary files a/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/bg/LC_MESSAGES/django.po b/apps/django_gpg/locale/bg/LC_MESSAGES/django.po index 1ca9eb6dca..4c3a37b389 100644 --- a/apps/django_gpg/locale/bg/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-17 10:02+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 @@ -161,10 +160,7 @@ 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 msgid "Query key server" @@ -217,6 +213,3 @@ msgstr "Списък на сървъри за ключове, за запитв #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." msgstr "Директория за съхранение на ключове, както и конфигурационни файлове." - -#~ msgid "Signatures" -#~ msgstr "Подписи" diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo index 7e9d85c596..14e8594e87 100644 Binary files a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po index 9387304027..3693e6896a 100644 --- a/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-19 21:52+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 @@ -78,9 +77,7 @@ msgstr "Signatur Fehler." #: api.py:65 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." #: api.py:69 msgid "Document is signed, and signature is good." @@ -100,9 +97,7 @@ 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." #: permissions.py:7 msgid "Key management" @@ -141,8 +136,7 @@ msgstr "Schlüssel importieren" #: views.py:52 #, python-format msgid "Are you sure you wish to import key id: %s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" +msgstr "Sind Sie sicher, dass Sie folgende Schlüssel-ID importieren möchten:%s?" #: views.py:77 msgid "Key ID" @@ -167,10 +161,7 @@ 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 löschen wollen :%s? Wenn Sie einen " -"öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu " -"löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." +msgstr "Sind Sie sicher, dass Sie den Schlüssel löschen wollen :%s? Wenn Sie einen öffentlichen Schlüssel, der Teil eines öffentlichen/privaten Paar ist, zu löschen versuchen, wir der private Schlüssel ebenfalls gelöscht." #: views.py:128 msgid "Query key server" @@ -223,6 +214,3 @@ msgstr "Liste der Server, die nach unbekannten Schlüsseln durchsucht werden." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." msgstr "Verzeichnis zum speichern von Schlüsseln und Konfigurations-Dateien" - -#~ msgid "Signatures" -#~ msgstr "Unterschriften" diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.mo b/apps/django_gpg/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/django_gpg/locale/en/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index e60c7dacc8..0d8be90486 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index b30c4f1411..87ab43d4ee 100644 Binary files a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/apps/django_gpg/locale/es/LC_MESSAGES/django.po index 7162f6704b..cf51659c54 100644 --- a/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 @@ -77,9 +76,7 @@ msgstr "Error de firma." #: api.py:65 msgid "Document is signed but no public key is available for verification." -msgstr "" -"El document ha sido firmado pero no hay llave pública disponible para " -"verificación." +msgstr "El document ha sido firmado pero no hay llave pública disponible para verificación." #: api.py:69 msgid "Document is signed, and signature is good." @@ -99,9 +96,7 @@ 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 llave or huella " -"digital de llave a buscar." +msgstr "Nombre, dirección de correo electrónico, identificador de llave or huella digital de llave a buscar." #: permissions.py:7 msgid "Key management" @@ -165,10 +160,7 @@ 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 llave: %s? Si trata de borrar una llave " -"pública que es parte de un par público/privado la llave privada será borrada " -"también." +msgstr "¿Esta seguro que desea borrar la llave: %s? Si trata de borrar una llave pública que es parte de un par público/privado la llave privada será borrada también." #: views.py:128 msgid "Query key server" @@ -216,12 +208,8 @@ msgstr "Identidades" #: conf/settings.py:15 msgid "List of keyservers to be queried for unknown keys." -msgstr "" -"Lista de servidores de llaves a ser utilizados para buscar llaves " -"desconocidas." +msgstr "Lista de servidores de llaves a ser utilizados para buscar llaves desconocidas." #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Directorio de inicio utilizado para almacenar las llaves, así como los " -"archivos de configuración." +msgstr "Directorio de inicio utilizado para almacenar las llaves, así como los archivos de configuración." diff --git a/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo b/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo index c52552ffde..897d44bd55 100644 Binary files a/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/fr/LC_MESSAGES/django.po b/apps/django_gpg/locale/fr/LC_MESSAGES/django.po index 58bf1d2551..dd1a778b45 100644 --- a/apps/django_gpg/locale/fr/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 15:42+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:14 views.py:66 @@ -77,9 +76,7 @@ msgstr "Erreur de signature." #: api.py:65 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." #: api.py:69 msgid "Document is signed, and signature is good." @@ -163,10 +160,7 @@ 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 msgid "Query key server" @@ -218,9 +212,4 @@ msgstr "Liste des serveurs de clés à interroger pour les clés inconnues." #: conf/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" - -#~ msgid "Signatures" -#~ msgstr "Signatures" +msgstr "Répertoire principal utilisé pour stocker les clés, ainsi que les fichiers de configuration" diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index 4562c57664..7e4f0e2d39 100644 Binary files a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/apps/django_gpg/locale/it/LC_MESSAGES/django.po index abeb9ef0c5..b3632429aa 100644 --- a/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 @@ -78,9 +77,7 @@ msgstr "Errore di firma" #: api.py:65 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" #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +161,7 @@ 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 msgid "Query key server" @@ -219,6 +213,4 @@ msgstr "Lista di server per chiavi che si possono interrogare." #: conf/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." diff --git a/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo b/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo index 57a4eeaf3d..cae5fa60a7 100644 Binary files a/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po b/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po index 6cb5482ffa..4d8908f69b 100644 --- a/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo index 3d794131e5..e45e10f913 100644 Binary files a/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po index 217f8dabcc..072e34c99c 100644 --- a/apps/django_gpg/locale/pl/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:14 views.py:66 msgid "private keys" @@ -78,9 +76,7 @@ msgstr "Błąd podpisu." #: api.py:65 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." #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +160,7 @@ 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 msgid "Query key server" @@ -219,5 +212,4 @@ msgstr "List of keyservers to be queried for unknown keys." #: conf/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." diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index a11157a2a9..9c367f04a5 100644 Binary files a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index 67f88e61aa..8d6369729e 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # Roberto Rosario , 2012. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:14 views.py:66 @@ -78,9 +77,7 @@ msgstr "Erro de assinatura." #: api.py:65 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." #: api.py:69 msgid "Document is signed, and signature is good." @@ -164,10 +161,7 @@ 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 msgid "Query key server" diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo index 31985a600c..2a43b844f0 100644 Binary files a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po index 28d29a4b73..5f1b1be449 100644 --- a/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:14 views.py:66 diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index 275c64693f..7d8b4cb1b2 100644 Binary files a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index 9e963ef5b0..9d7a22b179 100644 --- a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:14 views.py:66 msgid "private keys" @@ -162,9 +160,7 @@ 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 msgid "Query key server" @@ -216,6 +212,4 @@ msgstr "Список ключевых серверов для запроса н #: conf/settings.py:16 msgid "Home directory used to store keys as well as configuration files." -msgstr "" -"Домашний каталог, используемый для хранения ключей, а также файлов " -"конфигурации." +msgstr "Домашний каталог, используемый для хранения ключей, а также файлов конфигурации." diff --git a/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo b/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..bfcac2335d Binary files /dev/null and b/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po b/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6cf087d2a9 --- /dev/null +++ b/apps/django_gpg/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,215 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 08:34+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:14 views.py:66 +msgid "private keys" +msgstr "khóa riêng" + +#: __init__.py:15 views.py:69 +msgid "public keys" +msgstr "khóa công cộng" + +#: __init__.py:16 +msgid "delete" +msgstr "xóa" + +#: __init__.py:17 +msgid "query keyservers" +msgstr "query keyservers" + +#: __init__.py:18 +msgid "import" +msgstr "import" + +#: __init__.py:19 +msgid "key management" +msgstr "quản lý khóa" + +#: api.py:24 +msgid "Public" +msgstr "Công cộng" + +#: api.py:25 +msgid "Secret" +msgstr "Bí mật" + +#: api.py:33 api.py:38 +msgid "RSA" +msgstr "RSA" + +#: api.py:34 +msgid "DSA" +msgstr "DSA" + +#: api.py:39 +msgid "Elgamal" +msgstr "Elgamal" + +#: api.py:53 +msgid "Bad signature." +msgstr "Bad signature." + +#: api.py:57 +msgid "Document not signed or invalid signature." +msgstr "Tài liệu không được kí hoặc chữ kí không hợp lệ." + +#: api.py:61 +msgid "Signature error." +msgstr "Signature error." + +#: api.py:65 +msgid "Document is signed but no public key is available for verification." +msgstr "Document is signed but no public key is available for verification." + +#: api.py:69 +msgid "Document is signed, and signature is good." +msgstr "Document is signed, and signature is good." + +#: api.py:73 +msgid "Document is signed with a valid signature." +msgstr "Document is signed, and signature is good." + +#: api.py:146 +msgid "unknown" +msgstr "không biết" + +#: forms.py:7 +msgid "Term" +msgstr "Term" + +#: forms.py:8 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "Name, e-mail, key ID or key fingerprint to look for." + +#: permissions.py:7 +msgid "Key management" +msgstr "Quản lý khóa" + +#: permissions.py:9 +msgid "View keys" +msgstr "Xem các khóa" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Xóa khóa" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Truy vấn keyservers" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "Import keys from keyservers" + +#: views.py:37 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "Key: %s, imported successfully." + +#: views.py:42 +#, 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 +msgid "Import key" +msgstr "Import key" + +#: views.py:52 +#, 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:77 +msgid "Key ID" +msgstr "Key ID" + +#: views.py:81 +msgid "Owner" +msgstr "Nhười sở hữu" + +#: views.py:101 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "Khóa: %s, đã xóa thành công." + +#: views.py:108 +msgid "Delete key" +msgstr " Xóa khóa" + +#: views.py:110 +#, 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." + +#: views.py:128 +msgid "Query key server" +msgstr "Query key server" + +#: views.py:141 +msgid "results" +msgstr "Kết quả" + +#: views.py:146 +msgid "ID" +msgstr "ID" + +#: views.py:150 +msgid "type" +msgstr "type" + +#: views.py:154 +msgid "creation date" +msgstr "ngày tạo" + +#: views.py:158 +msgid "disabled" +msgstr "vô hiệu hóa" + +#: views.py:162 +msgid "expiration date" +msgstr "ngày hết hạn" + +#: views.py:166 +msgid "expired" +msgstr "đã hết hạn" + +#: views.py:170 +msgid "length" +msgstr "chiều dài" + +#: views.py:174 +msgid "revoked" +msgstr "bị thu hồi" + +#: views.py:179 +msgid "Identifies" +msgstr "Identifies" + +#: conf/settings.py:15 +msgid "List of keyservers to be queried for unknown keys." +msgstr "List of keyservers to be queried for unknown keys." + +#: conf/settings.py:16 +msgid "Home directory used to store keys as well as configuration files." +msgstr "Home directory used to store keys as well as configuration files." diff --git a/apps/document_comments/locale/ar/LC_MESSAGES/django.mo b/apps/document_comments/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..f52f9fd3de Binary files /dev/null and b/apps/document_comments/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/ar/LC_MESSAGES/django.po b/apps/document_comments/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..255f28c424 --- /dev/null +++ b/apps/document_comments/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 16:58+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:19 __init__.py:20 +msgid "delete" +msgstr "حذف" + +#: __init__.py:21 +msgid "add comment" +msgstr "إضافة تعليق" + +#: __init__.py:22 +msgid "comments" +msgstr "تعليقات" + +#: __init__.py:26 +msgid "date" +msgstr "تاريخ" + +#: __init__.py:30 +msgid "user" +msgstr "مستخدم" + +#: __init__.py:34 +msgid "comment" +msgstr "تعليق" + +#: permissions.py:7 +msgid "Comments" +msgstr "التعليقات" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "إنشاء تعليقات جديدة" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "حذف التعليقات" + +#: permissions.py:11 +msgid "View comments" +msgstr "عرض التعليقات" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "يجب إضافة تعليق واحد على الأقل." + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "التعليق \"%s\" حذف بنجاح." + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "خطأ أثناء حذف التعليق \"%(comment)s\": %(error)s" + +#: views.py:63 +#, python-format +msgid "Are you sure you wish to delete the comment: %s?" +msgstr "هل أنت متأكد أنك تريد حذف هذا التعليق: %s ؟" + +#: views.py:65 +#, python-format +msgid "Are you sure you wish to delete the comments: %s?" +msgstr "هل أنت متأكد أنك ترغب في حذف التعليقات: %s ؟" + +#: views.py:99 +msgid "Comment added successfully." +msgstr "تمت إضافة التعليق بنجاح." + +#: views.py:106 +#, python-format +msgid "Add comment to document: %s" +msgstr "إضافة تعليق على الوثيقة: %s" + +#: views.py:126 +#, python-format +msgid "comments: %s" +msgstr "التعليقات: %s" diff --git a/apps/document_comments/locale/bg/LC_MESSAGES/django.mo b/apps/document_comments/locale/bg/LC_MESSAGES/django.mo index 2da57a46b0..56fbb6d3e0 100644 Binary files a/apps/document_comments/locale/bg/LC_MESSAGES/django.mo and b/apps/document_comments/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/bg/LC_MESSAGES/django.po b/apps/document_comments/locale/bg/LC_MESSAGES/django.po index d004cd70d0..5ca5b2aa6b 100644 --- a/apps/document_comments/locale/bg/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-06 07:43+0000\n" -"Last-Translator: koldo \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Last-Translator: Pavlin Koldamov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo index b8d33ec329..812a2d9d01 100644 Binary files a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo and b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po index baf13d6e5e..ce10b523da 100644 --- a/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-04-20 18:09+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.mo b/apps/document_comments/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/document_comments/locale/en/LC_MESSAGES/django.mo and b/apps/document_comments/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index 4885fc8c5a..6dfc7ed0f1 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/apps/document_comments/locale/es/LC_MESSAGES/django.mo index 234f718a6f..06b17ef900 100644 Binary files a/apps/document_comments/locale/es/LC_MESSAGES/django.mo and b/apps/document_comments/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.po b/apps/document_comments/locale/es/LC_MESSAGES/django.po index 20df646871..c75583a80e 100644 --- a/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/fr/LC_MESSAGES/django.mo b/apps/document_comments/locale/fr/LC_MESSAGES/django.mo index 6b95d5cdd3..072d5b8465 100644 Binary files a/apps/document_comments/locale/fr/LC_MESSAGES/django.mo and b/apps/document_comments/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/fr/LC_MESSAGES/django.po b/apps/document_comments/locale/fr/LC_MESSAGES/django.po index c337f481a1..b688106bc0 100644 --- a/apps/document_comments/locale/fr/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-21 20:59+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:19 __init__.py:20 @@ -71,8 +70,7 @@ msgstr "Commentaires \"%s\" supprimés avec succès" #: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" -msgstr "" -"Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" +msgstr "Erreur lors de la suppression du commentaire \"%(comment)s\": %(error)s" #: views.py:63 #, python-format diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/apps/document_comments/locale/it/LC_MESSAGES/django.mo index 35e651d957..fc562a3a72 100644 Binary files a/apps/document_comments/locale/it/LC_MESSAGES/django.mo and b/apps/document_comments/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.po b/apps/document_comments/locale/it/LC_MESSAGES/django.po index 853d55f17b..e487beedff 100644 --- a/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo index daa989bd25..2f476e059e 100644 Binary files a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po index c410964bd7..57180fe228 100644 --- a/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-12 19:49+0000\n" "Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.mo b/apps/document_comments/locale/pl/LC_MESSAGES/django.mo index 185427c82f..3c1c5fc03b 100644 Binary files a/apps/document_comments/locale/pl/LC_MESSAGES/django.mo and b/apps/document_comments/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/pl/LC_MESSAGES/django.po b/apps/document_comments/locale/pl/LC_MESSAGES/django.po index b91eb7e728..084b854514 100644 --- a/apps/document_comments/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pl/LC_MESSAGES/django.po @@ -1,7 +1,7 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-21 14:50+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:19 __init__.py:20 msgid "delete" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 72fc212f0d..273a781dfc 100644 Binary files a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo and b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/apps/document_comments/locale/pt/LC_MESSAGES/django.po index ebf1a9637f..877e929fa0 100644 --- a/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-02 11:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo index 74a1d03431..981b8489cf 100644 Binary files a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po index 3455bab9dc..0db6b42225 100644 --- a/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-02 03:32+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:19 __init__.py:20 diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index ef17c97995..3207663133 100644 Binary files a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo and b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.po b/apps/document_comments/locale/ru/LC_MESSAGES/django.po index 1759f0f212..8471ed6a7f 100644 --- a/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:19 __init__.py:20 msgid "delete" diff --git a/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po b/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po index 248ecdd372..785ba20cdc 100644 --- a/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:53-0400\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2011-09-30 04:33+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -17,30 +17,30 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: __init__.py:22 -msgid "date" -msgstr "" - -#: __init__.py:26 -msgid "user" -msgstr "" - -#: __init__.py:30 -msgid "comment" -msgstr "" - -#: links.py:10 links.py:11 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "" -#: links.py:12 +#: __init__.py:21 msgid "add comment" msgstr "" -#: links.py:13 +#: __init__.py:22 msgid "comments" msgstr "" +#: __init__.py:26 +msgid "date" +msgstr "" + +#: __init__.py:30 +msgid "user" +msgstr "" + +#: __init__.py:34 +msgid "comment" +msgstr "" + #: permissions.py:7 msgid "Comments" msgstr "" @@ -61,36 +61,36 @@ msgstr "" msgid "Must provide at least one comment." msgstr "" -#: views.py:47 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:49 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:64 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:66 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:101 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:108 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:128 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "" diff --git a/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo b/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..f36fb8bef7 Binary files /dev/null and b/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po b/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ec773abe7d --- /dev/null +++ b/apps/document_comments/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,97 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-22 07:15+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:19 __init__.py:20 +msgid "delete" +msgstr "xóa" + +#: __init__.py:21 +msgid "add comment" +msgstr "thêm tài liệu" + +#: __init__.py:22 +msgid "comments" +msgstr "chú thích" + +#: __init__.py:26 +msgid "date" +msgstr "ngày" + +#: __init__.py:30 +msgid "user" +msgstr "ngưới dùng" + +#: __init__.py:34 +msgid "comment" +msgstr "chú thích" + +#: permissions.py:7 +msgid "Comments" +msgstr "Chú thích" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Tạo chú thích mới" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Xóa chú thích" + +#: permissions.py:11 +msgid "View comments" +msgstr "Xem chú thích" + +#: views.py:36 +msgid "Must provide at least one comment." +msgstr "Cần cung cấp ít nhất một chú thích" + +#: views.py:46 +#, python-format +msgid "Comment \"%s\" deleted successfully." +msgstr "Chú thích \"%s\" đã xóa thành công." + +#: views.py:48 +#, python-format +msgid "Error deleting comment \"%(comment)s\": %(error)s" +msgstr "Lỗi xóa chú thích \"%(comment)s\": %(error)s" + +#: 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: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:99 +msgid "Comment added successfully." +msgstr "Chú thích được tạo thành công." + +#: 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:126 +#, python-format +msgid "comments: %s" +msgstr "chú thích: %s" diff --git a/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..03a5f23771 Binary files /dev/null and b/apps/document_indexing/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/ar/LC_MESSAGES/django.po b/apps/document_indexing/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..fd58d20f28 --- /dev/null +++ b/apps/document_indexing/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,382 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 20:38+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 +#: views.py:310 +msgid "indexes" +msgstr "indexes" + +#: __init__.py:32 __init__.py:43 +msgid "index list" +msgstr "index list" + +#: __init__.py:33 views.py:78 +msgid "create index" +msgstr "create index" + +#: __init__.py:34 __init__.py:40 +msgid "edit" +msgstr "edit" + +#: __init__.py:35 __init__.py:41 +msgid "delete" +msgstr "delete" + +#: __init__.py:36 +msgid "tree template" +msgstr "tree template" + +#: __init__.py:37 models.py:21 views.py:314 +msgid "document types" +msgstr "document types" + +#: __init__.py:39 +msgid "new child node" +msgstr "new child node" + +#: __init__.py:45 +msgid "go up one level" +msgstr "go up one level" + +#: __init__.py:50 +msgid "rebuild indexes" +msgstr "rebuild indexes" + +#: __init__.py:50 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "Deletes and creates from scratch all the document indexes." + +#: __init__.py:52 +msgid "Indexes" +msgstr "Indexes" + +#: api.py:71 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "Maximum suffix (%s) count reached." + +#: api.py:85 +#, 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:94 api.py:109 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "Error updating document index, expression: %(expression)s; %(exception)s" + +#: api.py:151 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "Unable to delete document indexing node; %s" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "Unable to create indexing directory; %s" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "Unable to create symbolic link, file exists and could not be deleted: %(filepath)s; %(exc)s" + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s" + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "Unable to delete document symbolic link; %s" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "Unable to delete indexing directory; %s" + +#: models.py:14 +#, python-format +msgid "Available functions: %s" +msgstr "Available functions: %s" + +#: models.py:18 views.py:43 +msgid "name" +msgstr "name" + +#: models.py:18 +msgid "Internal name used to reference this index." +msgstr "Internal name used to reference this index." + +#: models.py:19 views.py:44 +msgid "title" +msgstr "title" + +#: models.py:19 +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:45 views.py:169 +msgid "enabled" +msgstr "enabled" + +#: models.py:20 +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:105 views.py:136 views.py:162 +#: views.py:198 views.py:225 views.py:255 views.py:295 +msgid "index" +msgstr "index" + +#: models.py:70 +msgid "indexing expression" +msgstr "indexing expression" + +#: models.py:70 +msgid "Enter a python string expression to be evaluated." +msgstr "Enter a python string expression to be evaluated." + +#: models.py:72 +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 +msgid "link documents" +msgstr "link documents" + +#: models.py:73 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes." + +#: models.py:83 models.py:89 +msgid "index template node" +msgstr "index template node" + +#: models.py:84 +msgid "indexes template nodes" +msgstr "indexes template nodes" + +#: models.py:90 +msgid "value" +msgstr "value" + +#: models.py:91 +msgid "documents" +msgstr "documents" + +#: models.py:101 +msgid "index instance node" +msgstr "index instance node" + +#: models.py:102 +msgid "indexes instance nodes" +msgstr "indexes instance nodes" + +#: models.py:106 +msgid "index instance" +msgstr "index instance" + +#: models.py:107 +msgid "document" +msgstr "document" + +#: models.py:114 +msgid "document rename count" +msgstr "document rename count" + +#: models.py:115 +msgid "documents rename count" +msgstr "documents rename count" + +#: permissions.py:7 +msgid "Indexing" +msgstr "Indexing" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "Configure document indexes" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "Create new document indexes" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "Edit document indexes" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "Delete document indexes" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "View document indexes" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Rebuild document indexes" + +#: utils.py:19 +msgid "document indexes" +msgstr "document indexes" + +#: views.py:72 +msgid "Index created successfully." +msgstr "Index created successfully." + +#: views.py:96 +msgid "Index edited successfully" +msgstr "Index edited successfully" + +#: views.py:102 +#, python-format +msgid "edit index: %s" +msgstr "edit index: %s" + +#: views.py:127 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "Index: %s deleted successfully." + +#: views.py:129 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "Index: %(index)s delete error: %(error)s" + +#: views.py:141 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "Are you sure you with to delete the index: %s?" + +#: views.py:165 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "tree template nodes for index: %s" + +#: views.py:168 +msgid "level" +msgstr "level" + +#: views.py:170 +msgid "has document links?" +msgstr "has document links?" + +#: views.py:192 +#, python-format +msgid "document types not in index: %s" +msgstr "document types not in index: %s" + +#: views.py:193 +#, python-format +msgid "document types for index: %s" +msgstr "document types for index: %s" + +#: views.py:216 +msgid "Index template node created successfully." +msgstr "Index template node created successfully." + +#: views.py:222 +msgid "create child node" +msgstr "create child node" + +#: views.py:243 +msgid "Index template node edited successfully" +msgstr "Index template node edited successfully" + +#: views.py:249 +#, python-format +msgid "edit index template node: %s" +msgstr "edit index template node: %s" + +#: views.py:256 views.py:296 views.py:365 +msgid "node" +msgstr "node" + +#: views.py:278 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "Node: %s deleted successfully." + +#: views.py:280 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "Node: %(node)s delete error: %(error)s" + +#: views.py:289 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "Are you sure you with to delete the index template node: %s?" + +#: views.py:313 +msgid "nodes" +msgstr "nodes" + +#: views.py:347 +#, python-format +msgid "contents for index: %s" +msgstr "contents for index: %s" + +#: views.py:369 +msgid "items" +msgstr "items" + +#: views.py:394 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "Are you sure you wish to rebuild all indexes?" + +#: views.py:395 +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:401 +msgid "Index rebuild completed successfully." +msgstr "Index rebuild completed successfully." + +#: views.py:408 +#, python-format +msgid "Index rebuild error: %s" +msgstr "Index rebuild error: %s" + +#: views.py:431 +#, python-format +msgid "indexes containing: %s" +msgstr "indexes containing: %s" + +#: conf/settings.py:22 +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." + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "What are indexes?" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "Indexes group documents into a tree like hierarchical structure." diff --git a/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo b/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo index e458d02241..7d84cdbb8d 100644 Binary files a/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/bg/LC_MESSAGES/django.po b/apps/document_indexing/locale/bg/LC_MESSAGES/django.po index 4f901ca265..b9ff3e403e 100644 --- a/apps/document_indexing/locale/bg/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-18 05:40+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -45,9 +44,8 @@ msgid "tree template" msgstr "" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "документи" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -144,10 +142,9 @@ 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -172,8 +169,8 @@ msgstr "" #: models.py:73 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 @@ -245,9 +242,8 @@ msgid "Rebuild document indexes" msgstr "" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "документи" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -373,8 +369,8 @@ msgstr "" #: conf/settings.py:22 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 "" #: templates/indexing_help.html:3 diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo index 40246e81f7..0148b0578b 100644 Binary files a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po index dc252cc94f..5553dd94ea 100644 --- a/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:59+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -46,9 +45,8 @@ msgid "tree template" msgstr "Baum-Vorlage" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "Dokumente" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -85,9 +83,7 @@ msgstr "Fehler Dokument-Index-Updateausdruck: %(expression)s; %(exception)s" #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; " -"%(exception)s" +msgstr "Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; %(exception)s" #: api.py:151 #, python-format @@ -104,9 +100,7 @@ msgstr "Dokumenten-Index-Verzeichnis kann nicht erstellt werden: %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann " -"nicht gelöscht werden: %(filepath)s; %(exc)s" +msgstr "Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann nicht gelöscht werden: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -149,10 +143,9 @@ msgid "enabled" msgstr "aktiviert" #: models.py:20 -msgid "Causes this index to be visible and updated when document data changes." -msgstr "" -"Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich " -"die Inhalte der Dokumente ändern." +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." #: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -165,14 +158,11 @@ msgstr "Indizierungs-Ausdruck" #: models.py:70 msgid "Enter a python string expression to be evaluated." -msgstr "" -"Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." +msgstr "Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll." #: models.py:72 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn " -"sich die Inhalte der Dokumente ändern." +msgstr "Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern." #: models.py:73 msgid "link documents" @@ -180,11 +170,9 @@ msgstr "Dokumente verknüpfen" #: models.py:73 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 der Knoten als Ordner für Dokumente und 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 der Knoten als Ordner für Dokumente und nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll." #: models.py:83 models.py:89 msgid "index template node" @@ -255,9 +243,8 @@ msgid "Rebuild document indexes" msgstr "Dokumenten-Indices neu erstellen" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Dokument-Indices bearbeiten" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -301,14 +288,14 @@ msgid "has document links?" msgstr "Hat das Dokument Links?" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "Inhalt für Index: %s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "Inhalt für Index: %s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -365,8 +352,7 @@ msgstr "Sind Sie sicher, dass Sie alle Indices neu erstellen möchten?" #: views.py:395 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:401 msgid "Index rebuild completed successfully." @@ -384,8 +370,8 @@ msgstr "Indices enthalten: %s" #: conf/settings.py:22 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 "" #: templates/indexing_help.html:3 @@ -394,5 +380,4 @@ msgstr "Was sind Indices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." +msgstr "Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur." diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.mo b/apps/document_indexing/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/document_indexing/locale/en/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index ce79396109..77855bb91b 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index b855b365d4..e9270829f8 100644 Binary files a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/apps/document_indexing/locale/es/LC_MESSAGES/django.po index 11ece85331..46aab5b532 100644 --- a/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:14+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -77,17 +76,13 @@ msgstr "Cuenta máxima de sufijo (%s) alcanzada." #, 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:94 api.py:109 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Error actualizando el indice de documento, expresión: %(expression)s; " -"%(exception)s " +msgstr "Error actualizando el indice de documento, expresión: %(expression)s; %(exception)s " #: api.py:151 #, python-format @@ -104,9 +99,7 @@ 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; %(exc)s" -msgstr "" -"No se puede crear un enlace simbólico, el archivo existe y no puede " -"eliminarse: %(filepath)s; %(exc)s " +msgstr "No se puede crear un enlace simbólico, el archivo existe y no puede eliminarse: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -149,10 +142,9 @@ msgid "enabled" msgstr "habilitado" #: 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -169,9 +161,7 @@ msgstr "Introduzca una expresión de python para ser evaluada." #: models.py:72 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Causa que este nodo sea visible y actualizado cuando los datos de los " -"documentos son cambiados." +msgstr "Causa que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados." #: models.py:73 msgid "link documents" @@ -179,11 +169,9 @@ msgstr "enlace de documentos" #: models.py:73 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 actue como un contenedor de documentos y " -"no como un padre para mas 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 actue como un contenedor de documentos y no como un padre para mas nodos secundarios." #: models.py:83 models.py:89 msgid "index template node" @@ -363,9 +351,7 @@ msgstr "¿Está seguro que desea reconstruir todos los índices?" #: views.py:395 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:401 msgid "Index rebuild completed successfully." @@ -383,11 +369,9 @@ msgstr "índices que contienen: %s" #: conf/settings.py:22 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 reflejar." +"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 reflejar." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -395,5 +379,4 @@ msgstr "¿Que son los índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Los índices agrupan documentos en una estructura jerárquica tipo árbol. " +msgstr "Los índices agrupan documentos en una estructura jerárquica tipo árbol. " diff --git a/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo b/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo index 2a4b6df7d9..7f57d06b90 100644 Binary files a/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/fr/LC_MESSAGES/django.po b/apps/document_indexing/locale/fr/LC_MESSAGES/django.po index 5eac1a2c7a..20d61daa04 100644 --- a/apps/document_indexing/locale/fr/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 21:19+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -45,9 +44,8 @@ msgid "tree template" msgstr "modèle d'arborescence" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "documents" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -63,8 +61,7 @@ msgstr "reconstruire les indexes" #: __init__.py:50 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." #: __init__.py:52 msgid "Indexes" @@ -79,17 +76,13 @@ msgstr "Le nombre maximal de suffixes (%s) est atteint." #, 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:94 api.py:109 #, 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:151 #, python-format @@ -106,9 +99,7 @@ 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; %(exc)s" -msgstr "" -"Impossible de créer le lien symbolique, le fichier existe déjà et ne peut " -"être effacé: %(filepath)s; %(exc)s" +msgstr "Impossible de créer le lien symbolique, le fichier existe déjà et ne peut être effacé: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -151,10 +142,9 @@ msgid "enabled" msgstr "activé" #: 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -171,9 +161,7 @@ msgstr "Entrez une commande python à exécuter." #: models.py:72 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 msgid "link documents" @@ -181,11 +169,9 @@ msgstr "documents de lien" #: models.py:73 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 msgid "index template node" @@ -256,9 +242,8 @@ msgid "Rebuild document indexes" msgstr "Reconstruire les indexes des documents" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Modifier les indexes de documents" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -302,14 +287,14 @@ msgid "has document links?" msgstr "est lié à d'autres documents ?" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "contenu de l'index:%s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "contenu de l'index:%s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -366,9 +351,7 @@ msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?" #: views.py:395 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:401 msgid "Index rebuild completed successfully." @@ -386,11 +369,9 @@ msgstr "indexes contenant:%s" #: conf/settings.py:22 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." +"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." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -398,6 +379,4 @@ msgstr "Que sont les indexes?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Les indexes regoupent les documents dans une structure hiérarchique " -"arborescente." +msgstr "Les indexes regoupent les documents dans une structure hiérarchique arborescente." diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index 6cc78af65b..f6639738a5 100644 Binary files a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/apps/document_indexing/locale/it/LC_MESSAGES/django.po index c5d85d07dd..d83e4a5305 100644 --- a/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -47,9 +46,8 @@ msgid "tree template" msgstr "albero di template" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "documenti" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -80,17 +78,13 @@ msgstr "Massimo dei suffissi contati (%s) ." #, 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:94 api.py:109 #, 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:151 #, python-format @@ -107,9 +101,7 @@ msgstr "Impossibile creare la directory per gli indici; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Impossibile creare un link simbolico, il file già esiste e non può essere " -"cancellato: %(filepath)s; %(exc)s" +msgstr "Impossibile creare un link simbolico, il file già esiste e non può essere cancellato: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -152,10 +144,9 @@ msgid "enabled" msgstr "abilitato" #: 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -172,9 +163,7 @@ msgstr "Inserisci una espressione python perchè possa essere valutata." #: models.py:72 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 msgid "link documents" @@ -182,11 +171,9 @@ msgstr "link al documento" #: models.py:73 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 msgid "index template node" @@ -257,9 +244,8 @@ msgid "Rebuild document indexes" msgstr "Ricostruisci indici documento" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Modifica gli indici dei documenti" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -303,14 +289,14 @@ msgid "has document links?" msgstr "" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "contenuto per indice: %s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "contenuto per indice: %s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -367,9 +353,7 @@ msgstr "Sei sicuro di voler ricostruire l'indice ?" #: views.py:395 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:401 msgid "Index rebuild completed successfully." @@ -387,11 +371,9 @@ msgstr "Gli indici contengono: %s" #: conf/settings.py:22 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." +"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." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -399,6 +381,4 @@ msgstr "Cosa sono gli indici ?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura " -"gerarchica dei documenti stessi.." +msgstr "Gli Indici dei documenti rappresentano , nella forma di albero, la struttura gerarchica dei documenti stessi.." diff --git a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo index bb1be0d8cc..b12bb9fe4c 100644 Binary files a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po index 3c7fcacbf3..b078550644 100644 --- a/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/nl_NL/LC_MESSAGES/django.po @@ -1,31 +1,31 @@ # 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 , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-21 10:57+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 #: views.py:310 msgid "indexes" -msgstr "" +msgstr "indexeringen" #: __init__.py:32 __init__.py:43 msgid "index list" -msgstr "" +msgstr "indexeringslijst" #: __init__.py:33 views.py:78 msgid "create index" @@ -53,53 +53,53 @@ msgstr "" #: __init__.py:45 msgid "go up one level" -msgstr "" +msgstr "een niveau omhoog" #: __init__.py:50 msgid "rebuild indexes" -msgstr "" +msgstr "opnieuw indexeren" #: __init__.py:50 msgid "Deletes and creates from scratch all the document indexes." -msgstr "" +msgstr "document indexeringen vernieuwen" #: __init__.py:52 msgid "Indexes" -msgstr "" +msgstr "Indexeringen" #: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." -msgstr "" +msgstr "Maximal aantal achtervoegsels (%s) bereikt" #: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" -msgstr "" +msgstr "Fout in de expressie voor document indexering. Expressie: %(expression)s. Foutmelding: %(exception)s" #: api.py:94 api.py:109 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" +msgstr "Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: %(exception)s" #: api.py:151 #, python-format msgid "Unable to delete document indexing node; %s" -msgstr "" +msgstr "Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s" #: filesystem.py:51 #, python-format msgid "Unable to create indexing directory; %s" -msgstr "" +msgstr "Niet mogelijk om een indexeringfolder aan te maken. Foutmelding: %s" #: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" +msgstr "Niet mogelijke om een 'symbolic link' aan te maken. Bestand bestaat reeds en kan niet worden verwijdert. Foutmelding: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -142,7 +142,8 @@ 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:105 views.py:136 views.py:162 @@ -168,8 +169,8 @@ msgstr "" #: models.py:73 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 @@ -214,7 +215,7 @@ msgstr "" #: permissions.py:7 msgid "Indexing" -msgstr "" +msgstr "Indexering bezig" #: permissions.py:9 msgid "Configure document indexes" @@ -234,11 +235,11 @@ msgstr "" #: permissions.py:14 msgid "View document indexes" -msgstr "" +msgstr "Bekijk document-indexeringen" #: permissions.py:15 msgid "Rebuild document indexes" -msgstr "" +msgstr "documenten opnieuw indexeren" #: utils.py:19 msgid "document indexes" @@ -368,8 +369,8 @@ msgstr "" #: conf/settings.py:22 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 "" #: templates/indexing_help.html:3 diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo index a1be19d5f0..dd55100a5f 100644 Binary files a/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po index 3431a06b22..e2a43aceb5 100644 --- a/apps/document_indexing/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 #: views.py:310 @@ -46,9 +44,8 @@ msgid "tree template" msgstr "szablon drzewo" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "dokumenty" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -79,15 +76,13 @@ msgstr "Maximum suffix (%s) count reached." #, 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:94 api.py:109 #, 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:151 #, python-format @@ -104,9 +99,7 @@ msgstr "Nie można utworzyć katalogu indeksowania;%s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać " -"usunięty: %(filepath)s ; %(exc)s " +msgstr "Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać usunięty: %(filepath)s ; %(exc)s " #: filesystem.py:71 #, python-format @@ -149,10 +142,9 @@ msgid "enabled" msgstr "włączony" #: 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -177,11 +169,9 @@ msgstr "link documents" #: models.py:73 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 msgid "index template node" @@ -252,9 +242,8 @@ msgid "Rebuild document indexes" msgstr "Odbuduj indeksy dokumentów" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Edytuj indeksy dokumentów" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -298,14 +287,14 @@ msgid "has document links?" msgstr "" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "Zawartość dla indeksu:%s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "Zawartość dla indeksu:%s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -380,8 +369,8 @@ msgstr "indeksy zawierające:%s" #: conf/settings.py:22 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 "" #: templates/indexing_help.html:3 diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 5072a9c826..58af9c2f3c 100644 Binary files a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index e72c40284b..d1a17d4007 100644 --- a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # Renata Oliveira , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -46,9 +45,8 @@ msgid "tree template" msgstr "modelo de árvore" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "documentos" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -79,17 +77,13 @@ msgstr "Contagem máxima do sufixo (%s) alcançada." #, 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:94 api.py:109 #, 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:151 #, python-format @@ -106,9 +100,7 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser " -"excluído: %(filepath)s; %(exc)s " +msgstr "Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -151,10 +143,9 @@ msgid "enabled" msgstr "habilitado" #: 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -171,9 +162,7 @@ msgstr "Digite uma expressão python para ser avaliada." #: models.py:72 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 msgid "link documents" @@ -181,11 +170,9 @@ msgstr "ligar documentos" #: models.py:73 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 msgid "index template node" @@ -256,9 +243,8 @@ msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Editar índices de documento" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -302,14 +288,14 @@ msgid "has document links?" msgstr "" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "conteúdos para o índice: %s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "conteúdos para o índice: %s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -384,11 +370,9 @@ msgstr "índices contendo: %s" #: conf/settings.py:22 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." +"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." #: templates/indexing_help.html:3 msgid "What are indexes?" @@ -396,5 +380,4 @@ msgstr "O que são índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Os índices agrupam documentos numa árvore como uma estrutura hierárquica." +msgstr "Os índices agrupam documentos numa árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo index 8e3c22c9f7..66b0db8b8d 100644 Binary files a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po index 15e83220cb..5e6ef68995 100644 --- a/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 @@ -45,9 +44,8 @@ msgid "tree template" msgstr "" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "documentos" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -78,17 +76,13 @@ msgstr "Quantidade máxima do sufixo (%s) alcançada." #, 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:94 api.py:109 #, 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:151 #, python-format @@ -105,9 +99,7 @@ msgstr "Não é possível criar o diretório de indexação; %s" msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Não é possível criar o link simbólico, o arquivo existe e não pode ser " -"excluído: %(filepath)s; %(exc)s " +msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s " #: filesystem.py:71 #, python-format @@ -150,7 +142,8 @@ msgid "enabled" msgstr "habilitado" #: 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:105 views.py:136 views.py:162 @@ -176,8 +169,8 @@ msgstr "ligar documentos" #: models.py:73 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 @@ -249,9 +242,8 @@ msgid "Rebuild document indexes" msgstr "Reconstruir índices de documento" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Ver índices de documento" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -295,14 +287,14 @@ msgid "has document links?" msgstr "" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "conteúdos para o índice: %s" +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "conteúdos para o índice: %s" +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -359,8 +351,7 @@ msgstr "Tem certeza de que deseja reconstruir todos os índices?" #: views.py:395 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:401 msgid "Index rebuild completed successfully." @@ -378,8 +369,8 @@ msgstr "índices contendo: %s" #: conf/settings.py:22 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 "" #: templates/indexing_help.html:3 @@ -388,5 +379,4 @@ msgstr "Quais são os índices?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." -msgstr "" -"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." +msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index c4654eddb7..4cf40152aa 100644 Binary files a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po index 3891bfbd65..e67a4e8085 100644 --- a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 #: views.py:310 @@ -46,9 +44,8 @@ msgid "tree template" msgstr "шаблон дерева" #: __init__.py:37 models.py:21 views.py:314 -#, fuzzy msgid "document types" -msgstr "документы" +msgstr "" #: __init__.py:39 msgid "new child node" @@ -79,17 +76,13 @@ msgstr "Достигнуто максимальное (%s) число суффи #, 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:94 api.py:109 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" -msgstr "" -"Ошибка при обновлении индекса документа, выражение: %(expression)s; " -"%(exception)s" +msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s" #: api.py:151 #, python-format @@ -106,9 +99,7 @@ msgstr "Не удается создать индексации каталога msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" -msgstr "" -"Невозможно создать символическую ссылку, файл существует и не может быть " -"удален: %(filepath)s; %(exc)s" +msgstr "Невозможно создать символическую ссылку, файл существует и не может быть удален: %(filepath)s; %(exc)s" #: filesystem.py:71 #, python-format @@ -151,9 +142,9 @@ 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:105 views.py:136 views.py:162 #: views.py:198 views.py:225 views.py:255 views.py:295 @@ -170,8 +161,7 @@ msgstr "Введите строковое выражение питона для #: models.py:72 msgid "Causes this node to be visible and updated when document data changes." -msgstr "" -"Этот узел должен быть видимым и обновляются при изменении данных документа." +msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." #: models.py:73 msgid "link documents" @@ -179,10 +169,9 @@ msgstr "связать документы" #: models.py:73 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 msgid "index template node" @@ -253,9 +242,8 @@ msgid "Rebuild document indexes" msgstr "Восстановление индексов документа" #: utils.py:19 -#, fuzzy msgid "document indexes" -msgstr "Редактирование индексов документов" +msgstr "" #: views.py:72 msgid "Index created successfully." @@ -296,17 +284,17 @@ msgstr "уровень" #: views.py:170 msgid "has document links?" -msgstr "" +msgstr "есть ссылки на документы?" #: views.py:192 -#, fuzzy, python-format +#, python-format msgid "document types not in index: %s" -msgstr "содержания для индекса: %s." +msgstr "" #: views.py:193 -#, fuzzy, python-format +#, python-format msgid "document types for index: %s" -msgstr "содержания для индекса: %s." +msgstr "" #: views.py:216 msgid "Index template node created successfully." @@ -363,9 +351,7 @@ msgstr "Вы уверены, что хотите перестроить все #: views.py:395 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:401 msgid "Index rebuild completed successfully." @@ -383,11 +369,9 @@ msgstr "индексы, содержащие: %s" #: conf/settings.py:22 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." +msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен." #: templates/indexing_help.html:3 msgid "What are indexes?" diff --git a/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo b/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1bc71829ca Binary files /dev/null and b/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po b/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2872c75491 --- /dev/null +++ b/apps/document_indexing/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,381 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2011-09-30 04:42+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39 +#: views.py:310 +msgid "indexes" +msgstr "" + +#: __init__.py:32 __init__.py:43 +msgid "index list" +msgstr "" + +#: __init__.py:33 views.py:78 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:40 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:41 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:37 models.py:21 views.py:314 +msgid "document types" +msgstr "" + +#: __init__.py:39 +msgid "new child node" +msgstr "" + +#: __init__.py:45 +msgid "go up one level" +msgstr "" + +#: __init__.py:50 +msgid "rebuild indexes" +msgstr "" + +#: __init__.py:50 +msgid "Deletes and creates from scratch all the document indexes." +msgstr "" + +#: __init__.py:52 +msgid "Indexes" +msgstr "" + +#: api.py:71 +#, python-format +msgid "Maximum suffix (%s) count reached." +msgstr "" + +#: api.py:85 +#, python-format +msgid "" +"Error in document indexing update expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:94 api.py:109 +#, python-format +msgid "" +"Error updating document index, expression: %(expression)s; %(exception)s" +msgstr "" + +#: api.py:151 +#, python-format +msgid "Unable to delete document indexing node; %s" +msgstr "" + +#: filesystem.py:51 +#, python-format +msgid "Unable to create indexing directory; %s" +msgstr "" + +#: filesystem.py:69 +#, python-format +msgid "" +"Unable to create symbolic link, file exists and could not be deleted: " +"%(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:71 +#, python-format +msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" +msgstr "" + +#: filesystem.py:84 +#, python-format +msgid "Unable to delete document symbolic link; %s" +msgstr "" + +#: filesystem.py:96 +#, python-format +msgid "Unable to delete indexing directory; %s" +msgstr "" + +#: models.py:14 +#, python-format +msgid "Available functions: %s" +msgstr "" + +#: models.py:18 views.py:43 +msgid "name" +msgstr "" + +#: models.py:18 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:19 views.py:44 +msgid "title" +msgstr "" + +#: models.py:19 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:20 models.py:72 views.py:45 views.py:169 +msgid "enabled" +msgstr "" + +#: models.py:20 +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" + +#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162 +#: views.py:198 views.py:225 views.py:255 views.py:295 +msgid "index" +msgstr "" + +#: models.py:70 +msgid "indexing expression" +msgstr "" + +#: models.py:70 +msgid "Enter a python string expression to be evaluated." +msgstr "" + +#: models.py:72 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:73 +msgid "link documents" +msgstr "" + +#: models.py:73 +msgid "" +"Check this option to have this node act as a container for documents and not" +" as a parent for further nodes." +msgstr "" + +#: models.py:83 models.py:89 +msgid "index template node" +msgstr "" + +#: models.py:84 +msgid "indexes template nodes" +msgstr "" + +#: models.py:90 +msgid "value" +msgstr "" + +#: models.py:91 +msgid "documents" +msgstr "" + +#: models.py:101 +msgid "index instance node" +msgstr "" + +#: models.py:102 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:106 +msgid "index instance" +msgstr "" + +#: models.py:107 +msgid "document" +msgstr "" + +#: models.py:114 +msgid "document rename count" +msgstr "" + +#: models.py:115 +msgid "documents rename count" +msgstr "" + +#: permissions.py:7 +msgid "Indexing" +msgstr "" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "" + +#: utils.py:19 +msgid "document indexes" +msgstr "" + +#: views.py:72 +msgid "Index created successfully." +msgstr "" + +#: views.py:96 +msgid "Index edited successfully" +msgstr "" + +#: views.py:102 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:127 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:129 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:141 +#, python-format +msgid "Are you sure you with to delete the index: %s?" +msgstr "" + +#: views.py:165 +#, python-format +msgid "tree template nodes for index: %s" +msgstr "" + +#: views.py:168 +msgid "level" +msgstr "" + +#: views.py:170 +msgid "has document links?" +msgstr "" + +#: views.py:192 +#, python-format +msgid "document types not in index: %s" +msgstr "" + +#: views.py:193 +#, python-format +msgid "document types for index: %s" +msgstr "" + +#: views.py:216 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:222 +msgid "create child node" +msgstr "" + +#: views.py:243 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:249 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:256 views.py:296 views.py:365 +msgid "node" +msgstr "" + +#: views.py:278 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:280 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:289 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:313 +msgid "nodes" +msgstr "" + +#: views.py:347 +#, python-format +msgid "contents for index: %s" +msgstr "" + +#: views.py:369 +msgid "items" +msgstr "" + +#: views.py:394 +msgid "Are you sure you wish to rebuild all indexes?" +msgstr "" + +#: views.py:395 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:401 +msgid "Index rebuild completed successfully." +msgstr "" + +#: views.py:408 +#, python-format +msgid "Index rebuild error: %s" +msgstr "" + +#: views.py:431 +#, python-format +msgid "indexes containing: %s" +msgstr "" + +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + +#: templates/indexing_help.html:3 +msgid "What are indexes?" +msgstr "" + +#: templates/indexing_help.html:4 +msgid "Indexes group documents into a tree like hierarchical structure." +msgstr "" diff --git a/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo b/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..3ed814b9c9 Binary files /dev/null and b/apps/document_signatures/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/ar/LC_MESSAGES/django.po b/apps/document_signatures/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1af5416e9a --- /dev/null +++ b/apps/document_signatures/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,122 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-01-02 04:45+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:83 +msgid "upload signature" +msgstr "" + +#: __init__.py:84 +msgid "download signature" +msgstr "" + +#: __init__.py:85 +msgid "signatures" +msgstr "" + +#: forms.py:11 +msgid "Signature file" +msgstr "" + +#: models.py:20 +msgid "document version" +msgstr "" + +#: models.py:21 +msgid "signature file" +msgstr "" + +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:37 +msgid "document version signature" +msgstr "" + +#: models.py:38 +msgid "document version signatures" +msgstr "" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "" + +#: views.py:54 +msgid "embedded" +msgstr "" + +#: views.py:56 +msgid "detached" +msgstr "" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "" + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "" diff --git a/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo b/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo index 9857de889a..29f3004902 100644 Binary files a/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/bg/LC_MESSAGES/django.po b/apps/document_signatures/locale/bg/LC_MESSAGES/django.po index 8319403fd3..12e5e10659 100644 --- a/apps/document_signatures/locale/bg/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-17 08:56+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 @@ -122,24 +121,3 @@ msgstr "Несвързаните сигнатури са качени успеш #, python-format msgid "Upload detached signature for: %s" msgstr "Качване на несвързани сигнатури за: %s" - -#~ msgid "delete signature" -#~ msgstr "изтриване на сигнатура" - -#~ msgid "Delete detached signatures" -#~ msgstr "Изтриване на несвързани сигнатури" - -#~ msgid "Submit" -#~ msgstr "Подаване" - -#~ msgid "Detached signature deleted successfully." -#~ msgstr "Несвързаните сигнатури са изтрити успешно." - -#~ msgid "Error while deleting the detached signature; %s" -#~ msgstr "Грешка при изтриване на несвързана сигнатура; %s" - -#~ msgid "" -#~ "Are you sure you wish to delete the detached signature from document: %s" -#~ msgstr "" -#~ "Сигурни ли сте, че искате да изтриете несвързаната сигнатура от " -#~ "документа: %s" diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo index 58bc50e897..2ccc761e49 100644 Binary files a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po index 09a93b8f3d..7c1b511238 100644 --- a/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:57+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 @@ -123,24 +122,3 @@ msgstr "Externe Signatur erfolgreich hochgeladen." #, python-format msgid "Upload detached signature for: %s" msgstr "Lade externe Signatur für hoch: %s" - -#~ msgid "delete signature" -#~ msgstr "Lösche Signatur" - -#~ msgid "Delete detached signatures" -#~ msgstr "Lösche anhängende Signaturen" - -#~ msgid "Submit" -#~ msgstr "Übertrage" - -#~ msgid "Detached signature deleted successfully." -#~ msgstr "Anhängende Signaturen erfolgreich gelöscht." - -#~ msgid "Error while deleting the detached signature; %s" -#~ msgstr "Fehler beim Löschen der anhängenden Signatur \"%s\"" - -#~ msgid "" -#~ "Are you sure you wish to delete the detached signature from document: %s" -#~ msgstr "" -#~ "Sind Sie sicher, dass sie die anhängende Signatur aus dem Dokument %s " -#~ "löschen möchten?" diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.mo b/apps/document_signatures/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/document_signatures/locale/en/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index 8b1759a91e..c39dfb3d7f 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index 16e19bd35f..6030b293b5 100644 Binary files a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 5dae03b355..ad0ab330eb 100644 --- a/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo b/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo index 044e5fbbaa..f8adfaea05 100644 Binary files a/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/fr/LC_MESSAGES/django.po b/apps/document_signatures/locale/fr/LC_MESSAGES/django.po index 91f84e22c5..86694fc937 100644 --- a/apps/document_signatures/locale/fr/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 15:28+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:83 @@ -122,24 +121,3 @@ msgstr "Signature externe importée avec succès" #, python-format msgid "Upload detached signature for: %s" msgstr "Importer la signature externe pour: %s" - -#~ msgid "delete signature" -#~ msgstr "supprimer la signature" - -#~ msgid "Delete detached signatures" -#~ msgstr "Supprimer les signatures externes" - -#~ msgid "Submit" -#~ msgstr "Soumettre" - -#~ msgid "Detached signature deleted successfully." -#~ msgstr "Signatures externes supprimées avec succès." - -#~ msgid "Error while deleting the detached signature; %s" -#~ msgstr "Erreur lors de la suppression de la signature externe: %s" - -#~ msgid "" -#~ "Are you sure you wish to delete the detached signature from document: %s" -#~ msgstr "" -#~ "Êtes vous certain de vouloir supprimer la signature externe du document: " -#~ "%s" diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index f228b29704..503394c26e 100644 Binary files a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/apps/document_signatures/locale/it/LC_MESSAGES/django.po index b662baa2d3..f069d8e58e 100644 --- a/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # Carlo Zanatto <>, 2012. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo b/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo index 57a4eeaf3d..cae5fa60a7 100644 Binary files a/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po b/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po index 31b011399e..ef4fea1e54 100644 --- a/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo index d61f33b5ae..e4e5d9d2fc 100644 Binary files a/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po index 145a4c8063..49442b1ef7 100644 --- a/apps/document_signatures/locale/pl/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:83 msgid "upload signature" diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index b8f940fd21..f4efa678b1 100644 Binary files a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index d01bc468fe..1234cf3899 100644 --- a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo index c6438c1c4b..c4c3514bb5 100644 Binary files a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po index 6ff7141ee0..1004efe9ca 100644 --- a/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:83 diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index 33e3878892..7afbd2e54d 100644 Binary files a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index 7bca16c0d7..e3bc0ab24e 100644 --- a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:83 msgid "upload signature" diff --git a/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo b/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..cc915252dc Binary files /dev/null and b/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po b/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..798fedb7ba --- /dev/null +++ b/apps/document_signatures/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,123 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 08:02+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:83 +msgid "upload signature" +msgstr "tải lên chữ kí" + +#: __init__.py:84 +msgid "download signature" +msgstr "tải xuống chữ kí" + +#: __init__.py:85 +msgid "signatures" +msgstr "chữ kí" + +#: forms.py:11 +msgid "Signature file" +msgstr "File lưu chữ kí" + +#: models.py:20 +msgid "document version" +msgstr "phiên bản tài liệu" + +#: models.py:21 +msgid "signature file" +msgstr "file chữ kí" + +#: models.py:22 +msgid "has embedded signature" +msgstr "has embedded signature" + +#: models.py:37 +msgid "document version signature" +msgstr "chữ kí phiên bản tài liệu" + +#: models.py:38 +msgid "document version signatures" +msgstr "chữ kí phiên bản tài liệu" + +#: permissions.py:7 +msgid "Document signatures" +msgstr "Chữ kí tài liệu" + +#: permissions.py:8 +msgid "Verify document signatures" +msgstr "xác nhận chữ kí tài liệu" + +#: permissions.py:9 +msgid "Upload detached signatures" +msgstr "Tải lên chữ kí đã tách ra" + +#: permissions.py:10 +msgid "Download detached signatures" +msgstr "ống chữ kí đã tách ra" + +#: views.py:47 +#, python-format +msgid "Signature status: %(widget)s %(text)s" +msgstr "Trạng thái kí: %(widget)s %(text)s" + +#: views.py:54 +msgid "embedded" +msgstr "đã nhúng" + +#: views.py:56 +msgid "detached" +msgstr "đã tách ra" + +#: views.py:61 +#, python-format +msgid "Signature ID: %s" +msgstr "ID chữ kí: %s" + +#: views.py:62 +#, python-format +msgid "Signature type: %s" +msgstr "Kiểu chũ kí: %s" + +#: views.py:63 +#, python-format +msgid "Key ID: %s" +msgstr "Key ID: %s" + +#: views.py:64 +#, python-format +msgid "Timestamp: %s" +msgstr "Thời gian: %s" + +#: views.py:65 +#, python-format +msgid "Signee: %s" +msgstr "Người kí: %s" + +#: views.py:70 +#, python-format +msgid "signature properties for: %s" +msgstr "signature properties for: %s" + +#: views.py:96 +msgid "Detached signature uploaded successfully." +msgstr "Detached signature uploaded successfully." + +#: views.py:105 +#, python-format +msgid "Upload detached signature for: %s" +msgstr "Upload detached signature for: %s" diff --git a/apps/documents/locale/ar/LC_MESSAGES/django.mo b/apps/documents/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d794ebbb12 Binary files /dev/null and b/apps/documents/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/ar/LC_MESSAGES/django.po b/apps/documents/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3a978968a7 --- /dev/null +++ b/apps/documents/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,1109 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"PO-Revision-Date: 2013-01-25 16:54+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:62 +msgid "all documents" +msgstr "كل الوثائق" + +#: __init__.py:63 models.py:657 views.py:872 +msgid "recent documents" +msgstr "الوثائق الحديثة" + +#: __init__.py:64 +msgid "upload new documents" +msgstr "رفع وثائق جديدة" + +#: __init__.py:65 +msgid "clone metadata" +msgstr "انسخ البيانات الوصفية" + +#: __init__.py:66 +msgid "details" +msgstr "التفاصيل" + +#: __init__.py:67 +msgid "properties" +msgstr "الخصائص" + +#: __init__.py:68 __init__.py:69 __init__.py:91 __init__.py:115 +#: __init__.py:121 +msgid "delete" +msgstr "مسح" + +#: __init__.py:70 __init__.py:90 __init__.py:114 __init__.py:120 +msgid "edit" +msgstr "تعديل" + +#: __init__.py:71 +msgid "preview" +msgstr "مشاهدة" + +#: __init__.py:72 __init__.py:73 __init__.py:74 +msgid "download" +msgstr "تحميل" + +#: __init__.py:75 +msgid "find duplicates" +msgstr "ابحث عن النسخ المتطابقة" + +#: __init__.py:76 +msgid "find all duplicates" +msgstr "ابحث عن كل النسخ المتطابقة" + +#: __init__.py:76 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "ابحث في كل الوثائق عن النسخ المتطابقة تماماً" + +#: __init__.py:77 +msgid "update office documents' page count" +msgstr "تحديث عدد صفحات وثائق أوفيس office" + +#: __init__.py:77 +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. الفائدة هنا هي توفير الدعم لوثائق أوفيس الموجودة مسبقاً في قاعدة البيانات." + +#: __init__.py:78 __init__.py:79 +msgid "clear transformations" +msgstr "امسح التحويلات" + +#: __init__.py:80 +msgid "print" +msgstr "طباعة" + +#: __init__.py:81 +msgid "history" +msgstr "التاريخ" + +#: __init__.py:82 +msgid "Find missing document files" +msgstr "ابحث عن الوثائق المفقودة" + +#: __init__.py:85 +msgid "Clear the document image cache" +msgstr "مسح ذاكرة التخزين المؤقت لصورة الوثيقة" + +#: __init__.py:85 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "مسح بيانات الرسومات المستخدمة لتسريع عرض الوثائق و نتائج التحويلات." + +#: __init__.py:88 +msgid "page transformations" +msgstr "تحويلات الصفحة" + +#: __init__.py:89 +msgid "create new transformation" +msgstr "أنشأ تحويل جديد" + +#: __init__.py:93 +msgid "page image" +msgstr "صورة الصفحة" + +#: __init__.py:94 +msgid "page text" +msgstr "صورة النص" + +#: __init__.py:95 +msgid "edit page text" +msgstr "تعديل نص الصفحة" + +#: __init__.py:96 +msgid "next page" +msgstr "الصفحة التالية" + +#: __init__.py:97 +msgid "previous page" +msgstr "الصفحة السابقة" + +#: __init__.py:98 +msgid "first page" +msgstr "الصفحة الأولى" + +#: __init__.py:99 +msgid "last page" +msgstr "الصفحة الأخيرة" + +#: __init__.py:100 +msgid "zoom in" +msgstr "تكبير" + +#: __init__.py:101 +msgid "zoom out" +msgstr "تصغير" + +#: __init__.py:102 +msgid "rotate right" +msgstr "تدوير لليمين" + +#: __init__.py:103 +msgid "rotate left" +msgstr "تدوير لليسار" + +#: __init__.py:104 +msgid "reset view" +msgstr "إعادة عرض" + +#: __init__.py:107 +msgid "versions" +msgstr "الاصدارات" + +#: __init__.py:108 +msgid "revert" +msgstr "إرجاع" + +#: __init__.py:111 +msgid "document type list" +msgstr "قائمة أنواع الوثائق" + +#: __init__.py:112 views.py:1051 +msgid "document types" +msgstr "أنواع الوثائق" + +#: __init__.py:113 +msgid "documents of this type" +msgstr "الوثائق من نفس هذا النوع" + +#: __init__.py:116 views.py:1162 +msgid "create document type" +msgstr "أنشأ نوع من الوثائق" + +#: __init__.py:118 +msgid "filenames" +msgstr "أسماء الملفات" + +#: __init__.py:119 +msgid "add filename to document type" +msgstr "أضف اسم ملف لنوع من الوثائق" + +#: __init__.py:161 permissions.py:7 +msgid "Documents" +msgstr "الوثائق" + +#: __init__.py:163 __init__.py:173 models.py:96 views.py:79 +msgid "documents" +msgstr "الوثائق" + +#: __init__.py:166 +msgid "thumbnail" +msgstr "صورة مصغرة" + +#: events.py:5 +msgid "Document creation" +msgstr "إنشاء وثيقة" + +#: events.py:6 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +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." + +#: events.py:13 +msgid "Document edited" +msgstr "تم تعديل الوثيقة" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +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 by %(fullname)s. التغييرات هي: %(changes)s." + +#: events.py:24 +msgid "Document deleted" +msgstr "تم مسح الوثيقة" + +#: events.py:25 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "الوثيقة: \"%(document)s\" تم مسحها من قبل: %(fullname)s." + +#: events.py:26 +#, python-format +msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." +msgstr "الوثيقة: \"%(document)s\" تم مسحها بتاريخ: %(datetime)s من قبل: %(fullname)s." + +#: forms.py:65 +msgid "Page image" +msgstr "صورة الصفحة" + +#: forms.py:75 forms.py:272 +msgid "Contents" +msgstr "المحتويات" + +#: forms.py:111 forms.py:267 +msgid "Page" +msgstr "الصفحة" + +#: forms.py:123 +msgid "Details" +msgstr "التفاصيل" + +#: forms.py:128 +msgid "Click on the image for full size preview" +msgstr "اضغط على الصورة للتكبير" + +#: forms.py:138 +#, python-format +msgid "Document pages (%s)" +msgstr "صفحات الوثيقة (%s)" + +#: forms.py:164 +msgid "Use the new version filename as the document filename" +msgstr "استخدم اسم الملف للاصدار الجديد كإسم الملف لنوع الوثيقة" + +#: forms.py:180 +msgid "Quick document rename" +msgstr "إعادة تسمية الوثيقة بسرعة" + +#: forms.py:187 +msgid "Version update" +msgstr "تحديث الاصدار" + +#: forms.py:192 +msgid "Release level" +msgstr "Release level" + +#: forms.py:198 +msgid "Release level serial" +msgstr "Release level serial" + +#: forms.py:206 +msgid "Comment" +msgstr "تعليق" + +#: forms.py:212 +msgid "New document filename" +msgstr "اسم ملف جديد للوثائق" + +#: forms.py:290 +msgid "Page range" +msgstr "نطاق الصفحات" + +#: forms.py:320 +msgid "Compress" +msgstr "ضغط" + +#: forms.py:320 +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:321 +msgid "Compressed filename" +msgstr "اسم الملف المضغوط" + +#: forms.py:321 +msgid "" +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +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:62 +msgid "name" +msgstr "الاسم" + +#: models.py:73 models.py:83 models.py:548 views.py:1069 views.py:1098 +#: views.py:1127 views.py:1132 views.py:1175 views.py:1221 views.py:1255 +#: views.py:1296 +msgid "document type" +msgstr "نوع الوثيقة" + +#: models.py:74 +msgid "documents types" +msgstr "أنواع الوثائق " + +#: models.py:84 +msgid "description" +msgstr "الوصف" + +#: models.py:85 +msgid "added" +msgstr "تمت الاضافة" + +#: models.py:95 models.py:313 models.py:646 models.py:661 views.py:227 +#: views.py:351 +msgid "document" +msgstr "وثيقة" + +#: models.py:300 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "Major %(major)i.%(minor)i, (new release)" + +#: models.py:301 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "Minor %(major)i.%(minor)i, (some updates)" + +#: models.py:302 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" + +#: models.py:314 +msgid "mayor" +msgstr "major" + +#: models.py:315 +msgid "minor" +msgstr "minor" + +#: models.py:316 +msgid "micro" +msgstr "micro" + +#: models.py:317 +msgid "release level" +msgstr "مستوى الاصدار" + +#: models.py:318 +msgid "serial" +msgstr "رقم مسلسل" + +#: models.py:319 +msgid "timestamp" +msgstr "الوقت والتاريخ" + +#: models.py:320 views.py:1361 +msgid "comment" +msgstr "تعليق" + +#: models.py:323 +msgid "file" +msgstr "ملف" + +#: models.py:327 +msgid "checksum" +msgstr "checksum" + +#: models.py:331 models.py:332 models.py:565 +msgid "document version" +msgstr "اصدار الوثيقة" + +#: models.py:424 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "لا يعرف نوع هذه الوثيقة ، و بالتالي تم اعتبار عدد الصفحات ١." + +#: models.py:549 views.py:1357 +msgid "filename" +msgstr "اسم الملف" + +#: models.py:550 views.py:1182 +msgid "enabled" +msgstr "مشغل" + +#: models.py:557 +msgid "document type quick rename filename" +msgstr "تغيير اسم الملف لنوع الوثيقة" + +#: models.py:558 +msgid "document types quick rename filenames" +msgstr "تغيير سريع لاسم الملف الخاص بنوعية الوثيقة" + +#: models.py:566 +msgid "content" +msgstr "محتوى" + +#: models.py:567 +msgid "page label" +msgstr "عنوان الصفحة" + +#: models.py:568 +msgid "page number" +msgstr "رقم الصفحة" + +#: models.py:571 +#, 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:579 models.py:625 +msgid "document page" +msgstr "صفحة الوثيقة" + +#: models.py:580 +msgid "document pages" +msgstr "صفحات الوثيقة" + +#: models.py:600 +msgid "Enter a valid value." +msgstr "أدخل قيمة صالحة" + +#: models.py:626 views.py:450 +msgid "order" +msgstr "ترتيب" + +#: models.py:627 views.py:451 views.py:512 views.py:543 +msgid "transformation" +msgstr "تحويل" + +#: models.py:628 views.py:452 +msgid "arguments" +msgstr "مدخلات" + +#: models.py:628 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "استخدم مصدر لتحديد المدخلات، مثلاً : %s" + +#: models.py:636 +msgid "document page transformation" +msgstr "تحويل صفحات الوثيقة" + +#: models.py:637 +msgid "document page transformations" +msgstr "تحويلات صفحات الوثيقة" + +#: models.py:645 +msgid "user" +msgstr "المستخدم" + +#: models.py:647 +msgid "accessed" +msgstr "الدخول" + +#: models.py:656 +msgid "recent document" +msgstr "الوثائق الحديثة" + +#: models.py:662 +msgid "Document type" +msgstr "نوع الوثيقة" + +#: models.py:663 +msgid "MIME type" +msgstr "نوع الملف" + +#: models.py:664 views.py:132 +msgid "Filename" +msgstr "اسم الملف" + +#: models.py:665 +msgid "Metadata type" +msgstr "نوع البيانات الوصفية" + +#: models.py:666 +msgid "Metadata value" +msgstr "قيمة البيانات الوصفية" + +#: models.py:667 +msgid "Content" +msgstr "المحتوى" + +#: models.py:668 +msgid "Description" +msgstr "الوصف" + +#: models.py:669 +msgid "Tags" +msgstr "العلامات الاستدلالية" + +#: models.py:670 +msgid "Comments" +msgstr "تعليقات" + +#: permissions.py:9 +msgid "Create documents" +msgstr "إنشاء وثائق" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "تحرير خصائص الوثيقة" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "تحرير الوثائق" + +#: permissions.py:12 +msgid "View documents" +msgstr "عرض الوثائق" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "حذف الوثائق" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "تحميل الوثائق" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "تحويل الوثائق" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "تشغيل أدوات تعديل الوثيقة" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "أعد الوثيقة لإصدار قديم" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "انشأ اصدارات جديدة للوثيقة" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "ضبط الوثائق" + +#: permissions.py:22 +msgid "View document types" +msgstr "عرض أنواع الوثائق" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "تحرير أنواع الوثائق" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "حذف أنواع الوثائق" + +#: permissions.py:25 +msgid "Create document types" +msgstr "إنشاء أنواع الوثائق" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "أنواع الوثائق: %d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "الوثائق في قاعدة البيانات: %d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "الوثائق في التخزين: %d" + +#: statistics.py:52 +#, 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" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "صفحات الوثائق في قاعدة البيانات: %d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "أقل عدد للصفحات بكل وثيقة: %d" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "أكثر عدد للصفحات بكل وثيقة: %d" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "معدل عدد للصفحات بكل وثيقة: %f" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "احصائيات الوثائق" + +#: views.py:133 +msgid "File mimetype" +msgstr "نوع الملف" + +#: views.py:133 views.py:134 +msgid "None" +msgstr "لا شيء" + +#: views.py:134 +msgid "File mime encoding" +msgstr "ترميز نوع الملف" + +#: views.py:135 +msgid "File size" +msgstr "حجم الملف" + +#: views.py:136 +msgid "Exists in storage" +msgstr "موجود في التخزين" + +#: views.py:137 +msgid "File path in storage" +msgstr "مسار الملف في التخزين" + +#: views.py:138 +msgid "Date added" +msgstr "تاريخ الاضافة" + +#: views.py:139 +msgid "Time added" +msgstr "وقت الاضافة" + +#: views.py:140 +msgid "Checksum" +msgstr "Checksum" + +#: views.py:141 +msgid "UUID" +msgstr "UUID" + +#: views.py:142 +msgid "Pages" +msgstr "الصفحات" + +#: views.py:151 +#, python-format +msgid "document properties for: %s" +msgstr "خصائص الوثيقة ل: %s" + +#: views.py:173 +msgid "document data" +msgstr "بيانات الوثيقة" + +#: views.py:197 views.py:647 +msgid "Must provide at least one document." +msgstr "يجب تقديم وثيقة واحدة على الأقل." + +#: views.py:218 +msgid "Document deleted successfully." +msgstr "تم مسح الوثيقة بنجاح." + +#: views.py:220 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "الوثيقة: %(document)s خطأ بالحذف: %(error)s" + +#: views.py:235 +#, python-format +msgid "Are you sure you wish to delete the document: %s?" +msgstr "هل أنت متأكد من حذف الوثيقة:%s؟" + +#: views.py:237 +#, python-format +msgid "Are you sure you wish to delete the documents: %s?" +msgstr "هل أنت متأكد من حذف الوثائق: %s؟" + +#: views.py:276 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "تم تحرير الوثيقة بنجاح: \"%s\" ." + +#: views.py:342 +msgid "documents to be downloaded" +msgstr "وثائق ليتم تحميلها" + +#: views.py:352 views.py:1341 +msgid "version" +msgstr "اصدار" + +#: views.py:409 +msgid "Download" +msgstr "تحميل" + +#: views.py:411 +msgid "Return" +msgstr "عودة" + +#: views.py:446 +#, python-format +msgid "transformations for: %s" +msgstr "التحويلات ل: %s" + +#: views.py:473 +msgid "Document page transformation created successfully." +msgstr "تم انشاء تحويلات صفحات الوثيقة بنجاح." + +#: views.py:482 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "انشاء تحويلات جديدة للصفحة: %(page)s في الوثيقة: %(document)s" + +#: views.py:501 +msgid "Document page transformation edited successfully." +msgstr "تحويلات صفحات الوثيقة تمت بنجاح" + +#: views.py:514 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "تحرير التحويلات \"%(transformation)s\" للوثيقة: %(document_page)s" + +#: views.py:534 +msgid "Document page transformation deleted successfully." +msgstr "تحويلات صفحات الوثيقة مسحت بنجاح" + +#: views.py:545 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "هل أنت متأكد من مسح التحويل \"%(transformation)s\" التابع ل: %(document_page)s" + +#: views.py:563 +#, python-format +msgid "duplicates of: %s" +msgstr "نسخ متكررة من: %s" + +#: views.py:575 +msgid "Are you sure you wish to find all duplicates?" +msgstr "هل أنت متأكد من العثور على كافة النسخ المتكررة؟" + +#: views.py:576 views.py:634 views.py:702 +msgid "On large databases this operation may take some time to execute." +msgstr "على قواعد البيانات الكبيرة قد تستغرق هذه العملية بعض الوقت لتنفيذه." + +#: views.py:599 +msgid "duplicated documents" +msgstr "الوثائق المتكررة" + +#: views.py:625 +#, 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:633 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "هل انت متأكد من تحديث عدد الصفحات لوثائق أوفيس office (%d) ؟ " + +#: views.py:665 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "كل التحويلات الخاصة بالوثيقة: %s, تم مسحها بنجاح." + +#: views.py:667 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "خطأ بمسح التحويلات الخاصة بالوثيقة: %(document)s; %(error)s." + +#: views.py:673 +msgid "document transformation" +msgstr "تحويل الوثيقة" + +#: views.py:682 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "هل أنت متأكد من مسح كل التحويلات للوثيقة: %s ؟" + +#: views.py:684 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "هل أنت متأكد من مسح كل التحويلات للوثيقة: %s ؟" + +#: views.py:712 +msgid "missing documents" +msgstr "وثائق مفقودة" + +#: views.py:728 views.py:770 +#, python-format +msgid "details for: %s" +msgstr "التفاصيل ل: %s" + +#: views.py:789 +msgid "Document page edited successfully." +msgstr "تم تعديل صفحة الوثيقة بنجاح" + +#: views.py:798 +#, python-format +msgid "edit: %s" +msgstr "تعديل: %s" + +#: views.py:815 +msgid "There are no more pages in this document" +msgstr "لا توجد صفحات أخرى بهذه الوثيقة" + +#: views.py:833 +msgid "You are already at the first page of this document" +msgstr "أنت بالفعل في الصفحة الأولى من هذه الوثيقة" + +#: views.py:994 +#, python-format +msgid "print: %s" +msgstr "اطبع :%s" + +#: views.py:1067 +#, python-format +msgid "documents of type \"%s\"" +msgstr "الوثائق من نوع: \"%s\"" + +#: views.py:1087 +msgid "Document type edited successfully" +msgstr "تم تعديل نوع الوثيقة بنجاح" + +#: views.py:1090 +#, python-format +msgid "Error editing document type; %s" +msgstr "خطأ بتعديل نوع الوثيقة: %s" + +#: views.py:1095 +#, python-format +msgid "edit document type: %s" +msgstr "تعديل نوع الوثيقة: %s" + +#: views.py:1119 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "تم مسح نوع الوثيقة: %s بنجاح" + +#: views.py:1121 +#, python-format +msgid "Document type: %(document_type)s delete error: %(error)s" +msgstr " حصل لنوع الوثيقة: %(document_type)s خطأ بالمسح: %(error)s" + +#: views.py:1136 +#, python-format +msgid "Are you sure you wish to delete the document type: %s?" +msgstr "هل أنت متأكد أنك ترغب في حذف نوع الوثيقة: %s؟" + +#: views.py:1137 +msgid "" +"The document type of all documents using this document type will be set to " +"none." +msgstr "نوع الوثيقة لكل الوثائق المطابقة لهذا النوع سيتم جعله من نوع: لا شيء" + +#: views.py:1153 +msgid "Document type created successfully" +msgstr "تم انشاء نوع الوثيقة بنجاح" + +#: views.py:1156 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "خطأ في إنشاء نوع الوثيقة: %(error)s" + +#: views.py:1174 +#, python-format +msgid "filenames for document type: %s" +msgstr "أسماء لنوع الوثيقة:%s" + +#: views.py:1205 +msgid "Document type filename edited successfully" +msgstr "تم تحرير اسم الملف لنوع الوثيقة بنجاح" + +#: views.py:1208 +#, python-format +msgid "Error editing document type filename; %s" +msgstr "خطأ بتحرير اسم الملف لنوع الوثيقة : %s" + +#: views.py:1213 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "تعديل اسم الملف \"%(filename)s\" لنوع الوثيقة \"%(document_type)s\"" + +#: views.py:1222 views.py:1248 views.py:1256 +msgid "document type filename" +msgstr "اسم الملف لنوع الوثيقة" + +#: views.py:1240 +#, python-format +msgid "Document type filename: %s deleted successfully." +msgstr "اسم الملف لنوع الوثيقة: %s تم مسحه بنجاح." + +#: views.py:1242 +#, python-format +msgid "" +"Document type filename: %(document_type_filename)s delete error: %(error)s" +msgstr "اسم الملف لنوع الوثيقة: %(document_type_filename)s حصل له خطأ عند المسح: %(error)s" + +#: views.py:1258 +#, 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\" ؟" + +#: views.py:1283 +msgid "Document type filename created successfully" +msgstr "إنشاء اسم الملف لنوع الوثيقة بنجاح" + +#: views.py:1286 +#, python-format +msgid "Error creating document type filename; %(error)s" +msgstr "خطأ بإنشاء اسم ملف لنوع الوثيقة: %(error)s" + +#: views.py:1292 +#, python-format +msgid "create filename for document type: %s" +msgstr "إنشاء اسم ملف لنوع الوثيقة: %s" + +#: views.py:1310 +msgid "Document image cache cleared successfully" +msgstr "مسح ذاكرة التخزين المؤقت للوثيقة بنجاح" + +#: views.py:1312 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "الخطأ بمسح ذاكرة التخزين المؤقت للوثيقة: %s" + +#: views.py:1318 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "هل أنت متأكد أنك ترغب بمسح ذاكرة التخزين المؤقت للوثيقة؟" + +#: views.py:1335 +#, python-format +msgid "versions for document: %s" +msgstr "الاصدارات للوثيقة: %s" + +#: views.py:1345 +msgid "time and date" +msgstr "الوقت و التاريخ" + +#: views.py:1349 +msgid "mimetype" +msgstr "نوع الملف" + +#: views.py:1353 +msgid "encoding" +msgstr "الترميز" + +#: views.py:1384 +msgid "Document version reverted successfully" +msgstr "تم ارجاع اصدار الوثيقة بنجاح" + +#: views.py:1386 +#, python-format +msgid "Error reverting document version; %s" +msgstr "خطأ بارجاع اصدار الوثيقة %s" + +#: views.py:1393 +msgid "Are you sure you wish to revert to this version?" +msgstr "هل أنت متأكد أنك ترغب في العودة إلى هذا الإصدار؟" + +#: views.py:1394 +msgid "All later version after this one will be deleted too." +msgstr "سيتم حذف جميع الإصدارات اللاحقة بعد هذا الإصدار أيضا." + +#: widgets.py:25 +msgid "document page image" +msgstr "صورة صفحة الوثيقة" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "الخطوة 1 من 3: نوع الوثيقة" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "الخطوة 2 من 3: اختيار البيانات الوصفية" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "الخطوة 3 من 3: البيانات الوصفية للوثيقة" + +#: wizards.py:46 +msgid "Next step" +msgstr "الخطوة التالية" + +#: conf/settings.py:38 +msgid "" +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "أكبر عدد من الوثائق الحديثة للتذكر لكل مستخدم." + +#: conf/settings.py:39 +msgid "Amount in percent zoom in or out a document page per user interaction." +msgstr "النسبة المئوية لتكبير أو تصغير في صفحة الوثيقة لكل مستخدم." + +#: conf/settings.py:40 +msgid "" +"Maximum amount in percent (%) to allow user to zoom in a document page " +"interactively." +msgstr "أكبر نسبة مئوية (%) للسماح بالتكبير داخل الوثيقة لكل مستخدم." + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "أقل نسبة مئوية (%) للسماح بالتكبير داخل الوثيقة لكل مستخدم." + +#: conf/settings.py:42 +msgid "Amount in degrees to rotate a document page per user interaction." +msgstr "الدرجة المسموح بها لتدوير الوثيقة لكل مستخدم." + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "ما هي أنواع الوثائق؟" + +#: templates/document_types_help.html:4 +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." +msgstr "أنواع الوثائق هي طريقة لتصنيف الوثائق مثل: الفواتير، التعاميم، التعليمات. الفائدة باستخدام أنواع الوثائق هي سهولة التعامل معها مثل وضع البيانات التوصيفية أو تحديد أنواع الملفات المتعلقة بها." + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "ماهي الوثائق الحديثة؟" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "هنا ستجد آخر %(recent_count)s وثائق قمت بانشائها أو تعديلها بأي طريقة." diff --git a/apps/documents/locale/bg/LC_MESSAGES/django.mo b/apps/documents/locale/bg/LC_MESSAGES/django.mo index 84266ab168..248b0801ac 100644 Binary files a/apps/documents/locale/bg/LC_MESSAGES/django.mo and b/apps/documents/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/bg/LC_MESSAGES/django.po b/apps/documents/locale/bg/LC_MESSAGES/django.po index 8b95a85064..b1ea701960 100644 --- a/apps/documents/locale/bg/LC_MESSAGES/django.po +++ b/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: # Iliya Georgiev , 2012. # Pavlin Koldamov , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-28 09:49+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -30,9 +29,8 @@ msgid "recent documents" msgstr "последни документи" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "дублирани документи" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -74,9 +72,7 @@ msgstr "намиране на всички дубликати" #: __init__.py:76 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Претърсване на контролните суми на всички документи и връщане на списък с " -"точните съвпадения" +msgstr "Претърсване на контролните суми на всички документи и връщане на списък с точните съвпадения" #: __init__.py:77 msgid "update office documents' page count" @@ -87,10 +83,7 @@ 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 "Актуализиране на броя страници на офис документи. Това е полезно, когато поддръжката на офис документи е включена след като вече има офис документи в базата данни." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -116,9 +109,7 @@ msgstr "Изчистване на кеша от изображения на до msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Изчистване на графичното представяне, използвано да ускори изобразяването на " -"документите и интерактивните промени." +msgstr "Изчистване на графичното представяне, използвано да ускори изобразяването на документите и интерактивните промени." #: __init__.py:88 msgid "page transformations" @@ -231,10 +222,8 @@ 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" @@ -248,11 +237,9 @@ 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" @@ -334,10 +321,7 @@ 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:321 msgid "Compressed filename" @@ -347,9 +331,7 @@ msgstr "Име на компресирания архив" msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "" -"Името на компресирания архив, съдържащ документите за сваляне, ако " -"предишната опция е избрана." +msgstr "Името на компресирания архив, съдържащ документите за сваляне, ако предишната опция е избрана." #: literals.py:15 msgid "final" @@ -457,9 +439,7 @@ msgstr "версия на документа" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Форматът на документа във файла е непознат. Затова броят страници е зададен " -"на 1." +msgstr "Форматът на документа във файла е непознат. Затова броят страници е зададен на 1." #: models.py:549 views.py:1357 msgid "filename" @@ -492,9 +472,7 @@ msgstr "номер на страница" #: models.py:571 #, 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:579 models.py:625 msgid "document page" @@ -546,9 +524,8 @@ msgid "recent document" msgstr "скорошен документ" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "вид документ" +msgstr "" #: models.py:663 msgid "MIME type" @@ -567,23 +544,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Съдържание" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "описание" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Коментар" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -663,11 +637,9 @@ msgstr "Документи в склада: %d" #: statistics.py:52 #, 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:63 #, python-format @@ -802,8 +774,7 @@ msgstr "Преобразуването на страницата е извърш #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -823,9 +794,7 @@ msgstr "Преобразуването на страницата е изтрит 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" #: views.py:563 #, python-format @@ -838,9 +807,7 @@ msgstr "Сигурни ли сте, че желаете да откриете в #: views.py:576 views.py:634 views.py:702 msgid "On large databases this operation may take some time to execute." -msgstr "" -"При големи бази данни тази операция може да отнеме известно време за " -"изпълнение." +msgstr "При големи бази данни тази операция може да отнеме известно време за изпълнение." #: views.py:599 msgid "duplicated documents" @@ -851,33 +818,28 @@ msgstr "дублирани документи" 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:633 #, 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:665 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Всички преобразования на страницата на документ %s бяха изтрити успешно." +msgstr "Всички преобразования на страницата на документ %s бяха изтрити успешно." #: views.py:667 #, 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:673 msgid "document transformation" @@ -886,19 +848,16 @@ msgstr "преобразуване на документ" #: views.py:682 #, 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:684 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Сигурни ли сте, че желаете да отмените всички преобразувания на страниците " -"на документи %s?" +msgstr "Сигурни ли сте, че желаете да отмените всички преобразувания на страниците на документи %s?" #: views.py:712 msgid "missing documents" @@ -997,9 +956,7 @@ msgstr "Грешка при редактиране на име на файла % #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"редактирате името на файла \"%(filename)s\" от вид на документа " -"\"%(document_type)s\"" +msgstr "редактирате името на файла \"%(filename)s\" от вид на документа \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1014,18 +971,14 @@ msgstr "Име на файла на вид документ %s изтрит ус #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1052,8 +1005,7 @@ msgstr "Грешка при изчистване на кеша с изображ #: views.py:1318 msgid "Are you sure you wish to clear the document image cache?" -msgstr "" -"Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" +msgstr "Сигурни ли сте, че искате да изчистите кеша с изображения на документи?" #: views.py:1335 #, python-format @@ -1094,9 +1046,8 @@ msgid "document page image" msgstr "изображение на страница от документ" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "създаване на нов вид документ" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1112,38 +1063,29 @@ msgstr "" #: conf/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 "Максимален брой от скорошни (създадени, редактирани, прегледани) документи, които да се показват на потребителя" #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Процент приближавани или отдалечаване на страницата на документа, приложен " -"за потребителя" +msgstr "Процент приближавани или отдалечаване на страницата на документа, приложен за потребителя" #: conf/settings.py:40 msgid "" "Maximum amount in percent (%) to allow user to zoom in a document page " "interactively." -msgstr "" -"Максимален процент (%) допустим за интерактивно увеличаване страницата от " -"потребителя" +msgstr "Максимален процент (%) допустим за интерактивно увеличаване страницата от потребителя" #: conf/settings.py:41 msgid "" "Minimum amount in percent (%) to allow user to zoom out a document page " "interactively." -msgstr "" -"Минимален процент (%) допустим за интерактивно смаляване страницата от " -"потребителя" +msgstr "Минимален процент (%) допустим за интерактивно смаляване страницата от потребителя" #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." -msgstr "" -"Градуси на завъртане на страница от документ, при потребителско действие" +msgstr "Градуси на завъртане на страница от документ, при потребителско действие" #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1155,12 +1097,7 @@ msgid "" "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 "" -"Видове документи определят класа, които представлява широка група от " -"документи, като: фактури, закони или ръководства. Предимството на " -"използването на документи типове са: възлагане на списък на типични имена на " -"файлове за бързо преименуване по време на създаването, както и възлагане на " -"типове мета данни по подразбиране и прилагане към него." +msgstr "Видове документи определят класа, които представлява широка група от документи, като: фактури, закони или ръководства. Предимството на използването на документи типове са: възлагане на списък на типични имена на файлове за бързо преименуване по време на създаването, както и възлагане на типове мета данни по подразбиране и прилагане към него." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1171,9 +1108,4 @@ msgstr "Кои са скорошните документи?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Тук ще намерите последните %(recent_count)s документи, които сте създали или " -"редактирали" - -#~ msgid "Page %(page_num)d of %(total_pages)d" -#~ msgstr "Страница %(page_num)d от %(total_pages)d" +msgstr "Тук ще намерите последните %(recent_count)s документи, които сте създали или редактирали" diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.mo b/apps/documents/locale/de_DE/LC_MESSAGES/django.mo index c753fd0f97..5fb0f5a270 100644 Binary files a/apps/documents/locale/de_DE/LC_MESSAGES/django.mo and b/apps/documents/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/de_DE/LC_MESSAGES/django.po b/apps/documents/locale/de_DE/LC_MESSAGES/django.po index c60509ef9f..56ff246511 100644 --- a/apps/documents/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/documents/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:48+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -29,9 +28,8 @@ msgid "recent documents" msgstr "Letzte Dokumente" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "Duplizierte Dokumente" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -73,9 +71,7 @@ msgstr "finde alle Duplikate" #: __init__.py:76 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten " -"Treffen zurück." +msgstr "Suche nach der Prüfsumme in allen Dokumenten und gebe Liste mit exakten Treffen zurück." #: __init__.py:77 msgid "update office documents' page count" @@ -86,10 +82,7 @@ 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 "" -"Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn " -"Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende " -"Dokumente in der Datenbank gespeichert sind." +msgstr "Aktualisiert die Seitenzahlen von Office-Dokumenten. Dies ist nützlich, wenn Office-Dokumenten Support aktiviert wird, nachdem schon entsprechende Dokumente in der Datenbank gespeichert sind." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -115,9 +108,7 @@ msgstr "Bereinige den Dokumenten Bilder Cache" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Bereinige die grafische Darstellung die benutzt wird um die Dokumenten " -"Darstellung und interaktive Transformations Ausgabe zu beschleunigen." +msgstr "Bereinige die grafische Darstellung die benutzt wird um die Dokumenten Darstellung und interaktive Transformations Ausgabe zu beschleunigen." #: __init__.py:88 msgid "page transformations" @@ -230,10 +221,8 @@ 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" @@ -247,11 +236,9 @@ 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" @@ -265,8 +252,7 @@ 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:65 msgid "Page image" @@ -334,10 +320,7 @@ 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 "" -"Lade die Datei im original Format oder als komprimiertes Archiv herunter. " -"Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen " -"wird, mehrere Dateien werden immer als Archiv heruntergeladen." +msgstr "Lade die Datei im original Format oder als komprimiertes Archiv herunter. Diese Option ist nur wählbar, wenn ein einzelnes Dokument heruntergeladen wird, mehrere Dateien werden immer als Archiv heruntergeladen." #: forms.py:321 msgid "Compressed filename" @@ -347,9 +330,7 @@ msgstr "Name der komprimierten Datei" 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." #: literals.py:15 msgid "final" @@ -457,8 +438,7 @@ msgstr "Dokumenten Version" msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." -msgstr "" -"Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." +msgstr "Das Dateiformat ist unbekannt, daher wird die Seitenzahl auf 1 gesetzt." #: models.py:549 views.py:1357 msgid "filename" @@ -543,9 +523,8 @@ msgid "recent document" msgstr "Letzte Dokumente" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "Dokumenten Typ" +msgstr "" #: models.py:663 msgid "MIME type" @@ -564,23 +543,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Inhalt" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "Beschreibung" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Kommentar" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -660,11 +636,9 @@ msgstr "Dokumente im Dateispeicher: %d" #: statistics.py:52 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" -msgstr "" -"Dateispeicher genutzt: %(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 "Dateispeicher genutzt: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" #: statistics.py:63 #, python-format @@ -799,8 +773,7 @@ msgstr "Dokumenten Seiten Transformation erfolgreich erstellt." #: views.py:482 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" -msgstr "" -"Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" +msgstr "Erstelle neue Transformation für Seite: %(page)s des Dokuments %(document)s" #: views.py:501 msgid "Document page transformation edited successfully." @@ -820,9 +793,7 @@ msgstr "Dokument Seiten Transformation erfolgreich gelöscht." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für " -"%(document_page)s löschen möchten?" +msgstr "Sind Sie sicher, dass Sie die Transformation \"%(transformation)s\" für %(document_page)s löschen möchten?" #: views.py:563 #, python-format @@ -835,8 +806,7 @@ msgstr "Sind Sie sicher, dass Sie alle Duplikate suchen möchten?" #: views.py:576 views.py:634 views.py:702 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." +msgstr "Bei großen Datenbanken kann diese Operation einige Zeit in Anspruch nehmen." #: views.py:599 msgid "duplicated documents" @@ -847,33 +817,28 @@ msgstr "Duplizierte Dokumente" msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" -msgstr "" -"Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, " -"Dokumente mit veränderter Seitenzahl: %(change)d" +msgstr "Seitenzahlen Update abgeschlossen. Dokumente verarbeitet: %(total)d, Dokumente mit veränderter Seitenzahl: %(change)d" #: views.py:633 #, 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 " -"aktualisieren möchten (%d)?" +"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 aktualisieren möchten (%d)?" #: views.py:665 #, 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:667 #, 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:673 msgid "document transformation" @@ -882,19 +847,16 @@ msgstr "Dokumenten Transformation" #: views.py:682 #, 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 das 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 das Dokument: %s, entfernen möchten?" #: views.py:684 #, 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:712 msgid "missing documents" @@ -959,16 +921,13 @@ msgstr "Dokumenten Typ: %(document_type)s Fehler beim löschen: %(error)s" #: views.py:1136 #, python-format msgid "Are you sure you wish to delete the document type: %s?" -msgstr "" -"Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" +msgstr "Sind Sie sicher, dass Sie den Dokumenten Typ %s wirklich löschen möchten?" #: views.py:1137 msgid "" "The document type of all documents using this document type will be set to " "none." -msgstr "" -"Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None " -"gesetzt." +msgstr "Der Dokumenten Typ aller Dokumente die diesen Typ benutzen wird auf None gesetzt." #: views.py:1153 msgid "Document type created successfully" @@ -996,8 +955,7 @@ msgstr "Fehler beim Bearbeiten vom Dokumenten Typ Dateinamen: %s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" +msgstr "Bearbeite Dateiname \"%(filename)s\" vom Dokumenten Typ \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1012,18 +970,14 @@ msgstr "Dokumenten Typ Dateiname: %s erfolgreich gelöscht." #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" -msgstr "" -"Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: " -"%(error)s" +msgstr "Dokumenten Typ Dateiname: %(document_type_filename)s Fehler beim löschen: %(error)s" #: views.py:1258 #, 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 Dokumenten Typs " -"\"%(document_type)s\", löschen möchten?" +msgstr "Sind Sie sicher, dass Sie den Dateinamen: %(filename)s, des Dokumenten Typs \"%(document_type)s\", löschen möchten?" #: views.py:1283 msgid "Document type filename created successfully" @@ -1050,9 +1004,7 @@ msgstr "Fehler beim Bereinigen des Dokumenten Bilder Zwischenspeichers: %s" #: views.py:1318 msgid "Are you sure you wish to clear the document image cache?" -msgstr "" -"Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen " -"möchten?" +msgstr "Sind Sie sicher, das Sie den Dokumenten Bilder Zwischenspeicher bereinigen möchten?" #: views.py:1335 #, python-format @@ -1082,9 +1034,7 @@ msgstr "Fehler beim wiederherstellen der Dokumenten Version: %s" #: views.py:1393 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:1394 msgid "All later version after this one will be deleted too." @@ -1095,9 +1045,8 @@ msgid "document page image" msgstr "Dokumenten Seiten Bild" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "Erstelle Dokumenten Typ" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1113,16 +1062,13 @@ msgstr "" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." -msgstr "" -"Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro " -"Benutzer." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." +msgstr "Maximale Anzahl von Letzten Dokumente (erstellt, bearbeitet, angeschaut) pro Benutzer." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." +msgstr "Anzahl in Prozent für Zoom in und out pro Dokument pro Benutzer Aktion." #: conf/settings.py:40 msgid "" @@ -1150,12 +1096,7 @@ msgid "" "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 "" -"Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten " -"repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. " -"Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von " -"typischen Dateinamen für die schnelle Umbenennung während der Erstellung, " -"sowie die Zuordnung von Metadaten Typen und deren Werte." +msgstr "Dokumenttypen definieren eine Klasse, die eine Gruppe von Dokumenten repräsentiert, wie zum Beispiel: Rechnungen, Verordnungen oder Handbücher. Der Vorteil der Verwendung von Dokumenttypen sind: Zuweisen einer Liste von typischen Dateinamen für die schnelle Umbenennung während der Erstellung, sowie die Zuordnung von Metadaten Typen und deren Werte." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1166,9 +1107,4 @@ msgstr "Was sind letzte Dokumente?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder " -"erstellt oder bearbeitet haben." - -#~ msgid "Page %(page_num)d of %(total_pages)d" -#~ msgstr "Seite %(page_num)d von %(total_pages)d" +msgstr "Hier finden Sie die letzten %(recent_count)s Dokumente die Sie entweder erstellt oder bearbeitet haben." diff --git a/apps/documents/locale/en/LC_MESSAGES/django.mo b/apps/documents/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/documents/locale/en/LC_MESSAGES/django.mo and b/apps/documents/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/en/LC_MESSAGES/django.po b/apps/documents/locale/en/LC_MESSAGES/django.po index 1954865c86..38e8b171a3 100644 --- a/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/apps/documents/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,197 +17,233 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:62 +#: __init__.py:63 msgid "all documents" msgstr "" -#: __init__.py:63 models.py:657 views.py:872 +#: __init__.py:64 models.py:656 views.py:872 msgid "recent documents" msgstr "" -#: __init__.py:64 +#: __init__.py:65 msgid "upload new documents" msgstr "" -#: __init__.py:65 +#: __init__.py:66 msgid "clone metadata" msgstr "" -#: __init__.py:66 +#: __init__.py:67 msgid "details" msgstr "" -#: __init__.py:67 +#: __init__.py:68 msgid "properties" msgstr "" -#: __init__.py:68 __init__.py:69 __init__.py:91 __init__.py:115 -#: __init__.py:121 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "" -#: __init__.py:70 __init__.py:90 __init__.py:114 __init__.py:120 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "" -#: __init__.py:71 +#: __init__.py:72 msgid "preview" msgstr "" -#: __init__.py:72 __init__.py:73 __init__.py:74 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "" -#: __init__.py:75 +#: __init__.py:76 msgid "find duplicates" msgstr "" -#: __init__.py:76 +#: __init__.py:77 msgid "find all duplicates" msgstr "" -#: __init__.py:76 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" -#: __init__.py:77 +#: __init__.py:78 msgid "update office documents' page count" msgstr "" -#: __init__.py:77 +#: __init__.py:78 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 "" -#: __init__.py:78 __init__.py:79 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "" -#: __init__.py:80 +#: __init__.py:81 msgid "print" msgstr "" -#: __init__.py:81 +#: __init__.py:82 msgid "history" msgstr "" -#: __init__.py:82 +#: __init__.py:83 msgid "Find missing document files" msgstr "" -#: __init__.py:85 +#: __init__.py:86 msgid "Clear the document image cache" msgstr "" -#: __init__.py:85 +#: __init__.py:86 msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." msgstr "" -#: __init__.py:88 +#: __init__.py:89 msgid "page transformations" msgstr "" -#: __init__.py:89 +#: __init__.py:90 msgid "create new transformation" msgstr "" -#: __init__.py:93 +#: __init__.py:94 msgid "page image" msgstr "" -#: __init__.py:94 +#: __init__.py:95 msgid "page text" msgstr "" -#: __init__.py:95 +#: __init__.py:96 msgid "edit page text" msgstr "" -#: __init__.py:96 +#: __init__.py:97 msgid "next page" msgstr "" -#: __init__.py:97 +#: __init__.py:98 msgid "previous page" msgstr "" -#: __init__.py:98 +#: __init__.py:99 msgid "first page" msgstr "" -#: __init__.py:99 +#: __init__.py:100 msgid "last page" msgstr "" -#: __init__.py:100 +#: __init__.py:101 msgid "zoom in" msgstr "" -#: __init__.py:101 +#: __init__.py:102 msgid "zoom out" msgstr "" -#: __init__.py:102 +#: __init__.py:103 msgid "rotate right" msgstr "" -#: __init__.py:103 +#: __init__.py:104 msgid "rotate left" msgstr "" -#: __init__.py:104 +#: __init__.py:105 msgid "reset view" msgstr "" -#: __init__.py:107 +#: __init__.py:108 msgid "versions" msgstr "" -#: __init__.py:108 +#: __init__.py:109 msgid "revert" msgstr "" -#: __init__.py:111 +#: __init__.py:112 msgid "document type list" msgstr "" -#: __init__.py:112 views.py:1051 +#: __init__.py:113 views.py:1051 msgid "document types" msgstr "" -#: __init__.py:113 +#: __init__.py:114 msgid "documents of this type" msgstr "" -#: __init__.py:116 views.py:1162 +#: __init__.py:117 views.py:1162 msgid "create document type" msgstr "" -#: __init__.py:118 +#: __init__.py:119 msgid "filenames" msgstr "" -#: __init__.py:119 +#: __init__.py:120 msgid "add filename to document type" msgstr "" -#: __init__.py:161 permissions.py:7 +#: __init__.py:162 permissions.py:7 msgid "Documents" msgstr "" -#: __init__.py:163 __init__.py:173 models.py:96 views.py:79 +#: __init__.py:164 __init__.py:174 models.py:95 views.py:79 msgid "documents" msgstr "" -#: __init__.py:166 +#: __init__.py:167 msgid "thumbnail" msgstr "" +#: __init__.py:209 +msgid "Document type" +msgstr "" + +#: __init__.py:210 +msgid "MIME type" +msgstr "" + +#: __init__.py:211 views.py:132 +msgid "Filename" +msgstr "" + +#: __init__.py:212 +msgid "Metadata type" +msgstr "" + +#: __init__.py:213 +msgid "Metadata value" +msgstr "" + +#: __init__.py:214 +msgid "Content" +msgstr "" + +#: __init__.py:215 +msgid "Description" +msgstr "" + +#: __init__.py:216 +msgid "Tags" +msgstr "" + +#: __init__.py:217 +msgid "Comments" +msgstr "" + #: events.py:5 msgid "Document creation" msgstr "" @@ -351,212 +387,175 @@ msgstr "" msgid "hotfix" msgstr "" -#: models.py:62 +#: models.py:61 msgid "name" msgstr "" -#: models.py:73 models.py:83 models.py:548 views.py:1069 views.py:1098 +#: models.py:72 models.py:82 models.py:547 views.py:1069 views.py:1098 #: views.py:1127 views.py:1132 views.py:1175 views.py:1221 views.py:1255 #: views.py:1296 msgid "document type" msgstr "" -#: models.py:74 +#: models.py:73 msgid "documents types" msgstr "" -#: models.py:84 +#: models.py:83 msgid "description" msgstr "" -#: models.py:85 +#: models.py:84 msgid "added" msgstr "" -#: models.py:95 models.py:313 models.py:646 models.py:661 views.py:227 -#: views.py:351 +#: models.py:94 models.py:312 models.py:645 views.py:227 views.py:351 msgid "document" msgstr "" -#: models.py:300 +#: models.py:299 #, python-format msgid "Major %(major)i.%(minor)i, (new release)" msgstr "" -#: models.py:301 +#: models.py:300 #, python-format msgid "Minor %(major)i.%(minor)i, (some updates)" msgstr "" -#: models.py:302 +#: models.py:301 #, python-format msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" msgstr "" -#: models.py:314 +#: models.py:313 msgid "mayor" msgstr "" -#: models.py:315 +#: models.py:314 msgid "minor" msgstr "" -#: models.py:316 +#: models.py:315 msgid "micro" msgstr "" -#: models.py:317 +#: models.py:316 msgid "release level" msgstr "" -#: models.py:318 +#: models.py:317 msgid "serial" msgstr "" -#: models.py:319 +#: models.py:318 msgid "timestamp" msgstr "" -#: models.py:320 views.py:1361 +#: models.py:319 views.py:1361 msgid "comment" msgstr "" -#: models.py:323 +#: models.py:322 msgid "file" msgstr "" -#: models.py:327 +#: models.py:326 msgid "checksum" msgstr "" -#: models.py:331 models.py:332 models.py:565 +#: models.py:330 models.py:331 models.py:564 msgid "document version" msgstr "" -#: models.py:424 +#: models.py:423 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:549 views.py:1357 +#: models.py:548 views.py:1357 msgid "filename" msgstr "" -#: models.py:550 views.py:1182 +#: models.py:549 views.py:1182 msgid "enabled" msgstr "" -#: models.py:557 +#: models.py:556 msgid "document type quick rename filename" msgstr "" -#: models.py:558 +#: models.py:557 msgid "document types quick rename filenames" msgstr "" -#: models.py:566 +#: models.py:565 msgid "content" msgstr "" -#: models.py:567 +#: models.py:566 msgid "page label" msgstr "" -#: models.py:568 +#: models.py:567 msgid "page number" msgstr "" -#: models.py:571 +#: models.py:570 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:579 models.py:625 +#: models.py:578 models.py:624 msgid "document page" msgstr "" -#: models.py:580 +#: models.py:579 msgid "document pages" msgstr "" -#: models.py:600 +#: models.py:599 msgid "Enter a valid value." msgstr "" -#: models.py:626 views.py:450 +#: models.py:625 views.py:450 msgid "order" msgstr "" -#: models.py:627 views.py:451 views.py:512 views.py:543 +#: models.py:626 views.py:451 views.py:512 views.py:543 msgid "transformation" msgstr "" -#: models.py:628 views.py:452 +#: models.py:627 views.py:452 msgid "arguments" msgstr "" -#: models.py:628 +#: models.py:627 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:636 +#: models.py:635 msgid "document page transformation" msgstr "" -#: models.py:637 +#: models.py:636 msgid "document page transformations" msgstr "" -#: models.py:645 +#: models.py:644 msgid "user" msgstr "" -#: models.py:647 +#: models.py:646 msgid "accessed" msgstr "" -#: models.py:656 +#: models.py:655 msgid "recent document" msgstr "" -#: models.py:662 -msgid "Document type" -msgstr "" - -#: models.py:663 -msgid "MIME type" -msgstr "" - -#: models.py:664 views.py:132 -msgid "Filename" -msgstr "" - -#: models.py:665 -msgid "Metadata type" -msgstr "" - -#: models.py:666 -msgid "Metadata value" -msgstr "" - -#: models.py:667 -msgid "Content" -msgstr "" - -#: models.py:668 -msgid "Description" -msgstr "" - -#: models.py:669 -msgid "Tags" -msgstr "" - -#: models.py:670 -msgid "Comments" -msgstr "" - #: permissions.py:9 msgid "Create documents" msgstr "" diff --git a/apps/documents/locale/es/LC_MESSAGES/django.mo b/apps/documents/locale/es/LC_MESSAGES/django.mo index b643ea8d16..b0780f59c6 100644 Binary files a/apps/documents/locale/es/LC_MESSAGES/django.mo and b/apps/documents/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index e0ec89ea95..b4269dc566 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-12-12 06:11+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -29,7 +28,7 @@ msgstr "documentos recientes" #: __init__.py:64 msgid "upload new documents" -msgstr "subir nuevos documentos" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -71,9 +70,7 @@ msgstr "encontrar todos los duplicados" #: __init__.py:76 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." +msgstr "Buscar todas las sumas de comprobación de los documentos y devolver una lista de las coincidencias exactas." #: __init__.py:77 msgid "update office documents' page count" @@ -84,10 +81,7 @@ 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 existían " -"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 existían documentos de oficina en la base de datos." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -113,10 +107,7 @@ msgstr "Borrar el caché de imágenes de documentos" 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." #: __init__.py:88 msgid "page transformations" @@ -229,10 +220,8 @@ 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" @@ -246,11 +235,9 @@ 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" @@ -293,8 +280,7 @@ msgstr "Páginas del documento (%s)" #: forms.py:164 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:180 msgid "Quick document rename" @@ -333,11 +319,7 @@ 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 " -"multiples documentos, el paquete será siempre como descarga de 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 multiples documentos, el paquete será siempre como descarga de un archivo comprimido." #: forms.py:321 msgid "Compressed filename" @@ -347,9 +329,7 @@ msgstr "Nombre de archivo comprimido" 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." #: literals.py:15 msgid "final" @@ -457,9 +437,7 @@ msgstr "versión de documento" 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 número de páginas " -"por lo tanto sera 1." +msgstr "El formato de este archivo de documento no se conoce, el número de páginas por lo tanto sera 1." #: models.py:549 views.py:1357 msgid "filename" @@ -475,8 +453,7 @@ msgstr "nombre de archivo para cambio rápido de nombre para tipo de documento" #: models.py:558 msgid "document types quick rename filenames" -msgstr "" -"nombres de archivos para cambio rápido de nombre para tipo de documentos" +msgstr "nombres de archivos para cambio rápido de nombre para tipo de documentos" #: models.py:566 msgid "content" @@ -546,11 +523,11 @@ msgstr "documento reciente" #: models.py:662 msgid "Document type" -msgstr "Tipo de documento" +msgstr "" #: models.py:663 msgid "MIME type" -msgstr "Tipo MIME" +msgstr "" #: models.py:664 views.py:132 msgid "Filename" @@ -558,27 +535,27 @@ msgstr "Nombre del archivo" #: models.py:665 msgid "Metadata type" -msgstr "Tipo de metadato" +msgstr "" #: models.py:666 msgid "Metadata value" -msgstr "Valor de metadato" +msgstr "" #: models.py:667 msgid "Content" -msgstr "Contenido" +msgstr "" #: models.py:668 msgid "Description" -msgstr "Descripción" +msgstr "" #: models.py:669 msgid "Tags" -msgstr "Etiquetas" +msgstr "" #: models.py:670 msgid "Comments" -msgstr "Comentarios" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -658,11 +635,9 @@ msgstr "Documentos en almacenamiento: %d" #: statistics.py:52 #, 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:63 #, python-format @@ -797,9 +772,7 @@ msgstr "Transformación de página de documento creada con exitosamente." #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -819,9 +792,7 @@ msgstr "Transformación de página de documento eliminada exitosamente." 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" #: views.py:563 #, python-format @@ -834,9 +805,7 @@ msgstr "¿Está seguro que desea encontrar todos los duplicados?" #: views.py:576 views.py:634 views.py:702 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:599 msgid "duplicated documents" @@ -847,35 +816,28 @@ msgstr "documentos duplicados" 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:633 #, 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:665 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." -msgstr "" -"Todas las transformaciones de la página de documento: %s, se han eliminado " -"con éxito." +msgstr "Todas las transformaciones de la página de documento: %s, se han eliminado con éxito." #: views.py:667 #, 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:673 msgid "document transformation" @@ -884,19 +846,16 @@ msgstr "transformación de documento" #: views.py:682 #, 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:684 #, 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:712 msgid "missing documents" @@ -956,8 +915,7 @@ msgstr "Tipo de documento: %s eliminado exitosamente." #: views.py:1121 #, 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:1136 #, python-format @@ -968,9 +926,7 @@ msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" 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." +msgstr "El tipo de documento de todos los documentos que utilizan este tipo de documentos será borrado." #: views.py:1153 msgid "Document type created successfully" @@ -998,9 +954,7 @@ msgstr "Error al modificar el nombre de archivo para tipo de document; %s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"editar nombre de archivo \"%(filename)s\" del tipo de documento " -"\"%(document_type)s\"" +msgstr "editar nombre de archivo \"%(filename)s\" del tipo de documento \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1015,18 +969,14 @@ msgstr "Nombre de archivo para tipo de documento: %s eliminado exitosamente." #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1095,55 +1045,45 @@ msgstr "imagen de página de documento" #: wizards.py:36 msgid "step 1 of 3: Document type" -msgstr "Paso 1 de 3: Tipo de documento" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" -msgstr "Paso 2 de 3: Selección de metadatos" +msgstr "" #: wizards.py:38 msgid "step 3 of 3: Document metadata" -msgstr "Paso 3 de 3: Metadatos de documento" +msgstr "" #: wizards.py:46 msgid "Next step" -msgstr "Siguiente paso" +msgstr "" #: conf/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." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." -msgstr "" -"Cantidad en porcentaje acercar o alejar una página de documento por la " -"interacción del usuario." +msgstr "Cantidad en porcentaje acercar o alejar una página de documento por la interacción del usuario." #: conf/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." #: conf/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." #: conf/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 " -"interactivamente con el usuario." +msgstr "Cantidad de grados que se va a girar una página de documento interactivamente con el usuario." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1155,12 +1095,7 @@ msgid "" "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 "" -"Los tipos de documentos definene una clase que representa a un grupo amplio " -"de documentos, tales como: facturas, reglamentos o manuales. La ventaja de " -"utilizar los tipos de documentos son: la asignación de una lista de nombres " -"de archivos típicos para el cambio de nombre rápido durante la creación, así " -"como la asignación de tipos de metadatos y grupos por defecto." +msgstr "Los tipos de documentos definene una clase que representa a un grupo amplio de documentos, tales como: facturas, reglamentos o manuales. La ventaja de utilizar los tipos de documentos son: la asignación de una lista de nombres de archivos típicos para el cambio de nombre rápido durante la creación, así como la asignación de tipos de metadatos y grupos por defecto." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1171,6 +1106,4 @@ msgstr "¿Que son los documentos recientes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aquí encontrará los últimos %(recent_count)s documentos que haya creado o " -"editado de alguna manera." +msgstr "Aquí encontrará los últimos %(recent_count)s documentos que haya creado o editado de alguna manera." diff --git a/apps/documents/locale/fr/LC_MESSAGES/django.mo b/apps/documents/locale/fr/LC_MESSAGES/django.mo index 07a2c1effd..0b09f6e700 100644 Binary files a/apps/documents/locale/fr/LC_MESSAGES/django.mo and b/apps/documents/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/fr/LC_MESSAGES/django.po b/apps/documents/locale/fr/LC_MESSAGES/django.po index e558a55f49..7360267804 100644 --- a/apps/documents/locale/fr/LC_MESSAGES/django.po +++ b/apps/documents/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 21:17+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:62 @@ -28,9 +27,8 @@ msgid "recent documents" msgstr "documents récents" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "documents en doublon" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -72,9 +70,7 @@ msgstr "rechercher tous les doublons" #: __init__.py:76 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." +msgstr "Rechercher l'ensemble des sommes de contrôle des documents et renvoyer la liste des correspondances exactes." #: __init__.py:77 msgid "update office documents' page count" @@ -85,10 +81,7 @@ 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." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -114,9 +107,7 @@ msgstr "Vider le cache image du document" 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." #: __init__.py:88 msgid "page transformations" @@ -229,8 +220,7 @@ 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 @@ -245,11 +235,9 @@ 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" @@ -292,9 +280,7 @@ msgstr "Pages du document (%s)" #: forms.py:164 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:180 msgid "Quick document rename" @@ -333,11 +319,7 @@ 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:321 msgid "Compressed filename" @@ -347,9 +329,7 @@ msgstr "Fichier compressé" 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" #: literals.py:15 msgid "final" @@ -457,9 +437,7 @@ msgstr "version du document" 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:549 views.py:1357 msgid "filename" @@ -544,9 +522,8 @@ msgid "recent document" msgstr "document récent" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "type de document" +msgstr "" #: models.py:663 msgid "MIME type" @@ -565,23 +542,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Contenu" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "description" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Commentaire" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -661,11 +635,9 @@ msgstr "Documents en stockage local:%d " #: statistics.py:52 #, 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:63 #, python-format @@ -800,9 +772,7 @@ msgstr "Transformation de page pour le document créée avec succès." #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -811,8 +781,7 @@ msgstr "Transformation de page pour le document modifiée avec succès." #: views.py:514 #, 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:534 msgid "Document page transformation deleted successfully." @@ -823,9 +792,7 @@ msgstr "Transformation de page pour le document supprimée avec succès." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s" -"\" pour: %(document_page)s" +msgstr "Êtes vous certain de vouloir supprimer la transformation \"%(transformation)s\" pour: %(document_page)s" #: views.py:563 #, python-format @@ -838,8 +805,7 @@ msgstr "Êtes vous certain de vouloir rechercher tous les doublons ?" #: views.py:576 views.py:634 views.py:702 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." +msgstr "Sur une grosse base de données cette opération peut prendre un certain temps." #: views.py:599 msgid "duplicated documents" @@ -850,35 +816,28 @@ msgstr "documents en doublon" 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:633 #, 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:665 #, 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:667 #, 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:673 msgid "document transformation" @@ -887,19 +846,16 @@ msgstr "transformation du document" #: views.py:682 #, 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:684 #, 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:712 msgid "missing documents" @@ -970,9 +926,7 @@ msgstr "Êtes vous certain de vouloir supprimer le type de document:%s?" 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." +msgstr "Le type de document de tous les documents utilisant ce type de document seront réinitialisés." #: views.py:1153 msgid "Document type created successfully" @@ -995,15 +949,12 @@ msgstr "nom de fichier pour le type de document modifié avec succès" #: views.py:1208 #, 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:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"modifier le nom de fichier \"%(filename)s\" du type de document " -"\"%(document_type)s\"" +msgstr "modifier le nom de fichier \"%(filename)s\" du type de document \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1018,18 +969,14 @@ msgstr "Nom de fichier du type de document:%s supprimé avec succès." #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1038,8 +985,7 @@ msgstr "Nom de fichier du type de document créé avec succès" #: views.py:1286 #, 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:1292 #, python-format @@ -1098,9 +1044,8 @@ msgid "document page image" msgstr "image pour la page du document" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "créer un type de document" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1116,38 +1061,29 @@ msgstr "" #: conf/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." #: conf/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." #: conf/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." #: conf/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." #: conf/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" #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1159,13 +1095,7 @@ msgid "" "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 "" -"Les types de documents définissent une classe de documents qui représentent " -"un groupe de documents au sens large tels que: facture, règlement, ou manuel " -"d'utilisation. L'utilisation de types de documents présente comme " -"avantages: renommage rapide d'une liste de noms de fichiers lors de leur " -"création, ainsi que l'affectation automatique de types et de groupes de " -"métadonnées. " +msgstr "Les types de documents définissent une classe de documents qui représentent un groupe de documents au sens large tels que: facture, règlement, ou manuel d'utilisation. L'utilisation de types de documents présente comme avantages: renommage rapide d'une liste de noms de fichiers lors de leur création, ainsi que l'affectation automatique de types et de groupes de métadonnées. " #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1176,9 +1106,4 @@ msgstr "Quels sont les documents les plus récents ?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Vous trouverez ici les derniers %(recent_count)s documents que vous avez " -"créés ou modifiés d'une façon ou d'une autre." - -#~ msgid "Page %(page_num)d of %(total_pages)d" -#~ msgstr "Page %(page_num)d sur %(total_pages)d" +msgstr "Vous trouverez ici les derniers %(recent_count)s documents que vous avez créés ou modifiés d'une façon ou d'une autre." diff --git a/apps/documents/locale/it/LC_MESSAGES/django.mo b/apps/documents/locale/it/LC_MESSAGES/django.mo index 881a4a4321..747f05cb46 100644 Binary files a/apps/documents/locale/it/LC_MESSAGES/django.mo and b/apps/documents/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index ee15b56007..0690f4c1a0 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -31,9 +30,8 @@ msgid "recent documents" msgstr "documenti recenti" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "documenti duplicati" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -75,9 +73,7 @@ msgstr "trova tutti i duplicati" #: __init__.py:76 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." +msgstr "Cerca tutti i documenti con il checksum e restituisci una lista delle corrispondenze esatte." #: __init__.py:77 msgid "update office documents' page count" @@ -88,10 +84,7 @@ 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." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -117,9 +110,7 @@ msgstr "Svuota la cache immagine del documento" 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." #: __init__.py:88 msgid "page transformations" @@ -232,10 +223,8 @@ 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" @@ -249,11 +238,9 @@ 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" @@ -335,10 +322,7 @@ 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:321 msgid "Compressed filename" @@ -456,8 +440,7 @@ msgstr "versione del documento" 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:549 views.py:1357 msgid "filename" @@ -542,9 +525,8 @@ msgid "recent document" msgstr "documenti recenti" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "tipo documento" +msgstr "" #: models.py:663 msgid "MIME type" @@ -563,23 +545,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Contenuti" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "descrizione" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Commento" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -659,11 +638,9 @@ msgstr "Documenti nello storage:%d" #: statistics.py:52 #, 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:63 #, python-format @@ -798,9 +775,7 @@ msgstr "Trasformazioni per la pagina del documento creata con successo" #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -809,8 +784,7 @@ msgstr "Document page trasformation edited successfully." #: views.py:514 #, 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:534 msgid "Document page transformation deleted successfully." @@ -821,9 +795,7 @@ msgstr "Trasformazione della pagina di documento cancellata con successo." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: " -"%(document_page)s" +msgstr "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per: %(document_page)s" #: views.py:563 #, python-format @@ -847,34 +819,28 @@ msgstr "documenti duplicati" 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:633 #, 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:665 #, 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:667 #, 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:673 msgid "document transformation" @@ -883,7 +849,8 @@ msgstr "trasformazione del documento" #: views.py:682 #, 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:684 @@ -951,8 +918,7 @@ msgstr "Tipo di documento: %s cancellata ." #: views.py:1121 #, 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:1136 #, python-format @@ -991,9 +957,7 @@ msgstr "Errore nella modifica del tipo di nome file;%s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"modifica il nome file \"%(filename)s\" per il tipo di documento " -"\"%(document_type)s\"" +msgstr "modifica il nome file \"%(filename)s\" per il tipo di documento \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1008,18 +972,14 @@ msgstr "Tipo di nome file per il documento: %s cancellato con successo." #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1087,9 +1047,8 @@ msgid "document page image" msgstr "immagine della pagina del documento" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "crea il tipo di documenti" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1105,33 +1064,25 @@ msgstr "" #: conf/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" #: conf/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." #: conf/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." #: conf/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." #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." @@ -1147,11 +1098,7 @@ msgid "" "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 "" -"Il tipo di documento definisce una raggruppamento di documenti, come : " -"fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione " -"permette di rinominare,aggiungere metadati e rinominare i file più " -"velocemente." +msgstr "Il tipo di documento definisce una raggruppamento di documenti, come : fatture, regolamenti, manuali. Il vantaggio dell'uso di tale classificazione permette di rinominare,aggiungere metadati e rinominare i file più velocemente." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1162,6 +1109,4 @@ msgstr "Quali sono i documenti recenti ?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"qui troverete gli ultimi %(recent_count)s documenti da voi creati o " -"modificati" +msgstr "qui troverete gli ultimi %(recent_count)s documenti da voi creati o modificati" diff --git a/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo b/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo index bb9f1e988e..2b35a59cd0 100644 Binary files a/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/documents/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/nl_NL/LC_MESSAGES/django.po b/apps/documents/locale/nl_NL/LC_MESSAGES/django.po index 0e1bb9cddb..589e7b39c7 100644 --- a/apps/documents/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/documents/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Lucas Weel , 2012. +# Lucas Weel , 2012-2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-22 12:50+0000\n" +"PO-Revision-Date: 2013-01-12 11:01+0000\n" "Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -28,9 +27,8 @@ msgid "recent documents" msgstr "recente documenten" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "document duplicaten" +msgstr "upload nieuwe documenten" #: __init__.py:65 msgid "clone metadata" @@ -72,9 +70,7 @@ msgstr "vind alle duplicaten" #: __init__.py:76 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 " +msgstr "Doorzoek door alle documenten op checksum, geeft een lijst met exacte overeenkomenden " #: __init__.py:77 msgid "update office documents' page count" @@ -85,11 +81,7 @@ 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." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -115,9 +107,7 @@ msgstr "Opschonen van documentafbeeldingen voorraad." 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." #: __init__.py:88 msgid "page transformations" @@ -230,10 +220,8 @@ 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" @@ -247,11 +235,9 @@ 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" @@ -265,8 +251,7 @@ 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:65 msgid "Page image" @@ -334,11 +319,7 @@ 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:321 msgid "Compressed filename" @@ -348,10 +329,7 @@ msgstr "Bestandsnaam gecomprimeerde archiefbestand" 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." #: literals.py:15 msgid "final" @@ -459,9 +437,7 @@ msgstr "documentversie" 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:549 views.py:1357 msgid "filename" @@ -523,8 +499,7 @@ msgstr "argumenten" #: models.py:628 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" -msgstr "" -"Gebruik woordenboeken voor het identificeren van argumenten. Bijvoorbeeld: %s" +msgstr "Gebruik woordenboeken voor het identificeren van argumenten. Bijvoorbeeld: %s" #: models.py:636 msgid "document page transformation" @@ -547,13 +522,12 @@ msgid "recent document" msgstr "recent document" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "documentsoort" +msgstr "Documentsoort" #: models.py:663 msgid "MIME type" -msgstr "" +msgstr "MIME type" #: models.py:664 views.py:132 msgid "Filename" @@ -561,28 +535,25 @@ msgstr "Bestandsnaam" #: models.py:665 msgid "Metadata type" -msgstr "" +msgstr "Metadata type" #: models.py:666 msgid "Metadata value" -msgstr "" +msgstr "Metadata waarde" #: models.py:667 -#, fuzzy msgid "Content" msgstr "Inhoud" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "omschrijving" +msgstr "Omschrijving" #: models.py:669 msgid "Tags" -msgstr "" +msgstr "Labels" #: models.py:670 -#, fuzzy msgid "Comments" msgstr "Commentaar" @@ -664,11 +635,9 @@ msgstr "Aantal documenten in opslag: %d" #: statistics.py:52 #, 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:63 #, python-format @@ -803,8 +772,7 @@ msgstr "Transformatie voor documentpagina is aangemaakt" #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -824,9 +792,7 @@ msgstr "Transformatie documentpagina verwijdert" msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Weet u zeker dat u deze transformatie wenst te verwijderen: " -"\"%(transformation)s\" for: %(document_page)s" +msgstr "Weet u zeker dat u deze transformatie wenst te verwijderen: \"%(transformation)s\" for: %(document_page)s" #: views.py:563 #, python-format @@ -850,34 +816,28 @@ msgstr "document duplicaten" 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:633 #, 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:665 #, 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:667 #, 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:673 msgid "document transformation" @@ -886,19 +846,16 @@ msgstr "document transformatie" #: views.py:682 #, 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:684 #, 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:712 msgid "missing documents" @@ -958,8 +915,7 @@ msgstr "Documentsoort: %s, succesvol verwijdert" #: views.py:1121 #, 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:1136 #, python-format @@ -970,9 +926,7 @@ msgstr "Bent u zeker dat u het document wilt verwijderen: %s?" 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." +msgstr "Het documentsoort van alle documenten van deze soort zal op none worden gezet." #: views.py:1153 msgid "Document type created successfully" @@ -1000,8 +954,7 @@ msgstr "Fout bij bewerken bestandnaam voor documentsoort. Foutmelding: %s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"bewerk bestandsnaam \"%(filename)s\" van documentsoort \"%(document_type)s\"" +msgstr "bewerk bestandsnaam \"%(filename)s\" van documentsoort \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1016,18 +969,14 @@ msgstr "documentsoort bestandsnaam: %s succesvol verwijdert" #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1036,8 +985,7 @@ msgstr "Documentsoort bestandsnaam succesvol aangemaakt" #: views.py:1286 #, 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:1292 #, python-format @@ -1055,8 +1003,7 @@ msgstr "Fout bij het opschonen van pagina afbeeldingen buffer. Foutmelding: %s" #: views.py:1318 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:1335 #, python-format @@ -1097,29 +1044,26 @@ msgid "document page image" msgstr "documentpagina afbeelding" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "aanmaken documentsoort" +msgstr "stap 1 van 3: Documentsoort" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" -msgstr "" +msgstr "stap 2 van 3: Metadata selectie" #: wizards.py:38 msgid "step 3 of 3: Document metadata" -msgstr "" +msgstr "stap 3 van 3: Document Metadata" #: wizards.py:46 msgid "Next step" -msgstr "" +msgstr "Volgende stap" #: conf/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." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1129,15 +1073,13 @@ 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." #: conf/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. " #: conf/settings.py:42 msgid "Amount in degrees to rotate a document page per user interaction." @@ -1153,12 +1095,7 @@ msgid "" "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 "" -"Documentsoorten defineren een groep documenten met een gelijkwaardig doel of " -"functie. Bijvoorbeeld: facturen, polissen, handleidingen. Het voordeel bij " -"het gebruik van documentsoorten ligt in de mogelijkheid om acties uit te " -"voeren op de gehele verzameling documenten van dezelfde soort. Bijvoorbeeld: " -"acties tijdens het aanmaken, toekennen van standaard metadata." +msgstr "Documentsoorten defineren een groep documenten met een gelijkwaardig doel of functie. Bijvoorbeeld: facturen, polissen, handleidingen. Het voordeel bij het gebruik van documentsoorten ligt in de mogelijkheid om acties uit te voeren op de gehele verzameling documenten van dezelfde soort. Bijvoorbeeld: acties tijdens het aanmaken, toekennen van standaard metadata." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1169,9 +1106,4 @@ msgstr "Wat zijn recente documenten?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Hier vindt u de laatse %(recent_count)s documenten, die u heeft of heeft " -"aangemaakt of heeft bewerkt." - -#~ msgid "Page %(page_num)d of %(total_pages)d" -#~ msgstr "Pagina %(page_num)d van %(total_pages)d" +msgstr "Hier vindt u de laatse %(recent_count)s documenten, die u heeft of heeft aangemaakt of heeft bewerkt." diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.mo b/apps/documents/locale/pl/LC_MESSAGES/django.mo index b906d9ebce..794de11883 100644 Binary files a/apps/documents/locale/pl/LC_MESSAGES/django.mo and b/apps/documents/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/pl/LC_MESSAGES/django.po b/apps/documents/locale/pl/LC_MESSAGES/django.po index ef99bc9957..51323d2a17 100644 --- a/apps/documents/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:62 msgid "all documents" @@ -31,9 +29,8 @@ msgid "recent documents" msgstr "ostatnie dokumenty" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "Pobierz dokumenty" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -75,8 +72,7 @@ msgstr "znaleźć wszystkie duplikaty" #: __init__.py:76 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." +msgstr "Search all the documents' checksums and return a list of the exact matches." #: __init__.py:77 msgid "update office documents' page count" @@ -226,8 +222,7 @@ 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 @@ -242,8 +237,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 @@ -529,9 +524,8 @@ msgid "recent document" msgstr "ostatni dokument" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "typ dokumentu" +msgstr "" #: models.py:663 msgid "MIME type" @@ -550,23 +544,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Zawartość" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "opis" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Komentarz" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -646,8 +637,8 @@ msgstr "" #: statistics.py:52 #, 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:63 @@ -832,7 +823,8 @@ msgstr "" #: views.py:633 #, 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:665 @@ -856,7 +848,8 @@ msgstr "" #: views.py:682 #, 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:684 @@ -1053,9 +1046,8 @@ msgid "document page image" msgstr "" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "Usuń typy dokumentów" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1071,8 +1063,8 @@ msgstr "" #: conf/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 "" #: conf/settings.py:39 diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index 28e759954f..cf2c933cf7 100644 Binary files a/apps/documents/locale/pt/LC_MESSAGES/django.mo and b/apps/documents/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index 2bc7cf77fb..7fde5500c2 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# , 2011, 2012. +# , 2011-2012. # Roberto Rosario , 2012. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:62 @@ -30,9 +29,8 @@ msgid "recent documents" msgstr "documentos recentes" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "documentos duplicados" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -74,9 +72,7 @@ msgstr "encontrar todos os duplicados" #: __init__.py:76 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." +msgstr "Pesquisar todas as somas de verificação dos documentos e retornar uma lista de correspondências exatas." #: __init__.py:77 msgid "update office documents' page count" @@ -87,10 +83,7 @@ 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." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -116,9 +109,7 @@ msgstr "Limpar a cache de imagens de documentos" 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." #: __init__.py:88 msgid "page transformations" @@ -231,10 +222,8 @@ 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" @@ -248,11 +237,9 @@ 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" @@ -295,8 +282,7 @@ msgstr "Páginas do documento (%s)" #: forms.py:164 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:180 msgid "Quick document rename" @@ -335,10 +321,7 @@ 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:321 msgid "Compressed filename" @@ -456,9 +439,7 @@ msgstr "versão do documento" 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:549 views.py:1357 msgid "filename" @@ -543,9 +524,8 @@ msgid "recent document" msgstr "documento recente" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "tipo de documento" +msgstr "" #: models.py:663 msgid "MIME type" @@ -564,23 +544,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Conteúdos" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "descrição" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Comentário" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -660,11 +637,9 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, 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:63 #, python-format @@ -799,8 +774,7 @@ msgstr "Transformação para página do documento criada com sucesso." #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -820,9 +794,7 @@ msgstr "Transformação para página do documento excluída com sucesso." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Tem a certeza de que deseja excluir \"%(transformation)s\" para: " -"%(document_page)s " +msgstr "Tem a certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " #: views.py:563 #, python-format @@ -846,35 +818,28 @@ msgstr "documentos duplicados" 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:633 #, 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:665 #, 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:667 #, 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:673 msgid "document transformation" @@ -883,19 +848,16 @@ msgstr "transformação de documento" #: views.py:682 #, 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:684 #, 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:712 msgid "missing documents" @@ -966,9 +928,7 @@ msgstr "Tem a certeza de que deseja excluir o tipo de documento: %s?" 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\"." +msgstr "O tipo de documento de todos os documentos deste tipo será definido como \"nenhum\"." #: views.py:1153 msgid "Document type created successfully" @@ -996,9 +956,7 @@ msgstr "Erro ao editar nome de ficheiro para tipo de documento: %s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Editar nome de ficheiro \"%(filename)s\" do tipo de documento " -"\"%(document_type)s\"" +msgstr "Editar nome de ficheiro \"%(filename)s\" do tipo de documento \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1013,18 +971,14 @@ msgstr "Nome de ficheiro para tipo de documento: %s excluído com sucesso." #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1092,9 +1046,8 @@ msgid "document page image" msgstr "imagem de página de documento" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "criar tipo de documento" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1110,11 +1063,9 @@ msgstr "" #: conf/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." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1124,23 +1075,17 @@ 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." #: conf/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." #: conf/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." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1152,12 +1097,7 @@ msgid "" "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 "" -"Tipos de documento definem uma classe que representa um grande grupo de " -"documentos, tais como: faturas, regulamentos ou manuais. As vantagens de " -"usar tipos de documento são: a atribuição de uma lista de nomes típicos para " -"renomear rapidamente durante a criação, bem como de tipos e conjuntos de " -"metadados padrão." +msgstr "Tipos de documento definem uma classe que representa um grande grupo de documentos, tais como: faturas, regulamentos ou manuais. As vantagens de usar tipos de documento são: a atribuição de uma lista de nomes típicos para renomear rapidamente durante a criação, bem como de tipos e conjuntos de metadados padrão." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1168,6 +1108,4 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou " -"editado de alguma forma." +msgstr "Aqui encontrará os últimos %(recent_count)s documentos que tenha criado ou editado de alguma forma." diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo b/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo index 1c7273c6cb..0da79993d4 100644 Binary files a/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/documents/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po index cb2957f5dc..e76a09272e 100644 --- a/apps/documents/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt_BR/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# , 2011, 2012. +# , 2011-2012. # Fábio , 2012. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:62 @@ -30,9 +29,8 @@ msgid "recent documents" msgstr "documentos recentes" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "documentos duplicados" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -74,9 +72,7 @@ msgstr "encontrar todas as duplicatas" #: __init__.py:76 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." +msgstr "Pesquisar todas as somas de verificação de documentos e retornar uma lista de correspondências exatas." #: __init__.py:77 msgid "update office documents' page count" @@ -226,10 +222,8 @@ 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" @@ -243,11 +237,9 @@ 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" @@ -447,9 +439,7 @@ msgstr "versão do documento" 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:549 views.py:1357 msgid "filename" @@ -534,9 +524,8 @@ msgid "recent document" msgstr "documento recente" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "tipo de documento" +msgstr "" #: models.py:663 msgid "MIME type" @@ -555,23 +544,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Conteúdos" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "descrição" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Comentário" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -651,11 +637,9 @@ msgstr "Documentos no armazenamento: %d" #: statistics.py:52 #, 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:63 #, python-format @@ -790,8 +774,7 @@ msgstr "Transformação para página do documento criada com sucesso." #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -811,9 +794,7 @@ msgstr "Transformação para página do documento excluida com sucesso." msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" -msgstr "" -"Tem certeza de que deseja excluir \"%(transformation)s\" para: " -"%(document_page)s " +msgstr "Tem certeza de que deseja excluir \"%(transformation)s\" para: %(document_page)s " #: views.py:563 #, python-format @@ -826,8 +807,7 @@ msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" #: views.py:576 views.py:634 views.py:702 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:599 msgid "duplicated documents" @@ -843,7 +823,8 @@ msgstr "" #: views.py:633 #, 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:665 @@ -851,18 +832,14 @@ msgstr "" 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:667 #, 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:673 msgid "document transformation" @@ -871,19 +848,16 @@ msgstr "transformação de documento" #: views.py:682 #, 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:684 #, 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:712 msgid "missing documents" @@ -954,9 +928,7 @@ msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" 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\"." +msgstr "O tipo de documento de todos os documentos usando este tipo de documento será definido como \"nenhum\"." #: views.py:1153 msgid "Document type created successfully" @@ -984,9 +956,7 @@ msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"Editar nome de arquivo \"%(filename)s\" do tipo de documento " -"\"%(document_type)s\"" +msgstr "Editar nome de arquivo \"%(filename)s\" do tipo de documento \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1001,18 +971,14 @@ msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1080,9 +1046,8 @@ msgid "document page image" msgstr "" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "criar tipo de documento" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1098,38 +1063,29 @@ msgstr "" #: conf/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." #: conf/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." #: conf/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." #: conf/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." #: conf/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." #: templates/document_types_help.html:3 msgid "What are document types?" @@ -1141,12 +1097,7 @@ msgid "" "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 "" -"Tipos de documentos definir uma classe que representa um grupo de " -"documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de " -"usar os tipos de documentos são: a atribuição de uma lista de nomes típicos " -"para renomear rápidamente durante a criação, bem como atribuir tipos de " -"padrão de metadados e conjuntos para ele." +msgstr "Tipos de documentos definir uma classe que representa um grupo de documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de usar os tipos de documentos são: a atribuição de uma lista de nomes típicos para renomear rápidamente durante a criação, bem como atribuir tipos de padrão de metadados e conjuntos para ele." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1157,6 +1108,4 @@ msgstr "O que são os documentos recentes?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Aqui você encontrará os últimos %(recent_count)s documentos que você tenha " -"criado ou editado de alguma maneira." +msgstr "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha criado ou editado de alguma maneira." diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.mo b/apps/documents/locale/ru/LC_MESSAGES/django.mo index 0106780dc6..90d47dff31 100644 Binary files a/apps/documents/locale/ru/LC_MESSAGES/django.mo and b/apps/documents/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.po b/apps/documents/locale/ru/LC_MESSAGES/django.po index 07d0e17b77..278a162792 100644 --- a/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -1,25 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" "POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:62 msgid "all documents" @@ -30,9 +28,8 @@ msgid "recent documents" msgstr "последние документы" #: __init__.py:64 -#, fuzzy msgid "upload new documents" -msgstr "дубликаты документов" +msgstr "" #: __init__.py:65 msgid "clone metadata" @@ -74,8 +71,7 @@ msgstr "найти все дубликаты" #: __init__.py:76 msgid "" "Search all the documents' checksums and return a list of the exact matches." -msgstr "" -"Искать все контрольные суммы документов и вернуть список точных совпадений." +msgstr "Искать все контрольные суммы документов и вернуть список точных совпадений." #: __init__.py:77 msgid "update office documents' page count" @@ -86,9 +82,7 @@ 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 "Пересчитать количество страниц. Это полезно для включения поддержки уже существующих офисных документов." #: __init__.py:78 __init__.py:79 msgid "clear transformations" @@ -114,9 +108,7 @@ msgstr "Очистить кэш изображения документа" msgid "" "Clear the graphics representations used to speed up the documents' display " "and interactive transformations results." -msgstr "" -"Очистить графику для ускорения отображения документов и интерактивных " -"преобразований." +msgstr "Очистить графику для ускорения отображения документов и интерактивных преобразований." #: __init__.py:88 msgid "page transformations" @@ -229,11 +221,8 @@ 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" @@ -247,11 +236,9 @@ 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" @@ -333,20 +320,17 @@ 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:321 msgid "Compressed filename" -msgstr "" +msgstr "Имя сжатого файла" #: forms.py:321 msgid "" "The filename of the compressed file that will contain the documents to be " "downloaded, if the previous option is selected." -msgstr "" +msgstr "Имя файла сжатого файла, который будет содержать загружаемые документы, если выбран предыдущий параметр." #: literals.py:15 msgid "final" @@ -539,9 +523,8 @@ msgid "recent document" msgstr "недавний документ" #: models.py:662 -#, fuzzy msgid "Document type" -msgstr "тип документа" +msgstr "" #: models.py:663 msgid "MIME type" @@ -560,23 +543,20 @@ msgid "Metadata value" msgstr "" #: models.py:667 -#, fuzzy msgid "Content" -msgstr "Содержание" +msgstr "" #: models.py:668 -#, fuzzy msgid "Description" -msgstr "описание" +msgstr "" #: models.py:669 msgid "Tags" msgstr "" #: models.py:670 -#, fuzzy msgid "Comments" -msgstr "Комментарий" +msgstr "" #: permissions.py:9 msgid "Create documents" @@ -656,10 +636,9 @@ msgstr "Документы в хранилище: %d." #: statistics.py:52 #, 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:63 #, python-format @@ -669,17 +648,17 @@ msgstr "Страниц документов в базе данных: %d." #: statistics.py:64 #, python-format msgid "Minimum amount of pages per document: %d" -msgstr "" +msgstr "Минимальное количество страниц в документе %d" #: statistics.py:65 #, python-format msgid "Maximum amount of pages per document: %d" -msgstr "" +msgstr "Максимальное количество страниц в документе: %d" #: statistics.py:66 #, python-format msgid "Average amount of pages per document: %f" -msgstr "" +msgstr "Среднее количество страниц в документе: %f" #: statistics.py:71 msgid "Document statistics" @@ -691,7 +670,7 @@ msgstr "Mime тип файла" #: views.py:133 views.py:134 msgid "None" -msgstr "" +msgstr "Нет" #: views.py:134 msgid "File mime encoding" @@ -794,8 +773,7 @@ msgstr "Преобразование страницы документа соз #: views.py:482 #, 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:501 msgid "Document page transformation edited successfully." @@ -815,9 +793,7 @@ msgstr "Преобразование страницы успешно удале 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\"" #: views.py:563 #, python-format @@ -830,9 +806,7 @@ msgstr "Вы действительно хотите найти все дубл #: views.py:576 views.py:634 views.py:702 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:599 msgid "duplicated documents" @@ -843,17 +817,14 @@ msgstr "дубликаты документов" 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:633 #, 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:665 #, python-format @@ -867,9 +838,7 @@ msgstr "Все преобразования страницы для докум msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." -msgstr "" -"Ошибка при удалении страницы для преобразования документов: %(document)s; " -"%(error)s." +msgstr "Ошибка при удалении страницы для преобразования документов: %(document)s; %(error)s." #: views.py:673 msgid "document transformation" @@ -878,18 +847,16 @@ msgstr "преобразование документа" #: views.py:682 #, 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:684 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" -msgstr "" -"Вы действительно хотите удалить все преобразования страницы для документов: " -"%s?" +msgstr "Вы действительно хотите удалить все преобразования страницы для документов: %s?" #: views.py:712 msgid "missing documents" @@ -988,8 +955,7 @@ msgstr "Ошибка редактирования документа введи #: views.py:1213 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" -msgstr "" -"редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" +msgstr "редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" #: views.py:1222 views.py:1248 views.py:1256 msgid "document type filename" @@ -1004,18 +970,14 @@ msgstr "Имя файла для типа документа: %s успешно #, 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:1258 #, 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:1283 msgid "Document type filename created successfully" @@ -1083,9 +1045,8 @@ msgid "document page image" msgstr "изображение страницы" #: wizards.py:36 -#, fuzzy msgid "step 1 of 3: Document type" -msgstr "создать тип документа" +msgstr "" #: wizards.py:37 msgid "step 2 of 3: Metadata selection" @@ -1101,11 +1062,9 @@ msgstr "" #: conf/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 "Максимальное количество последних (созданных, измененных, просмотренных) документов, запоминаемых для каждого пользователя." #: conf/settings.py:39 msgid "Amount in percent zoom in or out a document page per user interaction." @@ -1137,12 +1096,7 @@ msgid "" "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 "" -"Типы документов определяют класс, который представляет группы документов, " -"таких как: счета-фактуры, правила или инструкции. Преимуществами " -"использования типов документов являются: назначение списка типичных имен " -"файлов для быстрого переименования в процессе создания, а также присвоения " -"метаданных по умолчанию и их установки." +msgstr "Типы документов определяют класс, который представляет группы документов, таких как: счета-фактуры, правила или инструкции. Преимуществами использования типов документов являются: назначение списка типичных имен файлов для быстрого переименования в процессе создания, а также присвоения метаданных по умолчанию и их установки." #: templates/recent_document_list_help.html:3 msgid "What are recent documents?" @@ -1153,6 +1107,4 @@ msgstr "Что такое последние документы?" msgid "" "Here you will find the latest %(recent_count)s documents you have either " "created or edited in any way." -msgstr "" -"Здесь вы найдете последние %(recent_count)s документов созданные или " -"отредактированные вами." +msgstr "Здесь вы найдете последние %(recent_count)s документов созданные или отредактированные вами." diff --git a/apps/documents/locale/sl_SI/LC_MESSAGES/django.po b/apps/documents/locale/sl_SI/LC_MESSAGES/django.po index ad31cc159c..8affb1d104 100644 --- a/apps/documents/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/documents/locale/sl_SI/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-12-12 01:48-0400\n" -"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"PO-Revision-Date: 2012-12-27 08:29+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" "MIME-Version: 1.0\n" diff --git a/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo b/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..7ebedb637f Binary files /dev/null and b/apps/documents/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/vi_VN/LC_MESSAGES/django.po b/apps/documents/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..834cf04c23 --- /dev/null +++ b/apps/documents/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,1109 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"PO-Revision-Date: 2013-01-22 07:14+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:62 +msgid "all documents" +msgstr "Tất cả tài liệu" + +#: __init__.py:63 models.py:657 views.py:872 +msgid "recent documents" +msgstr "Tài liệu gần đây" + +#: __init__.py:64 +msgid "upload new documents" +msgstr "upload tài liệu mới" + +#: __init__.py:65 +msgid "clone metadata" +msgstr "Nhân bản metadata" + +#: __init__.py:66 +msgid "details" +msgstr "Chi tiết" + +#: __init__.py:67 +msgid "properties" +msgstr "Tính chất" + +#: __init__.py:68 __init__.py:69 __init__.py:91 __init__.py:115 +#: __init__.py:121 +msgid "delete" +msgstr "Xóa" + +#: __init__.py:70 __init__.py:90 __init__.py:114 __init__.py:120 +msgid "edit" +msgstr "Sửa" + +#: __init__.py:71 +msgid "preview" +msgstr "Xem trước" + +#: __init__.py:72 __init__.py:73 __init__.py:74 +msgid "download" +msgstr "Tải xuống" + +#: __init__.py:75 +msgid "find duplicates" +msgstr "Tìm sự trùng lặp" + +#: __init__.py:76 +msgid "find all duplicates" +msgstr "Tìm tất cả trùng lặp" + +#: __init__.py:76 +msgid "" +"Search all the documents' checksums and return a list of the exact matches." +msgstr "" + +#: __init__.py:77 +msgid "update office documents' page count" +msgstr "" + +#: __init__.py:77 +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 "" + +#: __init__.py:78 __init__.py:79 +msgid "clear transformations" +msgstr "" + +#: __init__.py:80 +msgid "print" +msgstr "In" + +#: __init__.py:81 +msgid "history" +msgstr "Quá khứ" + +#: __init__.py:82 +msgid "Find missing document files" +msgstr "Tìm các file tài liệu bị mất" + +#: __init__.py:85 +msgid "Clear the document image cache" +msgstr "Xóa bộ nhớ tạm ảnh tài liệu" + +#: __init__.py:85 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + +#: __init__.py:88 +msgid "page transformations" +msgstr "" + +#: __init__.py:89 +msgid "create new transformation" +msgstr "" + +#: __init__.py:93 +msgid "page image" +msgstr "" + +#: __init__.py:94 +msgid "page text" +msgstr "" + +#: __init__.py:95 +msgid "edit page text" +msgstr "" + +#: __init__.py:96 +msgid "next page" +msgstr "Trang tiếp" + +#: __init__.py:97 +msgid "previous page" +msgstr "Trang trước" + +#: __init__.py:98 +msgid "first page" +msgstr "Trang đầu" + +#: __init__.py:99 +msgid "last page" +msgstr "Trang cuối" + +#: __init__.py:100 +msgid "zoom in" +msgstr "Phóng to" + +#: __init__.py:101 +msgid "zoom out" +msgstr "Thu nhỏ" + +#: __init__.py:102 +msgid "rotate right" +msgstr "Quay phải" + +#: __init__.py:103 +msgid "rotate left" +msgstr "Quay trái" + +#: __init__.py:104 +msgid "reset view" +msgstr "" + +#: __init__.py:107 +msgid "versions" +msgstr "các phiên bản" + +#: __init__.py:108 +msgid "revert" +msgstr "" + +#: __init__.py:111 +msgid "document type list" +msgstr "dDanh sách kiểu tài liệu" + +#: __init__.py:112 views.py:1051 +msgid "document types" +msgstr "kiểu tài liệu" + +#: __init__.py:113 +msgid "documents of this type" +msgstr "Ccác tài liệu có kiểu này" + +#: __init__.py:116 views.py:1162 +msgid "create document type" +msgstr "tTạo kiểu tài liệu" + +#: __init__.py:118 +msgid "filenames" +msgstr "tên file" + +#: __init__.py:119 +msgid "add filename to document type" +msgstr "" + +#: __init__.py:161 permissions.py:7 +msgid "Documents" +msgstr "Tài liệu" + +#: __init__.py:163 __init__.py:173 models.py:96 views.py:79 +msgid "documents" +msgstr "Tài liệu" + +#: __init__.py:166 +msgid "thumbnail" +msgstr "" + +#: events.py:5 +msgid "Document creation" +msgstr "Tạo tài liệu" + +#: events.py:6 +#, python-format +msgid "Document \"%(content_object)s\" created by %(fullname)s." +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." + +#: events.py:13 +msgid "Document edited" +msgstr "Tài liệu được chỉnh sửa" + +#: events.py:14 +#, python-format +msgid "Document \"%(content_object)s\" edited by %(fullname)s." +msgstr "Tài liệu \"%(content_object)s\" được chỉnh sửa bởi %(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 "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" +msgstr "Tài liệu đã được xóa" + +#: events.py:25 +#, python-format +msgid "Document \"%(document)s\" deleted by %(fullname)s." +msgstr "Tài liệu \"%(document)s\" được xóa bởi %(fullname)s." + +#: events.py:26 +#, python-format +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:65 +msgid "Page image" +msgstr "" + +#: forms.py:75 forms.py:272 +msgid "Contents" +msgstr "Nội dung" + +#: forms.py:111 forms.py:267 +msgid "Page" +msgstr "Trang" + +#: forms.py:123 +msgid "Details" +msgstr "Chi tiết" + +#: forms.py:128 +msgid "Click on the image for full size preview" +msgstr "Click lên ảnh để xem kích thước đầy đủ" + +#: forms.py:138 +#, python-format +msgid "Document pages (%s)" +msgstr "Trang (%s)" + +#: forms.py:164 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:180 +msgid "Quick document rename" +msgstr "Sửa nhanh tên tài liệu" + +#: forms.py:187 +msgid "Version update" +msgstr "Cập nhật phiên bản" + +#: forms.py:192 +msgid "Release level" +msgstr "" + +#: forms.py:198 +msgid "Release level serial" +msgstr "" + +#: forms.py:206 +msgid "Comment" +msgstr "Chú thích" + +#: forms.py:212 +msgid "New document filename" +msgstr "Tên file tài liệu mới" + +#: forms.py:290 +msgid "Page range" +msgstr "Dãy trang" + +#: forms.py:320 +msgid "Compress" +msgstr "Nén" + +#: forms.py:320 +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:321 +msgid "Compressed filename" +msgstr "" + +#: forms.py:321 +msgid "" +"The filename of the compressed file that will contain the documents to be " +"downloaded, if the previous option is selected." +msgstr "" + +#: literals.py:15 +msgid "final" +msgstr "final" + +#: literals.py:16 +msgid "alpha" +msgstr "alpha" + +#: literals.py:17 +msgid "beta" +msgstr "beta" + +#: literals.py:18 +msgid "release candidate" +msgstr "" + +#: literals.py:19 +msgid "hotfix" +msgstr "" + +#: models.py:62 +msgid "name" +msgstr "tên" + +#: models.py:73 models.py:83 models.py:548 views.py:1069 views.py:1098 +#: views.py:1127 views.py:1132 views.py:1175 views.py:1221 views.py:1255 +#: views.py:1296 +msgid "document type" +msgstr "kiểu tài liệu" + +#: models.py:74 +msgid "documents types" +msgstr "các kiểu tài liệu" + +#: models.py:84 +msgid "description" +msgstr "mô tả" + +#: models.py:85 +msgid "added" +msgstr "đã thêm vào" + +#: models.py:95 models.py:313 models.py:646 models.py:661 views.py:227 +#: views.py:351 +msgid "document" +msgstr "tài liệu" + +#: models.py:300 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:301 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:302 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:314 +msgid "mayor" +msgstr "" + +#: models.py:315 +msgid "minor" +msgstr "" + +#: models.py:316 +msgid "micro" +msgstr "" + +#: models.py:317 +msgid "release level" +msgstr "" + +#: models.py:318 +msgid "serial" +msgstr "" + +#: models.py:319 +msgid "timestamp" +msgstr "" + +#: models.py:320 views.py:1361 +msgid "comment" +msgstr "" + +#: models.py:323 +msgid "file" +msgstr "file" + +#: models.py:327 +msgid "checksum" +msgstr "checksum" + +#: models.py:331 models.py:332 models.py:565 +msgid "document version" +msgstr "" + +#: models.py:424 +msgid "" +"This document's file format is not known, the page count has therefore " +"defaulted to 1." +msgstr "định dạng file tài liệu này không xác định, vì vậy số trang được cho mặc định là 1." + +#: models.py:549 views.py:1357 +msgid "filename" +msgstr "tên file" + +#: models.py:550 views.py:1182 +msgid "enabled" +msgstr "đã kích hoạt" + +#: models.py:557 +msgid "document type quick rename filename" +msgstr "sửa tên file kiểu tài liệu" + +#: models.py:558 +msgid "document types quick rename filenames" +msgstr "sửa tên file kiểu tài liệu" + +#: models.py:566 +msgid "content" +msgstr "nội dung" + +#: models.py:567 +msgid "page label" +msgstr "nhãn trang" + +#: models.py:568 +msgid "page number" +msgstr "số trang" + +#: models.py:571 +#, 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:579 models.py:625 +msgid "document page" +msgstr "trang tài liệu" + +#: models.py:580 +msgid "document pages" +msgstr "các trang tài liệu" + +#: models.py:600 +msgid "Enter a valid value." +msgstr "Nhập giá trị hợp lệ" + +#: models.py:626 views.py:450 +msgid "order" +msgstr "thứ tự" + +#: models.py:627 views.py:451 views.py:512 views.py:543 +msgid "transformation" +msgstr "" + +#: models.py:628 views.py:452 +msgid "arguments" +msgstr "" + +#: models.py:628 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "" + +#: models.py:636 +msgid "document page transformation" +msgstr "" + +#: models.py:637 +msgid "document page transformations" +msgstr "" + +#: models.py:645 +msgid "user" +msgstr "người dùng" + +#: models.py:647 +msgid "accessed" +msgstr "đã truy cập" + +#: models.py:656 +msgid "recent document" +msgstr "tài liệu gần đây" + +#: models.py:662 +msgid "Document type" +msgstr "Kiểu tài liệu" + +#: models.py:663 +msgid "MIME type" +msgstr "MIME type" + +#: models.py:664 views.py:132 +msgid "Filename" +msgstr "Tên file" + +#: models.py:665 +msgid "Metadata type" +msgstr "Metadata type" + +#: models.py:666 +msgid "Metadata value" +msgstr "" + +#: models.py:667 +msgid "Content" +msgstr "Nội dung" + +#: models.py:668 +msgid "Description" +msgstr "Mô tả" + +#: models.py:669 +msgid "Tags" +msgstr "Tags" + +#: models.py:670 +msgid "Comments" +msgstr "Chú thích" + +#: permissions.py:9 +msgid "Create documents" +msgstr "Tạo tài liệu" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Sửa tài liệu" + +#: permissions.py:12 +msgid "View documents" +msgstr "Xem tài liệu" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Xóa tài liệu" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Tải xuống tài liệu" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Cài đặt tài liệu" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Sửa kiểu tài liệu" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Xóa kiểu tài liệu" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Tạo kiểu tài liệu" + +#: statistics.py:44 +#, python-format +msgid "Document types: %d" +msgstr "Số kiểu tài liệu: %d" + +#: statistics.py:45 +#, python-format +msgid "Documents in database: %d" +msgstr "Số tài liệu trong cơ sở dữ liệu: %d" + +#: statistics.py:50 +#, python-format +msgid "Documents in storage: %d" +msgstr "" + +#: statistics.py:52 +#, python-format +msgid "" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" +msgstr "" + +#: statistics.py:63 +#, python-format +msgid "Document pages in database: %d" +msgstr "Số trang tài liệu trong cơ sở dữ liệu: %d" + +#: statistics.py:64 +#, python-format +msgid "Minimum amount of pages per document: %d" +msgstr "" + +#: statistics.py:65 +#, python-format +msgid "Maximum amount of pages per document: %d" +msgstr "" + +#: statistics.py:66 +#, python-format +msgid "Average amount of pages per document: %f" +msgstr "" + +#: statistics.py:71 +msgid "Document statistics" +msgstr "Thống kê tài liệu" + +#: views.py:133 +msgid "File mimetype" +msgstr "Kiểu file" + +#: views.py:133 views.py:134 +msgid "None" +msgstr "" + +#: views.py:134 +msgid "File mime encoding" +msgstr "Kiểu mã hóa file" + +#: views.py:135 +msgid "File size" +msgstr "Kích thước file" + +#: views.py:136 +msgid "Exists in storage" +msgstr "" + +#: views.py:137 +msgid "File path in storage" +msgstr "" + +#: views.py:138 +msgid "Date added" +msgstr "Ngày thêm vào" + +#: views.py:139 +msgid "Time added" +msgstr "Thời gian thêm vào" + +#: views.py:140 +msgid "Checksum" +msgstr "" + +#: views.py:141 +msgid "UUID" +msgstr "" + +#: views.py:142 +msgid "Pages" +msgstr "Trang" + +#: views.py:151 +#, python-format +msgid "document properties for: %s" +msgstr "" + +#: views.py:173 +msgid "document data" +msgstr "" + +#: views.py:197 views.py:647 +msgid "Must provide at least one document." +msgstr "Cần cung cấp ít nhất một tài liệu." + +#: views.py:218 +msgid "Document deleted successfully." +msgstr "" + +#: views.py:220 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "" + +#: views.py:235 +#, 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:237 +#, 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:276 +#, python-format +msgid "Document \"%s\" edited successfully." +msgstr "Tài liệu \"%s\" đã được sửa thành công." + +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1341 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "" + +#: views.py:411 +msgid "Return" +msgstr "" + +#: views.py:446 +#, python-format +msgid "transformations for: %s" +msgstr "" + +#: views.py:473 +msgid "Document page transformation created successfully." +msgstr "" + +#: views.py:482 +#, python-format +msgid "Create new transformation for page: %(page)s of document: %(document)s" +msgstr "" + +#: views.py:501 +msgid "Document page transformation edited successfully." +msgstr "" + +#: views.py:514 +#, python-format +msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" +msgstr "" + +#: views.py:534 +msgid "Document page transformation deleted successfully." +msgstr "" + +#: views.py:545 +#, python-format +msgid "" +"Are you sure you wish to delete transformation \"%(transformation)s\" for: " +"%(document_page)s" +msgstr "" + +#: views.py:563 +#, python-format +msgid "duplicates of: %s" +msgstr "" + +#: views.py:575 +msgid "Are you sure you wish to find all duplicates?" +msgstr "" + +#: views.py:576 views.py:634 views.py:702 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:599 +msgid "duplicated documents" +msgstr "" + +#: views.py:625 +#, python-format +msgid "" +"Page count update complete. Documents processed: %(total)d, documents with " +"changed page count: %(change)d" +msgstr "" + +#: views.py:633 +#, python-format +msgid "" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "" + +#: views.py:665 +#, python-format +msgid "" +"All the page transformations for document: %s, have been deleted " +"successfully." +msgstr "" + +#: views.py:667 +#, python-format +msgid "" +"Error deleting the page transformations for document: %(document)s; " +"%(error)s." +msgstr "" + +#: views.py:673 +msgid "document transformation" +msgstr "" + +#: views.py:682 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" +msgstr "" + +#: views.py:684 +#, python-format +msgid "" +"Are you sure you wish to clear all the page transformations for documents: " +"%s?" +msgstr "" + +#: views.py:712 +msgid "missing documents" +msgstr "các tài liệu bị mất" + +#: views.py:728 views.py:770 +#, python-format +msgid "details for: %s" +msgstr "chi tiết của: %s" + +#: views.py:789 +msgid "Document page edited successfully." +msgstr "" + +#: views.py:798 +#, python-format +msgid "edit: %s" +msgstr "" + +#: views.py:815 +msgid "There are no more pages in this document" +msgstr "" + +#: views.py:833 +msgid "You are already at the first page of this document" +msgstr "" + +#: views.py:994 +#, python-format +msgid "print: %s" +msgstr "" + +#: views.py:1067 +#, python-format +msgid "documents of type \"%s\"" +msgstr "" + +#: views.py:1087 +msgid "Document type edited successfully" +msgstr "Kiểu tài liệu sửa thành công" + +#: views.py:1090 +#, python-format +msgid "Error editing document type; %s" +msgstr "Lỗi sửa kiểu tài liệu; %s" + +#: views.py:1095 +#, python-format +msgid "edit document type: %s" +msgstr "sửa kiểu tài liệu: %s" + +#: views.py:1119 +#, python-format +msgid "Document type: %s deleted successfully." +msgstr "Kiểu tài liệu: %s xóa thành công." + +#: views.py:1121 +#, 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:1136 +#, 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:1137 +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:1153 +msgid "Document type created successfully" +msgstr "Kiểu tài liệu được tạo thành công." + +#: views.py:1156 +#, python-format +msgid "Error creating document type; %(error)s" +msgstr "Lỗi tạo kiểu tài liệu; %(error)s" + +#: views.py:1174 +#, python-format +msgid "filenames for document type: %s" +msgstr "các tên file cho kiểu tài liệu: %s" + +#: views.py:1205 +msgid "Document type filename edited successfully" +msgstr "Tên file kiểu tài liệu sửa thành công" + +#: views.py:1208 +#, 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:1213 +#, python-format +msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" +msgstr "sửa tên file \"%(filename)s\" từ kiểu tài liệu \"%(document_type)s\"" + +#: views.py:1222 views.py:1248 views.py:1256 +msgid "document type filename" +msgstr "tên file kiểu tài liệu" + +#: views.py:1240 +#, 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:1242 +#, 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:1258 +#, 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\"?" + +#: views.py:1283 +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:1286 +#, 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:1292 +#, python-format +msgid "create filename for document type: %s" +msgstr "tạo tên file cho kiểu tài liệu: %s" + +#: views.py:1310 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1312 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1318 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1335 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1345 +msgid "time and date" +msgstr "" + +#: views.py:1349 +msgid "mimetype" +msgstr "" + +#: views.py:1353 +msgid "encoding" +msgstr "" + +#: views.py:1384 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1386 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1393 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1394 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 +msgid "document page image" +msgstr "" + +#: wizards.py:36 +msgid "step 1 of 3: Document type" +msgstr "bước 1/3: Kiểu tài liệu" + +#: wizards.py:37 +msgid "step 2 of 3: Metadata selection" +msgstr "bước 2/3: chọn Metadata" + +#: wizards.py:38 +msgid "step 3 of 3: Document metadata" +msgstr "bước 3/3: metadata của Tài liệu" + +#: wizards.py:46 +msgid "Next step" +msgstr "Bước tiếp theo" + +#: conf/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." + +#: conf/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." + +#: conf/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." + +#: conf/settings.py:41 +msgid "" +"Minimum amount in percent (%) to allow user to zoom out a document page " +"interactively." +msgstr "Số phần trăm nhỏ nhất (%) cho phép người dùng thu nhỏ trang tài liệu." + +#: conf/settings.py:42 +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." + +#: templates/document_types_help.html:3 +msgid "What are document types?" +msgstr "Các kiểu tài liệu nào?" + +#: templates/document_types_help.html:4 +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." +msgstr "" + +#: templates/recent_document_list_help.html:3 +msgid "What are recent documents?" +msgstr "Những tài liệu gần đây?" + +#: templates/recent_document_list_help.html:4 +#, python-format +msgid "" +"Here you will find the latest %(recent_count)s documents you have either " +"created or edited in any way." +msgstr "Ở đây bạn sẽ tìm thấy %(recent_count)s tài liệu gần nhất mà bạn đã tạo hoặc sửa." diff --git a/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..8fa9fe41b1 Binary files /dev/null and b/apps/dynamic_search/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1b08ec214c --- /dev/null +++ b/apps/dynamic_search/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 20:19+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:5 +msgid "search" +msgstr "البحث" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "بحث متقدم" + +#: __init__.py:7 +msgid "search again" +msgstr "البحث مرة أخرى" + +#: forms.py:8 +msgid "Search terms" +msgstr "مصطلحات البحث" + +#: models.py:20 +msgid "user" +msgstr "مستخدم" + +#: models.py:21 +msgid "query" +msgstr "سؤال" + +#: models.py:22 +msgid "datetime created" +msgstr "التاريخ والوقت للانشاء" + +#: models.py:23 +msgid "hits" +msgstr "مشاهدات" + +#: models.py:61 +msgid "recent search" +msgstr "البحث الأخيرة" + +#: models.py:62 +msgid "recent searches" +msgstr "عمليات البحث الأخيرة" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "نتائج البحث، اظهار %(shown_result_count)s من أصل %(result_count)s" + +#: views.py:37 +msgid "results" +msgstr "النتائج" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "خطأ بالبحث: %s" + +#: views.py:60 +msgid "type" +msgstr "نوع" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "البحث" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "أقصى عدد لجلب وعرض نتائج البحث." + +#: conf/settings.py:13 +msgid "Maximum number of search queries to remember per user." +msgstr "الحد الأقصى لعدد طلبات البحث ليتم تذكرها لكل مستخدم." + +#: templates/search_help.html:3 +msgid "Help" +msgstr "مساعدة" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "أدخل كلمات البحث. فقط أول %(search_results_limit)s سيتم اظهارها." + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "نتائج البحث" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "الوقت المنقضي %(time_delta)s ثانية" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "عمليات البحث الأخيرة (الحد الأقصى من %d)" diff --git a/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo index dd9eaf324f..002d3f32f4 100644 Binary files a/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po b/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po index af950656b3..c1fbf1d26b 100644 --- a/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 @@ -32,9 +31,8 @@ msgid "search again" msgstr "търсене отново" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Резултати от търсенето" +msgstr "" #: models.py:20 msgid "user" @@ -66,14 +64,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Резултати от търсенето" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Резултати от търсенето" +msgstr "" #: views.py:60 msgid "type" @@ -101,9 +98,7 @@ msgstr "Помощ" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Въведете желаните думи за търсене, разделени от интервал помежду им. Само " -"на близките %(search_results_limit)s резултата ще бъдат показани." +msgstr "Въведете желаните думи за търсене, разделени от интервал помежду им. Само на близките %(search_results_limit)s резултата ще бъдат показани." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo index e7d1073986..3cb8987301 100644 Binary files a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po index 555da0356b..99df9a6287 100644 --- a/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 @@ -32,9 +31,8 @@ msgid "search again" msgstr "Erneut suchen" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Such-Ergebnisse" +msgstr "" #: models.py:20 msgid "user" @@ -66,14 +64,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Such-Ergebnisse" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Such-Ergebnisse" +msgstr "" #: views.py:60 msgid "type" @@ -101,9 +98,7 @@ msgstr "Hilfe" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die " -"%(search_results_limit)s Ergebnisse werden angezeigt." +msgstr "Die gesuchten Wörter mit Leerzeichen getrennt eingeben. Nur die %(search_results_limit)s Ergebnisse werden angezeigt." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 4846ee55b0..ac8b338cd0 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgstr "" msgid "search" msgstr "" -#: __init__.py:6 views.py:72 +#: __init__.py:6 views.py:83 msgid "advanced search" msgstr "" @@ -33,19 +33,19 @@ msgstr "" msgid "Search terms" msgstr "" -#: models.py:20 +#: models.py:22 msgid "user" msgstr "" -#: models.py:21 +#: models.py:23 msgid "query" msgstr "" -#: models.py:22 +#: models.py:24 msgid "datetime created" msgstr "" -#: models.py:23 +#: models.py:25 msgid "hits" msgstr "" @@ -57,25 +57,20 @@ msgstr "" msgid "recent searches" msgstr "" -#: views.py:33 +#: views.py:49 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" -#: views.py:37 +#: views.py:54 msgid "results" msgstr "" -#: views.py:56 -#, python-format -msgid "Search error: %s" -msgstr "" - -#: views.py:60 +#: views.py:71 msgid "type" msgstr "" -#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: views.py:87 views.py:97 views.py:99 templatetags/search_tags.py:19 #: templatetags/search_tags.py:20 msgid "Search" msgstr "" diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index b4cbc6df2e..7c22635930 100644 Binary files a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index 66fc5bcfcb..295138db8b 100644 --- a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 @@ -99,10 +98,7 @@ msgstr "Ayuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Introduzca las palabras clave de búsqueda que desee separadas por un " -"espacio. Sólo los primeros %(search_results_limit)s resultados estarán " -"disponibles." +msgstr "Introduzca las palabras clave de búsqueda que desee separadas por un espacio. Sólo los primeros %(search_results_limit)s resultados estarán disponibles." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo index cc8204c5ab..c3874e84d7 100644 Binary files a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po index db89f4a0f6..621df07839 100644 --- a/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 21:25+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 @@ -32,9 +31,8 @@ msgid "search again" msgstr "rechercher à nouveau" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Résultats de la recherche" +msgstr "" #: models.py:20 msgid "user" @@ -66,14 +64,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Résultats de la recherche" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Résultats de la recherche" +msgstr "" #: views.py:60 msgid "type" @@ -101,10 +98,7 @@ msgstr "Aide" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Saisissez les mots sur lesquels vous souhaitez faire une recherche, séparés " -"par des espaces. Seuls les %(search_results_limit)s premiers résultats " -"seront disponilbes." +msgstr "Saisissez les mots sur lesquels vous souhaitez faire une recherche, séparés par des espaces. Seuls les %(search_results_limit)s premiers résultats seront disponilbes." #: templates/search_results.html:3 msgid "Search results" @@ -119,31 +113,3 @@ msgstr "Temps écoulé: %(time_delta)s secondes" #, python-format msgid "recent searches (maximum of %d)" msgstr "recherches récentes (maximum de %d)" - -#~ msgid "Update the search index with the most recent modified documents." -#~ msgstr "" -#~ "Metter à jour l'index de recherche avec les documents modifiées le plus " -#~ "récemment." - -#~ msgid "date time" -#~ msgstr "date et heure" - -#~ msgid "indexable object" -#~ msgstr "objet indexable" - -#~ msgid "indexable objects" -#~ msgstr "objets indexables" - -#~ msgid "results for: %s" -#~ msgstr "résultats pour: %s" - -#~ msgid "Searching" -#~ msgstr "Recherche" - -#~ msgid "Interval in second on which to trigger the search index update." -#~ msgstr "" -#~ "Intervalle de déclenchement des mises à jour de l'index de recherche, en " -#~ "secondes" - -#~ msgid "Elapsed time: %(elapsed_time)s seconds" -#~ msgstr "Temps écoulé: %(elapsed_time)s secondes" diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index d1148fb5e9..95e8581f2f 100644 Binary files a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index 0fd235b7ef..bb58bda0f0 100644 --- a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 @@ -33,9 +32,8 @@ msgid "search again" msgstr "cerca ancora" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Risultati della ricerca" +msgstr "" #: models.py:20 msgid "user" @@ -67,14 +65,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Risultati della ricerca" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Risultati della ricerca" +msgstr "" #: views.py:60 msgid "type" @@ -102,9 +99,7 @@ msgstr "Aiuto" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Inserisci le parole da cercare separate da spazzi. Solo i primi " -"%(search_results_limit)s saranno disponibili." +msgstr "Inserisci le parole da cercare separate da spazzi. Solo i primi %(search_results_limit)s saranno disponibili." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo index d0e33559b4..7d5d84bff2 100644 Binary files a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po index cde92c627b..f1eb1156ce 100644 --- a/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/nl_NL/LC_MESSAGES/django.po @@ -1,115 +1,115 @@ # 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 , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-15 14:53+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 msgid "search" -msgstr "" +msgstr "zoeken" #: __init__.py:6 views.py:72 msgid "advanced search" -msgstr "" +msgstr "uitgebreid zoeken" #: __init__.py:7 msgid "search again" -msgstr "" +msgstr "zoek nogmaals" #: forms.py:8 msgid "Search terms" -msgstr "" +msgstr "Zoektermen" #: models.py:20 msgid "user" -msgstr "" +msgstr "gebruiker" #: models.py:21 msgid "query" -msgstr "" +msgstr "'query'" #: models.py:22 msgid "datetime created" -msgstr "" +msgstr "aanmaakdatum en tijd" #: models.py:23 msgid "hits" -msgstr "" +msgstr "resultaten" #: models.py:61 msgid "recent search" -msgstr "" +msgstr "recente zoek-opdracht" #: models.py:62 msgid "recent searches" -msgstr "" +msgstr "recente zoek-opdrachten" #: views.py:33 #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" -msgstr "" +msgstr "resultaten, (toon alleen %(shown_result_count)s van %(result_count)s)" #: views.py:37 msgid "results" -msgstr "" +msgstr "resultaten" #: views.py:56 #, python-format msgid "Search error: %s" -msgstr "" +msgstr "Fout tijdens het zoeken. Foutmelding: %s" #: views.py:60 msgid "type" -msgstr "" +msgstr "soort" #: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 #: templatetags/search_tags.py:20 msgid "Search" -msgstr "" +msgstr "Zoek" #: conf/settings.py:12 msgid "Maximum amount search hits to fetch and display." -msgstr "" +msgstr "Het maximum aantal zoekresultaten." #: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "" +msgstr "Het maximum aantal zoek-opdrachten dat per gebruiker wordt opgeslagen" #: templates/search_help.html:3 msgid "Help" -msgstr "" +msgstr "Help" #: templates/search_help.html:4 #, python-format msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" +msgstr "Voer de gewenste sleutelwoorden in, gescheiden door een spatie. Alleen de eerste %(search_results_limit)s zoekresultaten zullen beschikbaar zijn." #: templates/search_results.html:3 msgid "Search results" -msgstr "" +msgstr "Zoekresultaten" #: templates/search_results.html:19 #, python-format msgid "Elapsed time: %(time_delta)s seconds" -msgstr "" +msgstr "%(time_delta)s seconden verlopen" #: templatetags/search_tags.py:33 #, python-format msgid "recent searches (maximum of %d)" -msgstr "" +msgstr "recente zoek-opdrachten (met maximum van %d)" diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo index 8497368a70..988c417d8a 100644 Binary files a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po index c22ae312c4..9dde8c0f59 100644 --- a/apps/dynamic_search/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:5 msgid "search" @@ -35,9 +33,8 @@ msgid "search again" msgstr "wyszukaj ponownie" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Wynik wyszukiwania" +msgstr "" #: models.py:20 msgid "user" @@ -69,14 +66,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Wynik wyszukiwania" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Wynik wyszukiwania" +msgstr "" #: views.py:60 msgid "type" diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index 96c749cb13..8866ef0be6 100644 Binary files a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index f69151635a..53ec0539af 100644 --- a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 @@ -33,9 +32,8 @@ msgid "search again" msgstr "procurar novamente" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Resultados da pesquisa" +msgstr "" #: models.py:20 msgid "user" @@ -67,14 +65,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Resultados da pesquisa" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Resultados da pesquisa" +msgstr "" #: views.py:60 msgid "type" @@ -102,9 +99,7 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Digite as palavras-chave que deseja procurar separadas por um espaço. " -"Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." +msgstr "Digite as palavras-chave que deseja procurar separadas por um espaço. Apenas os %(search_results_limit)s primeiros resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo index 7583700da1..9526ea452f 100644 Binary files a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po index 31249cde68..e1edefcdb8 100644 --- a/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 @@ -32,9 +31,8 @@ msgid "search again" msgstr "pesquisar novamente" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Resultados da pesquisa" +msgstr "" #: models.py:20 msgid "user" @@ -66,14 +64,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Resultados da pesquisa" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Resultados da pesquisa" +msgstr "" #: views.py:60 msgid "type" @@ -101,9 +98,7 @@ msgstr "Ajuda" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Digite as palavras-chave da pesquisa desejada separadas por um espaço. " -"Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." +msgstr "Digite as palavras-chave da pesquisa desejada separadas por um espaço. Apenas o máximo %(search_results_limit)s resultados estarão disponíveis." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index 7b03aeb82b..a0eb99edce 100644 Binary files a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index 6c4ca22f25..5b6ee2eb69 100644 --- a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -1,23 +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: +# Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:5 msgid "search" @@ -32,9 +31,8 @@ msgid "search again" msgstr "искать ещё раз" #: forms.py:8 -#, fuzzy msgid "Search terms" -msgstr "Результаты поиска" +msgstr "" #: models.py:20 msgid "user" @@ -66,14 +64,13 @@ msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" #: views.py:37 -#, fuzzy msgid "results" -msgstr "Результаты поиска" +msgstr "" #: views.py:56 -#, fuzzy, python-format +#, python-format msgid "Search error: %s" -msgstr "Результаты поиска" +msgstr "" #: views.py:60 msgid "type" @@ -90,9 +87,7 @@ msgstr "" #: conf/settings.py:13 msgid "Maximum number of search queries to remember per user." -msgstr "" -"Максимальное количество поисковых запросов запоминаемых для каждого " -"пользователя." +msgstr "Максимальное количество поисковых запросов запоминаемых для каждого пользователя." #: templates/search_help.html:3 msgid "Help" @@ -103,9 +98,7 @@ msgstr "Помощь" msgid "" "Enter the desired search keywords separated by space. Only the top " "%(search_results_limit)s results will be available." -msgstr "" -"Введите ключевые слова для поиска желаемого через пробел. Только первые " -"%(search_results_limit)s будут доступны." +msgstr "Введите ключевые слова для поиска желаемого через пробел. Только первые %(search_results_limit)s будут доступны." #: templates/search_results.html:3 msgid "Search results" diff --git a/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..06179213bc Binary files /dev/null and b/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po b/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1e6fdc8f2c --- /dev/null +++ b/apps/dynamic_search/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-24 09:02+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:5 +msgid "search" +msgstr "tìm kiếm" + +#: __init__.py:6 views.py:72 +msgid "advanced search" +msgstr "tìm kiếm nâng cao" + +#: __init__.py:7 +msgid "search again" +msgstr "tìm kiếm lại" + +#: forms.py:8 +msgid "Search terms" +msgstr "" + +#: models.py:20 +msgid "user" +msgstr "người dùng" + +#: models.py:21 +msgid "query" +msgstr "truy vấn" + +#: models.py:22 +msgid "datetime created" +msgstr "thời gian tạo" + +#: models.py:23 +msgid "hits" +msgstr "số lần truy cập" + +#: models.py:61 +msgid "recent search" +msgstr "tìm kiếm gần đây" + +#: models.py:62 +msgid "recent searches" +msgstr "tìm kiếm gần đây" + +#: views.py:33 +#, python-format +msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" +msgstr "kết quả, (hiển thị chỉ %(shown_result_count)s của %(result_count)s)" + +#: views.py:37 +msgid "results" +msgstr "kết quả" + +#: views.py:56 +#, python-format +msgid "Search error: %s" +msgstr "Lỗi tìm kiếm: %s" + +#: views.py:60 +msgid "type" +msgstr "" + +#: views.py:76 views.py:86 views.py:88 templatetags/search_tags.py:19 +#: templatetags/search_tags.py:20 +msgid "Search" +msgstr "Tìm kiếm" + +#: conf/settings.py:12 +msgid "Maximum amount search hits to fetch and display." +msgstr "" + +#: conf/settings.py:13 +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" + +#: templates/search_help.html:3 +msgid "Help" +msgstr "Trợ giúp" + +#: templates/search_help.html:4 +#, python-format +msgid "" +"Enter the desired search keywords separated by space. Only the top " +"%(search_results_limit)s results will be available." +msgstr "Nhập các từ phân cách bằng khoảng trắng. Only the top %(search_results_limit)s results will be available." + +#: templates/search_results.html:3 +msgid "Search results" +msgstr "Kết quả tìm kiếm" + +#: templates/search_results.html:19 +#, python-format +msgid "Elapsed time: %(time_delta)s seconds" +msgstr "" + +#: templatetags/search_tags.py:33 +#, python-format +msgid "recent searches (maximum of %d)" +msgstr "Các tìm kiếm gần đây (lớn nhất của %d)" diff --git a/apps/folders/locale/ar/LC_MESSAGES/django.mo b/apps/folders/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..cdb788eb68 Binary files /dev/null and b/apps/folders/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/ar/LC_MESSAGES/django.po b/apps/folders/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a5de8b51aa --- /dev/null +++ b/apps/folders/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,243 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 23:57+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:18 +msgid "folder list" +msgstr "قائمة المجلدات" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "إنشاء مجلد" + +#: __init__.py:20 +msgid "edit" +msgstr "تحرير" + +#: __init__.py:21 +msgid "delete" +msgstr "حذف" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "إزالة من المجلد" + +#: __init__.py:23 +msgid "folder documents" +msgstr "وثائق المجلد" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "إضافة إلى مجلد" + +#: __init__.py:25 +msgid "add to folder" +msgstr "" + +#: __init__.py:26 __init__.py:36 models.py:43 views.py:34 +msgid "folders" +msgstr "المجلدات" + +#: __init__.py:28 +msgid "ACLs" +msgstr "" + +#: forms.py:38 +msgid "Folder" +msgstr "" + +#: models.py:11 +msgid "title" +msgstr "عنوان" + +#: models.py:12 +msgid "user" +msgstr "مستخدم" + +#: models.py:13 +msgid "datetime created" +msgstr "تاريخ و وقت الانشاء" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "ملف" + +#: models.py:48 views.py:209 +msgid "document" +msgstr "وثيقة" + +#: models.py:54 views.py:279 +msgid "folder document" +msgstr "مجلد الوثيقة" + +#: models.py:55 +msgid "folders documents" +msgstr "مجلد الوثائق" + +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 +msgid "created" +msgstr "أنشئت" + +#: views.py:38 +msgid "documents" +msgstr "وثائق" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "تم انشاء المجلد بنجاح" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "مجلد باسم: %s ، موجود مسبقا." + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "المجلد تم تتعديله بنجاح" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "خطأ بتعديل المجلد %s" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "تعديل المجلد %s" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "تم مسح المجلد %s بنجاح" + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "خطأ بمسح المجلد %(folder)s : %(error)s" + +#: views.py:142 +#, python-format +msgid "Are you sure you with to delete the folder: %s?" +msgstr "هل أنت متأكد من حذف المجلد: %s ؟" + +#: views.py:168 +#, python-format +msgid "documents in folder: %s" +msgstr "الوثائق بالمجلد: %s" + +#: views.py:180 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:198 +#, python-format +msgid "Document: %(document)s added to folder: %(folder)s successfully." +msgstr "الوثيقة %(document)s تم اضافتها للمجلد %(folder)s بنجاح" + +#: views.py:201 +#, python-format +msgid "Document: %(document)s is already in folder: %(folder)s." +msgstr "الوثيقة %(document)s موجودة بالمجلد %(folder)s مسبقاً" + +#: views.py:217 +#, python-format +msgid "Add document: %s to folder." +msgstr "" + +#: views.py:219 +#, python-format +msgid "Add documents: %s to folder." +msgstr "" + +#: views.py:237 +#, python-format +msgid "folders containing: %s" +msgstr "المجلد يحتوي: %s" + +#: views.py:253 +msgid "Must provide at least one folder document." +msgstr "يجب أن توفر ما لا يقل عن مجلد واحد." + +#: views.py:271 +#, python-format +msgid "Document: %s removed successfully." +msgstr "الوثيقة %s أزيلت بنجاح" + +#: views.py:273 +#, python-format +msgid "Document: %(document)s delete error: %(error)s" +msgstr "خطأ بمسح الوثيقة %(document)s : %(error)s" + +#: views.py:287 +#, 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:290 +#, python-format +msgid "" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" +msgstr "هل أنت متأكد أنك ترغب في إزالة الوثائق%(documents)s من المجلد \"%(folder)s\"؟" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "What are folders?" + +#: templates/folders_help.html:4 +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." +msgstr "" + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "" diff --git a/apps/folders/locale/bg/LC_MESSAGES/django.mo b/apps/folders/locale/bg/LC_MESSAGES/django.mo index c1a8cd2297..0346cf3b29 100644 Binary files a/apps/folders/locale/bg/LC_MESSAGES/django.mo and b/apps/folders/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/bg/LC_MESSAGES/django.po b/apps/folders/locale/bg/LC_MESSAGES/django.po index 73ab60f2c6..4ba031cbb0 100644 --- a/apps/folders/locale/bg/LC_MESSAGES/django.po +++ b/apps/folders/locale/bg/LC_MESSAGES/django.po @@ -1,23 +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: # Iliya Georgiev , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-15 10:23+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -49,9 +48,8 @@ msgid "add to a folder" msgstr "добавяне към папка" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "добавяне към папка" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -173,9 +171,8 @@ msgid "documents in folder: %s" msgstr "документи в папката: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Трябва да поставите поне един документ в папката." +msgstr "" #: views.py:198 #, python-format @@ -188,14 +185,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s е вече в папка: %(folder)s." #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Добавяне на документ към папка" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Добавяне на документ към папка" +msgstr "" #: views.py:237 #, python-format @@ -221,18 +218,14 @@ msgstr "Документ: %(document)s грешка при изтриване: % 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -244,16 +237,8 @@ msgid "" "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 "" -"Тези папки, могат да бъдат описани също, като потребителски папки. Те са и " -"възможност за индивидуалните потребители да създават техни собствени правила " -"за организиране на документи. Папки създадени от определен потребител, както " -"и документите съдържащи се в тях, не променят папките и документите на " -"другите потребители." +msgstr "Тези папки, могат да бъдат описани също, като потребителски папки. Те са и възможност за индивидуалните потребители да създават техни собствени правила за организиране на документи. Папки създадени от определен потребител, както и документите съдържащи се в тях, не променят папките и документите на другите потребители." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Добавяне на документ към папка" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "добавяне на документ \"%s\" в папка" diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.mo b/apps/folders/locale/de_DE/LC_MESSAGES/django.mo index f7484501ae..69d82fc4ca 100644 Binary files a/apps/folders/locale/de_DE/LC_MESSAGES/django.mo and b/apps/folders/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/de_DE/LC_MESSAGES/django.po b/apps/folders/locale/de_DE/LC_MESSAGES/django.po index 9d066b2ecc..ae92c207cd 100644 --- a/apps/folders/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/folders/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Roberto Rosario , 2012. # Manticor , 2012. +# Roberto Rosario , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:36+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -49,9 +49,8 @@ msgid "add to a folder" msgstr "Füge zu Ordner hinzu" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "Füge zu Ordner hinzu" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -187,14 +186,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Füge Dokument einem Ordner hinzu" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Füge Dokument einem Ordner hinzu" +msgstr "" #: views.py:237 #, python-format @@ -225,8 +224,8 @@ msgstr "" #: views.py:290 #, 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 "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/en/LC_MESSAGES/django.mo b/apps/folders/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/folders/locale/en/LC_MESSAGES/django.mo and b/apps/folders/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index e5af6d1ccf..94a660be52 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/folders/locale/es/LC_MESSAGES/django.mo b/apps/folders/locale/es/LC_MESSAGES/django.mo index d44ef40c7b..273a51ab2e 100644 Binary files a/apps/folders/locale/es/LC_MESSAGES/django.mo and b/apps/folders/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/es/LC_MESSAGES/django.po b/apps/folders/locale/es/LC_MESSAGES/django.po index e8b64ffd1d..904d49b25a 100644 --- a/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/apps/folders/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:09+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -177,8 +176,7 @@ msgstr "Debe proporcionar al menos un documento." #: views.py:198 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." -msgstr "" -"Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." +msgstr "Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." #: views.py:201 #, python-format @@ -219,18 +217,14 @@ msgstr "Documento: %(document)s error de remoción: %(error)s " msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" -msgstr "" -"¿Está seguro que desea remover el documento: %(document)s de la carpeta " -"\"%(folder)s\"?" +msgstr "¿Está seguro que desea remover el documento: %(document)s de la carpeta \"%(folder)s\"?" #: views.py:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -242,12 +236,7 @@ msgid "" "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 "" -"Estas carpetas también se pueden describir como carpetas de usuarios. Son " -"una manera de permitir a usuarios individuales crear sus propios métodos de " -"organización de documentos. Las carpetas creadas por un usuario y los " -"documentos contenidos en ellas no afectan las carpetas de otros usuarios o " -"los documentos." +msgstr "Estas carpetas también se pueden describir como carpetas de usuarios. Son una manera de permitir a usuarios individuales crear sus propios métodos de organización de documentos. Las carpetas creadas por un usuario y los documentos contenidos en ellas no afectan las carpetas de otros usuarios o los documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" diff --git a/apps/folders/locale/fr/LC_MESSAGES/django.mo b/apps/folders/locale/fr/LC_MESSAGES/django.mo index d1814c679e..31bcc0542d 100644 Binary files a/apps/folders/locale/fr/LC_MESSAGES/django.mo and b/apps/folders/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/fr/LC_MESSAGES/django.po b/apps/folders/locale/fr/LC_MESSAGES/django.po index 5796cced3b..2c40c60704 100644 --- a/apps/folders/locale/fr/LC_MESSAGES/django.po +++ b/apps/folders/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:39+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:18 @@ -48,9 +47,8 @@ msgid "add to a folder" msgstr "ajouter à un répertoire" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "ajouter à un répertoire" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -172,9 +170,8 @@ msgid "documents in folder: %s" msgstr "documents du répertoire: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Vous devez fournir au moins un document pour le répertoire." +msgstr "" #: views.py:198 #, python-format @@ -184,18 +181,17 @@ msgstr "Document: %(document)s ajouté avec succès au répertoire: %(folder)s." #: views.py:201 #, 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:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Ajouter un document au répertoire" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Ajouter un document au répertoire" +msgstr "" #: views.py:237 #, python-format @@ -221,18 +217,14 @@ msgstr "Document: %(document)s erreur de suppression: %(error)s" 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -244,16 +236,8 @@ msgid "" "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 "" -"Ces répertoires peuvent également être qualifiés de répertoire " -"utilisateurs. Ils permettent à des utilisateurs particuliers de créer leur " -"propre structure de d'organisation de documents. Les répertoires créés par " -"un utilisateur particulier ainsi que les documents qu'ils contiennent " -"n'affectent en rien les répertoires et documents des autres utilisateurs." +msgstr "Ces répertoires peuvent également être qualifiés de répertoire utilisateurs. Ils permettent à des utilisateurs particuliers de créer leur propre structure de d'organisation de documents. Les répertoires créés par un utilisateur particulier ainsi que les documents qu'ils contiennent n'affectent en rien les répertoires et documents des autres utilisateurs." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Ajouter un document au répertoire" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "ajouter le document \"%s\" à un répertoire" diff --git a/apps/folders/locale/it/LC_MESSAGES/django.mo b/apps/folders/locale/it/LC_MESSAGES/django.mo index c1574fcaaa..220879256a 100644 Binary files a/apps/folders/locale/it/LC_MESSAGES/django.mo and b/apps/folders/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/it/LC_MESSAGES/django.po b/apps/folders/locale/it/LC_MESSAGES/django.po index a41f1cae5f..76e18ac8ef 100644 --- a/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # , 2011. @@ -10,16 +10,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-06-08 07:45+0000\n" -"Last-Translator: Carlo Zanatto <>\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -51,9 +50,8 @@ msgid "add to a folder" msgstr "aggiungi alla cartella" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "aggiungi alla cartella" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -175,15 +173,13 @@ msgid "documents in folder: %s" msgstr "documenti nella cartella: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Devi almeno indicare una cartella documenti." +msgstr "" #: views.py:198 #, 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:201 #, python-format @@ -191,14 +187,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s è già nella cartella: %(folder)s." #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Aggiungi documento alla cartella" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Aggiungi documento alla cartella" +msgstr "" #: views.py:237 #, python-format @@ -224,18 +220,14 @@ msgstr "Documento: %(document)s errore di cancellazione: %(error)s" 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -247,16 +239,8 @@ msgid "" "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 "" -"Queste cartelle possono anche essere considerate come cartelle utente. Sono " -"un modo per consentire agli utenti singoli per creare i propri metodi di " -"organizzazione dei documenti. Cartelle create da un utente e dei documenti " -"contenuti da loro non riguardano tutte le cartelle di altri utenti o " -"documenti." +msgstr "Queste cartelle possono anche essere considerate come cartelle utente. Sono un modo per consentire agli utenti singoli per creare i propri metodi di organizzazione dei documenti. Cartelle create da un utente e dei documenti contenuti da loro non riguardano tutte le cartelle di altri utenti o documenti." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Aggiungi documento alla cartella" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "aggiungo il dcumento\"%s\" alla cartella" diff --git a/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo b/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo index 99bd82ce33..cae5fa60a7 100644 Binary files a/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/folders/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/nl_NL/LC_MESSAGES/django.po b/apps/folders/locale/nl_NL/LC_MESSAGES/django.po index dc6c9301e2..a101b3644d 100644 --- a/apps/folders/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/folders/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2011-09-30 04:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -222,8 +221,8 @@ msgstr "" #: views.py:290 #, 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 "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.mo b/apps/folders/locale/pl/LC_MESSAGES/django.mo index 577a83d5b4..111b66e3f0 100644 Binary files a/apps/folders/locale/pl/LC_MESSAGES/django.mo and b/apps/folders/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/pl/LC_MESSAGES/django.po b/apps/folders/locale/pl/LC_MESSAGES/django.po index 71ff9fa6dd..9dad85b510 100644 --- a/apps/folders/locale/pl/LC_MESSAGES/django.po +++ b/apps/folders/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # mic , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-02-21 15:38+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:18 msgid "folder list" @@ -49,9 +48,8 @@ msgid "add to a folder" msgstr "dodać do folderu" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "dodać do folderu" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -187,14 +185,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Dodaj dokumenty do istniejących folderów" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Dodaj dokumenty do istniejących folderów" +msgstr "" #: views.py:237 #, python-format @@ -225,8 +223,8 @@ msgstr "" #: views.py:290 #, 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 "" #: templates/folders_help.html:3 diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.mo b/apps/folders/locale/pt/LC_MESSAGES/django.mo index 9a80a58ff3..9aeacbd7a0 100644 Binary files a/apps/folders/locale/pt/LC_MESSAGES/django.mo and b/apps/folders/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index fa5164e43a..21a19615d1 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/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: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-02 16:37+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:18 @@ -50,9 +49,8 @@ msgid "add to a folder" msgstr "adicionar a uma pasta" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "adicionar a uma pasta" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -174,9 +172,8 @@ msgid "documents in folder: %s" msgstr "documentos na pasta: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Deve fornecer pelo menos um documento da pasta." +msgstr "" #: views.py:198 #, python-format @@ -189,14 +186,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Adicionar documento a uma pasta" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Adicionar documento a uma pasta" +msgstr "" #: views.py:237 #, python-format @@ -222,18 +219,14 @@ msgstr "Documento: %(document)s erro ao eliminar: %(error)s " 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -245,16 +238,8 @@ msgid "" "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 "" -"Estas pastas também podem ser descritas como pastas de utilizador. Elas " -"permitem que utilizadores individuais criem os seus próprios métodos de " -"organização de documentos. Pastas criadas por um utilizador e os documentos " -"nelas contidos não afetam quaisquer pastas ou documentos de outros " -"utilizadores." +msgstr "Estas pastas também podem ser descritas como pastas de utilizador. Elas permitem que utilizadores individuais criem os seus próprios métodos de organização de documentos. Pastas criadas por um utilizador e os documentos nelas contidos não afetam quaisquer pastas ou documentos de outros utilizadores." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Adicionar documento a uma pasta" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "adicionar documento \"%s\" a uma pasta" diff --git a/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo b/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo index 9693d59e6a..bb258f3832 100644 Binary files a/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/folders/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/pt_BR/LC_MESSAGES/django.po b/apps/folders/locale/pt_BR/LC_MESSAGES/django.po index 3528d6837c..f93b55c71f 100644 --- a/apps/folders/locale/pt_BR/LC_MESSAGES/django.po +++ b/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: # , 2012. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-11-29 14:50+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:18 @@ -50,9 +49,8 @@ msgid "add to a folder" msgstr "adicionar a uma pasta" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "adicionar a uma pasta" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -174,9 +172,8 @@ msgid "documents in folder: %s" msgstr "documentos na pasta: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Deve fornecer pelo menos um documento da pasta." +msgstr "" #: views.py:198 #, python-format @@ -189,14 +186,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Adicionar documento à uma pasta" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Adicionar documento à uma pasta" +msgstr "" #: views.py:237 #, python-format @@ -222,18 +219,14 @@ msgstr "Documento: %(document)s erro ao deletar: %(error)s " 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -245,16 +238,8 @@ msgid "" "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 "" -"Estas pastas também podem ser descritas como pastas de usuário. Elas são uma " -"maneira de permitir que os usuários individuais criem os seus próprios " -"métodos de organização do documento. Pastas criadas por um usuário e os " -"documentos contidos nelas não afetam todas as pastas de outros usuários ou " -"documentos." +msgstr "Estas pastas também podem ser descritas como pastas de usuário. Elas são uma maneira de permitir que os usuários individuais criem os seus próprios métodos de organização do documento. Pastas criadas por um usuário e os documentos contidos nelas não afetam todas as pastas de outros usuários ou documentos." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Adicionar documento à uma pasta" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "adicionar documento \"%s\" à uma pasta" diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index fda497464a..7682a197c4 100644 Binary files a/apps/folders/locale/ru/LC_MESSAGES/django.mo and b/apps/folders/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.po b/apps/folders/locale/ru/LC_MESSAGES/django.po index 91f092ab81..b329bd3296 100644 --- a/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-02-03 06:38+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:05+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:18 msgid "folder list" @@ -49,9 +47,8 @@ msgid "add to a folder" msgstr "добавить в папку" #: __init__.py:25 -#, fuzzy msgid "add to folder" -msgstr "добавить в папку" +msgstr "" #: __init__.py:26 __init__.py:36 models.py:43 views.py:34 msgid "folders" @@ -173,9 +170,8 @@ msgid "documents in folder: %s" msgstr "документы в папке: %s" #: views.py:180 -#, fuzzy msgid "Must provide at least one document." -msgstr "Должна быть хотя бы одна папка документов." +msgstr "" #: views.py:198 #, python-format @@ -188,14 +184,14 @@ msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s is already in folder: %(folder)s." #: views.py:217 -#, fuzzy, python-format +#, python-format msgid "Add document: %s to folder." -msgstr "Добавить документ в папку" +msgstr "" #: views.py:219 -#, fuzzy, python-format +#, python-format msgid "Add documents: %s to folder." -msgstr "Добавить документ в папку" +msgstr "" #: views.py:237 #, python-format @@ -221,18 +217,14 @@ msgstr "Документ:%(document)s ошибка удаления: %(error)s" 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:290 #, 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\"?" #: templates/folders_help.html:3 msgid "What are folders?" @@ -244,14 +236,8 @@ msgid "" "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 "" -"Эти папки можно описать как пользовательские папки. Они позволяют отдельным " -"пользователям хранить папки ао своему. Папки, созданные одним пользователем " -"и документы, содержащиеся в них, не влияют других пользователей." +msgstr "Эти папки можно описать как пользовательские папки. Они позволяют отдельным пользователям хранить папки ао своему. Папки, созданные одним пользователем и документы, содержащиеся в них, не влияют других пользователей." #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Добавить документ в папку" - -#~ msgid "add document \"%s\" to a folder" -#~ msgstr "добавить документ \"%s\" в папку" diff --git a/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo b/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..994b056ef8 Binary files /dev/null and b/apps/folders/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/vi_VN/LC_MESSAGES/django.po b/apps/folders/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c2138d6615 --- /dev/null +++ b/apps/folders/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,243 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-24 08:54+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:18 +msgid "folder list" +msgstr "danh sách thư mục" + +#: __init__.py:19 views.py:77 +msgid "create folder" +msgstr "tạo thư mục" + +#: __init__.py:20 +msgid "edit" +msgstr "sửa" + +#: __init__.py:21 +msgid "delete" +msgstr "xóa" + +#: __init__.py:22 +msgid "remove from folder" +msgstr "xóa từ thư mục" + +#: __init__.py:23 +msgid "folder documents" +msgstr "các tài liệu thư mục" + +#: __init__.py:24 +msgid "add to a folder" +msgstr "thêm vào thư mục" + +#: __init__.py:25 +msgid "add to folder" +msgstr "thêm vào thư mục" + +#: __init__.py:26 __init__.py:36 models.py:43 views.py:34 +msgid "folders" +msgstr "các thư mục" + +#: __init__.py:28 +msgid "ACLs" +msgstr "ACLs" + +#: forms.py:38 +msgid "Folder" +msgstr "Thư mục" + +#: models.py:11 +msgid "title" +msgstr "tiêu đề" + +#: models.py:12 +msgid "user" +msgstr "người dùng" + +#: models.py:13 +msgid "datetime created" +msgstr "thời gian tạo" + +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 +msgid "folder" +msgstr "thư mục" + +#: models.py:48 views.py:209 +msgid "document" +msgstr "tài liệu" + +#: models.py:54 views.py:279 +msgid "folder document" +msgstr "thư mục tài liệu" + +#: models.py:55 +msgid "folders documents" +msgstr "các thư mục tài liệu" + +#: permissions.py:7 +msgid "Folders" +msgstr "Các thư mục" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "Tạo các thư mục mới" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "Sửa các thư mục mới" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "Xóa các thư mục mới" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "Xóa các tài liệu từ các thư mục" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "Xem các thư mục đang có" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "Thêm tài liệu vào các thư mục đang có" + +#: views.py:37 +msgid "created" +msgstr "đã tạo" + +#: views.py:38 +msgid "documents" +msgstr "tài liệu" + +#: views.py:69 +msgid "Folder created successfully" +msgstr "Thư mục tạo thành công" + +#: views.py:72 +#, python-format +msgid "A folder named: %s, already exists." +msgstr "Thư mục tên: %s, đã tồn tại." + +#: views.py:97 +msgid "Folder edited successfully" +msgstr "Thư mục đã sửa thành công" + +#: views.py:100 +#, python-format +msgid "Error editing folder; %s" +msgstr "Lỗi sửa thư mục; %s" + +#: views.py:105 +#, python-format +msgid "edit folder: %s" +msgstr "sửa thư mục: %s" + +#: views.py:129 +#, python-format +msgid "Folder: %s deleted successfully." +msgstr "Thư mục: %s đã xóa thành công." + +#: views.py:131 +#, python-format +msgid "Folder: %(folder)s delete error: %(error)s" +msgstr "Thư mục: %(folder)s lỗi xóa: %(error)s" + +#: views.py:142 +#, 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:168 +#, python-format +msgid "documents in folder: %s" +msgstr "các tài liệu trong thư mục: %s" + +#: views.py:180 +msgid "Must provide at least one document." +msgstr "Cần cung cấp ít nhất một tài liệu." + +#: views.py:198 +#, 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:201 +#, 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:217 +#, python-format +msgid "Add document: %s to folder." +msgstr "Thêm tài liệu: %s vào thư mục." + +#: views.py:219 +#, python-format +msgid "Add documents: %s to folder." +msgstr "Thêm tài liệu: %s vào thư mục." + +#: views.py:237 +#, python-format +msgid "folders containing: %s" +msgstr "các thư mục chứa: %s" + +#: views.py:253 +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:271 +#, python-format +msgid "Document: %s removed successfully." +msgstr "Tài liệu: %s đã xóa thành công." + +#: views.py:273 +#, 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:287 +#, 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\"?" + +#: views.py:290 +#, 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\"?" + +#: templates/folders_help.html:3 +msgid "What are folders?" +msgstr "Các thư mục nào?" + +#: templates/folders_help.html:4 +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." +msgstr "" + +#: templatetags/folder_tags.py:17 +msgid "Add document to a folder" +msgstr "Thêm tài liệu vào thư mục" diff --git a/apps/history/locale/ar/LC_MESSAGES/django.mo b/apps/history/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..24e85248e9 Binary files /dev/null and b/apps/history/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/ar/LC_MESSAGES/django.po b/apps/history/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..3200abf6f6 --- /dev/null +++ b/apps/history/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,121 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2011-09-30 04:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "" + +#: __init__.py:21 +msgid "type" +msgstr "" + +#: __init__.py:25 +msgid "summary" +msgstr "" + +#: links.py:7 models.py:78 +msgid "history" +msgstr "" + +#: links.py:8 +msgid "details" +msgstr "" + +#: models.py:18 +msgid "namespace" +msgstr "" + +#: models.py:19 +msgid "name" +msgstr "" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "" + +#: models.py:35 +msgid "history types" +msgstr "" + +#: models.py:39 +msgid "date time" +msgstr "" + +#: models.py:44 +msgid "dictionary" +msgstr "" + +#: models.py:79 +msgid "histories" +msgstr "" + +#: permissions.py:7 +msgid "History" +msgstr "" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:37 +msgid "history events" +msgstr "" + +#: views.py:40 +msgid "object link" +msgstr "" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "" + +#: views.py:86 +msgid "Date" +msgstr "" + +#: views.py:87 +msgid "Time" +msgstr "" + +#: views.py:88 +msgid "Object" +msgstr "" + +#: views.py:89 +msgid "Event type" +msgstr "" + +#: views.py:90 +msgid "Additional details" +msgstr "" + +#: views.py:90 +msgid "None" +msgstr "" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "" diff --git a/apps/history/locale/bg/LC_MESSAGES/django.mo b/apps/history/locale/bg/LC_MESSAGES/django.mo index 05536e75df..0b8beec947 100644 Binary files a/apps/history/locale/bg/LC_MESSAGES/django.mo and b/apps/history/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/bg/LC_MESSAGES/django.po b/apps/history/locale/bg/LC_MESSAGES/django.po index faa8e7a3ee..b121c137f0 100644 --- a/apps/history/locale/bg/LC_MESSAGES/django.po +++ b/apps/history/locale/bg/LC_MESSAGES/django.po @@ -1,22 +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: # Pavlin Koldamov , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-06 09:08+0000\n" -"Last-Translator: koldo \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Last-Translator: Pavlin Koldamov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.mo b/apps/history/locale/de_DE/LC_MESSAGES/django.mo index 6d23ada273..cf6c82462d 100644 Binary files a/apps/history/locale/de_DE/LC_MESSAGES/django.mo and b/apps/history/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/de_DE/LC_MESSAGES/django.po b/apps/history/locale/de_DE/LC_MESSAGES/django.po index 21caf54e3b..6f56288838 100644 --- a/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/history/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +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: +# , 2012. # Tetja Rediske , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/en/LC_MESSAGES/django.mo b/apps/history/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/history/locale/en/LC_MESSAGES/django.mo and b/apps/history/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index e597f49358..55213be45c 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/history/locale/es/LC_MESSAGES/django.mo b/apps/history/locale/es/LC_MESSAGES/django.mo index abb9344910..229d19e2ea 100644 Binary files a/apps/history/locale/es/LC_MESSAGES/django.mo and b/apps/history/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/es/LC_MESSAGES/django.po b/apps/history/locale/es/LC_MESSAGES/django.po index cd486b2558..11b20566ad 100644 --- a/apps/history/locale/es/LC_MESSAGES/django.po +++ b/apps/history/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-06-17 22:24+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/fr/LC_MESSAGES/django.mo b/apps/history/locale/fr/LC_MESSAGES/django.mo index c30b4d28de..2679fcef66 100644 Binary files a/apps/history/locale/fr/LC_MESSAGES/django.mo and b/apps/history/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/fr/LC_MESSAGES/django.po b/apps/history/locale/fr/LC_MESSAGES/django.po index 7c5d86bafd..5ad2521507 100644 --- a/apps/history/locale/fr/LC_MESSAGES/django.po +++ b/apps/history/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-28 15:48+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/it/LC_MESSAGES/django.mo b/apps/history/locale/it/LC_MESSAGES/django.mo index 8703e8f72f..0e28822972 100644 Binary files a/apps/history/locale/it/LC_MESSAGES/django.mo and b/apps/history/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/it/LC_MESSAGES/django.po b/apps/history/locale/it/LC_MESSAGES/django.po index 60ae47278c..49103666dc 100644 --- a/apps/history/locale/it/LC_MESSAGES/django.po +++ b/apps/history/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/nl_NL/LC_MESSAGES/django.mo b/apps/history/locale/nl_NL/LC_MESSAGES/django.mo index 6269dbe871..982273296e 100644 Binary files a/apps/history/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/history/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/nl_NL/LC_MESSAGES/django.po b/apps/history/locale/nl_NL/LC_MESSAGES/django.po index c26b8ea39a..c8f1ed24d6 100644 --- a/apps/history/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/history/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2011-09-30 04:56+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/pl/LC_MESSAGES/django.mo b/apps/history/locale/pl/LC_MESSAGES/django.mo index f77f90e2e3..2e9b187458 100644 Binary files a/apps/history/locale/pl/LC_MESSAGES/django.mo and b/apps/history/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/pl/LC_MESSAGES/django.po b/apps/history/locale/pl/LC_MESSAGES/django.po index 40841fdbef..19c53c3895 100644 --- a/apps/history/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:17 msgid "date and time" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index 46d4217eb1..b3b952adfe 100644 Binary files a/apps/history/locale/pt/LC_MESSAGES/django.mo and b/apps/history/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index b45be05b6c..209bded1d8 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# , 2011. # Emerson Soares , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-05 19:38+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.mo b/apps/history/locale/pt_BR/LC_MESSAGES/django.mo index 774d163050..2f18af8c37 100644 Binary files a/apps/history/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/history/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/pt_BR/LC_MESSAGES/django.po b/apps/history/locale/pt_BR/LC_MESSAGES/django.po index 8c848556db..ebff8e61fb 100644 --- a/apps/history/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/history/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +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: +# , 2011. # Emerson Soares , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 diff --git a/apps/history/locale/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index 3ae15b6407..49bbcdc44e 100644 Binary files a/apps/history/locale/ru/LC_MESSAGES/django.mo and b/apps/history/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/ru/LC_MESSAGES/django.po b/apps/history/locale/ru/LC_MESSAGES/django.po index f0538cc151..31d2c88788 100644 --- a/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/apps/history/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-10-09 11:53+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:17 msgid "date and time" @@ -26,7 +24,7 @@ msgstr "дата и время" #: __init__.py:21 msgid "type" -msgstr "" +msgstr "тип" #: __init__.py:25 msgid "summary" @@ -38,7 +36,7 @@ msgstr "история" #: links.py:8 msgid "details" -msgstr "" +msgstr "детали" #: models.py:18 msgid "namespace" @@ -82,7 +80,7 @@ msgstr "события" #: views.py:40 msgid "object link" -msgstr "" +msgstr "ссылка на объект" #: views.py:68 #, python-format @@ -107,11 +105,11 @@ msgstr "Тип события" #: views.py:90 msgid "Additional details" -msgstr "" +msgstr "Дополнительная информация" #: views.py:90 msgid "None" -msgstr "" +msgstr "Нет" #: views.py:94 #, python-format @@ -121,4 +119,4 @@ msgstr "подробности: %s" #: views.py:106 #, python-format msgid "history events of type: %s" -msgstr "" +msgstr "История событий типа %s" diff --git a/apps/history/locale/sl_SI/LC_MESSAGES/django.po b/apps/history/locale/sl_SI/LC_MESSAGES/django.po index a0e58a720e..d9d13bad76 100644 --- a/apps/history/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/history/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2011-09-30 04:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -29,11 +29,11 @@ msgstr "" msgid "summary" msgstr "" -#: links.py:9 models.py:73 +#: links.py:7 models.py:78 msgid "history" msgstr "" -#: links.py:10 +#: links.py:8 msgid "details" msgstr "" @@ -61,7 +61,7 @@ msgstr "" msgid "dictionary" msgstr "" -#: models.py:74 +#: models.py:79 msgid "histories" msgstr "" diff --git a/apps/history/locale/vi_VN/LC_MESSAGES/django.mo b/apps/history/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..3bf8ca71cf Binary files /dev/null and b/apps/history/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/vi_VN/LC_MESSAGES/django.po b/apps/history/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..66b0dd9253 --- /dev/null +++ b/apps/history/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,122 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 00:48+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:17 +msgid "date and time" +msgstr "ngày và giờ" + +#: __init__.py:21 +msgid "type" +msgstr "loại" + +#: __init__.py:25 +msgid "summary" +msgstr "tóm tắt" + +#: links.py:7 models.py:78 +msgid "history" +msgstr "quá khứ" + +#: links.py:8 +msgid "details" +msgstr "chi tiết" + +#: models.py:18 +msgid "namespace" +msgstr "namespace" + +#: models.py:19 +msgid "name" +msgstr "tên" + +#: models.py:34 models.py:43 +msgid "history type" +msgstr "loại quá khứ" + +#: models.py:35 +msgid "history types" +msgstr "các loại quá khứ" + +#: models.py:39 +msgid "date time" +msgstr "ngày giờ" + +#: models.py:44 +msgid "dictionary" +msgstr "từ điển" + +#: models.py:79 +msgid "histories" +msgstr "quá khứ" + +#: permissions.py:7 +msgid "History" +msgstr "Quá khứ" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "Truy cập thông tin quá khứ của một đối tượng" + +#: views.py:37 +msgid "history events" +msgstr "các sự kiện quá khứ" + +#: views.py:40 +msgid "object link" +msgstr "liên kết đối tượng" + +#: views.py:68 +#, python-format +msgid "history events for: %s" +msgstr "các sự kiện quá khứ cho: %s" + +#: views.py:86 +msgid "Date" +msgstr "Ngày" + +#: views.py:87 +msgid "Time" +msgstr "Giờ" + +#: views.py:88 +msgid "Object" +msgstr "Đối tượng" + +#: views.py:89 +msgid "Event type" +msgstr "Loại sự kiện" + +#: views.py:90 +msgid "Additional details" +msgstr "chi tiết bổ sung" + +#: views.py:90 +msgid "None" +msgstr "None" + +#: views.py:94 +#, python-format +msgid "details for: %s" +msgstr "chi tiết cho: %s" + +#: views.py:106 +#, python-format +msgid "history events of type: %s" +msgstr "loại sự kiện quá khứ: %s" diff --git a/apps/installation/locale/ar/LC_MESSAGES/django.mo b/apps/installation/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..c6f708f87d Binary files /dev/null and b/apps/installation/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/ar/LC_MESSAGES/django.po b/apps/installation/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1875d1fe55 --- /dev/null +++ b/apps/installation/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,162 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-06-17 22:18+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: links.py:7 models.py:194 +msgid "installation details" +msgstr "" + +#: models.py:68 models.py:75 +msgid "LSB OS" +msgstr "" + +#: models.py:69 +msgid "Distributor ID" +msgstr "" + +#: models.py:70 +msgid "Description" +msgstr "" + +#: models.py:71 +msgid "Release" +msgstr "" + +#: models.py:72 +msgid "Codename" +msgstr "" + +#: models.py:73 +msgid "System info" +msgstr "" + +#: models.py:77 +msgid "OS architecture" +msgstr "" + +#: models.py:78 +msgid "Python version" +msgstr "" + +#: models.py:79 +msgid "Hostname" +msgstr "" + +#: models.py:80 +msgid "Platform" +msgstr "" + +#: models.py:81 +msgid "Machine" +msgstr "" + +#: models.py:82 +msgid "Processor" +msgstr "" + +#: models.py:83 +msgid "Number of CPUs" +msgstr "" + +#: models.py:84 +msgid "Total physical memory" +msgstr "" + +#: models.py:85 +msgid "Disk partitions" +msgstr "" + +#: models.py:89 models.py:91 models.py:93 +msgid "tesseract version" +msgstr "" + +#: models.py:91 models.py:99 models.py:107 +msgid "not found" +msgstr "" + +#: models.py:93 models.py:101 models.py:109 +msgid "error getting version" +msgstr "" + +#: models.py:97 models.py:99 models.py:101 +msgid "unpaper version" +msgstr "" + +#: models.py:105 models.py:107 models.py:109 +msgid "pdftotext version" +msgstr "" + +#: models.py:111 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:112 +msgid "Installed via fabfile" +msgstr "" + +#: models.py:117 models.py:121 +msgid "Running from a Git repository" +msgstr "" + +#: models.py:122 +msgid "Repository remotes" +msgstr "" + +#: models.py:123 +msgid "Repository remotes URLs" +msgstr "" + +#: models.py:124 +msgid "Branch" +msgstr "" + +#: models.py:125 +msgid "HEAD commit hex SHA" +msgstr "" + +#: models.py:126 +msgid "HEAD commit author" +msgstr "" + +#: models.py:127 +msgid "HEAD commit authored date" +msgstr "" + +#: models.py:128 +msgid "HEAD commit committer" +msgstr "" + +#: models.py:129 +msgid "HEAD commit committed date" +msgstr "" + +#: models.py:130 +msgid "HEAD commit message" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:24 +msgid "Installation environment details" +msgstr "" diff --git a/apps/installation/locale/bg/LC_MESSAGES/django.mo b/apps/installation/locale/bg/LC_MESSAGES/django.mo index 599ee88d2f..4f4976362e 100644 Binary files a/apps/installation/locale/bg/LC_MESSAGES/django.mo and b/apps/installation/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/bg/LC_MESSAGES/django.po b/apps/installation/locale/bg/LC_MESSAGES/django.po index 9fac3fb3d4..8f63b6586a 100644 --- a/apps/installation/locale/bg/LC_MESSAGES/django.po +++ b/apps/installation/locale/bg/LC_MESSAGES/django.po @@ -1,23 +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: # Iliya Georgiev , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-15 10:08+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 @@ -101,9 +100,8 @@ msgid "unpaper version" msgstr "версия на unpaper" #: models.py:105 models.py:107 models.py:109 -#, fuzzy msgid "pdftotext version" -msgstr "tesseract версия" +msgstr "" #: models.py:111 msgid "Mayan EDMS version" diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.mo b/apps/installation/locale/de_DE/LC_MESSAGES/django.mo index f86b766730..eced00ee45 100644 Binary files a/apps/installation/locale/de_DE/LC_MESSAGES/django.mo and b/apps/installation/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/de_DE/LC_MESSAGES/django.po b/apps/installation/locale/de_DE/LC_MESSAGES/django.po index 0d76d11cc4..ba732e9922 100644 --- a/apps/installation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/installation/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +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: # Manticor , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-19 21:55+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 @@ -100,9 +100,8 @@ msgid "unpaper version" msgstr "" #: models.py:105 models.py:107 models.py:109 -#, fuzzy msgid "pdftotext version" -msgstr "Python-Version" +msgstr "" #: models.py:111 msgid "Mayan EDMS version" diff --git a/apps/installation/locale/en/LC_MESSAGES/django.mo b/apps/installation/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/installation/locale/en/LC_MESSAGES/django.mo and b/apps/installation/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/en/LC_MESSAGES/django.po b/apps/installation/locale/en/LC_MESSAGES/django.po index f378382fd9..711a01ad46 100644 --- a/apps/installation/locale/en/LC_MESSAGES/django.po +++ b/apps/installation/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: links.py:7 models.py:194 +#: links.py:7 models.py:195 msgid "installation details" msgstr "" diff --git a/apps/installation/locale/es/LC_MESSAGES/django.mo b/apps/installation/locale/es/LC_MESSAGES/django.mo index 8103c4bda8..ffe9c75016 100644 Binary files a/apps/installation/locale/es/LC_MESSAGES/django.mo and b/apps/installation/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/es/LC_MESSAGES/django.po b/apps/installation/locale/es/LC_MESSAGES/django.po index 71feb231a7..0d4ddbe7af 100644 --- a/apps/installation/locale/es/LC_MESSAGES/django.po +++ b/apps/installation/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:17+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 diff --git a/apps/installation/locale/fr/LC_MESSAGES/django.mo b/apps/installation/locale/fr/LC_MESSAGES/django.mo index 3e9bdf81e5..da6bf49edc 100644 Binary files a/apps/installation/locale/fr/LC_MESSAGES/django.mo and b/apps/installation/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/fr/LC_MESSAGES/django.po b/apps/installation/locale/fr/LC_MESSAGES/django.po index 366fe67dea..4a1780cbb3 100644 --- a/apps/installation/locale/fr/LC_MESSAGES/django.po +++ b/apps/installation/locale/fr/LC_MESSAGES/django.po @@ -1,22 +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: +# , 2012. # PatrickHetu , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 18:06+0000\n" -"Last-Translator: PatrickHetu \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: links.py:7 models.py:194 @@ -100,9 +100,8 @@ msgid "unpaper version" msgstr "Version de unpaper" #: models.py:105 models.py:107 models.py:109 -#, fuzzy msgid "pdftotext version" -msgstr "la version de tesseract" +msgstr "" #: models.py:111 msgid "Mayan EDMS version" @@ -121,9 +120,8 @@ msgid "Repository remotes" msgstr "Dépôt distant" #: models.py:123 -#, fuzzy msgid "Repository remotes URLs" -msgstr "Dépôt distant" +msgstr "" #: models.py:124 msgid "Branch" diff --git a/apps/installation/locale/it/LC_MESSAGES/django.mo b/apps/installation/locale/it/LC_MESSAGES/django.mo index c5ffbaa0c6..3b0074d45f 100644 Binary files a/apps/installation/locale/it/LC_MESSAGES/django.mo and b/apps/installation/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/it/LC_MESSAGES/django.po b/apps/installation/locale/it/LC_MESSAGES/django.po index 0906058aee..b3f6f3591b 100644 --- a/apps/installation/locale/it/LC_MESSAGES/django.po +++ b/apps/installation/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 diff --git a/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo b/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo index 57a4eeaf3d..54e42f8dbb 100644 Binary files a/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/installation/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/nl_NL/LC_MESSAGES/django.po b/apps/installation/locale/nl_NL/LC_MESSAGES/django.po index 5863ad9afd..3aa48d89d8 100644 --- a/apps/installation/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/installation/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.mo b/apps/installation/locale/pl/LC_MESSAGES/django.mo index 4b85f2e04d..325121e7ef 100644 Binary files a/apps/installation/locale/pl/LC_MESSAGES/django.mo and b/apps/installation/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/pl/LC_MESSAGES/django.po b/apps/installation/locale/pl/LC_MESSAGES/django.po index 28695a2354..8d312af734 100644 --- a/apps/installation/locale/pl/LC_MESSAGES/django.po +++ b/apps/installation/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: links.py:7 models.py:194 msgid "installation details" diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.mo b/apps/installation/locale/pt/LC_MESSAGES/django.mo index 23e6b267d3..e517707fae 100644 Binary files a/apps/installation/locale/pt/LC_MESSAGES/django.mo and b/apps/installation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/pt/LC_MESSAGES/django.po b/apps/installation/locale/pt/LC_MESSAGES/django.po index 1feb163686..db14c7b25b 100644 --- a/apps/installation/locale/pt/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 models.py:194 diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo index 332696f26f..2754a9dd62 100644 Binary files a/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/installation/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po index b060413d95..a94679fbe3 100644 --- a/apps/installation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/installation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: links.py:7 models.py:194 diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.mo b/apps/installation/locale/ru/LC_MESSAGES/django.mo index 9f7d22886e..8f99fe914b 100644 Binary files a/apps/installation/locale/ru/LC_MESSAGES/django.mo and b/apps/installation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/ru/LC_MESSAGES/django.po b/apps/installation/locale/ru/LC_MESSAGES/django.po index f1461e2ed5..f275a9f44e 100644 --- a/apps/installation/locale/ru/LC_MESSAGES/django.po +++ b/apps/installation/locale/ru/LC_MESSAGES/django.po @@ -1,95 +1,94 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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:7 models.py:194 msgid "installation details" -msgstr "" +msgstr "Подробности установки " #: models.py:68 models.py:75 msgid "LSB OS" -msgstr "" +msgstr "LSB OS" #: models.py:69 msgid "Distributor ID" -msgstr "" +msgstr "Distributor ID" #: models.py:70 msgid "Description" -msgstr "" +msgstr "Описание" #: models.py:71 msgid "Release" -msgstr "" +msgstr "Релиз" #: models.py:72 msgid "Codename" -msgstr "" +msgstr "Codename" #: models.py:73 msgid "System info" -msgstr "" +msgstr "Информация о системе" #: models.py:77 msgid "OS architecture" -msgstr "" +msgstr "Архитектура ОС" #: models.py:78 msgid "Python version" -msgstr "" +msgstr "Python version" #: models.py:79 msgid "Hostname" -msgstr "" +msgstr "Hostname" #: models.py:80 msgid "Platform" -msgstr "" +msgstr "Platform" #: models.py:81 msgid "Machine" -msgstr "" +msgstr "Machine" #: models.py:82 msgid "Processor" -msgstr "" +msgstr "Процессор" #: models.py:83 msgid "Number of CPUs" -msgstr "" +msgstr "Количество процессоров" #: models.py:84 msgid "Total physical memory" -msgstr "" +msgstr "Всего физической памяти" #: models.py:85 msgid "Disk partitions" -msgstr "" +msgstr "Разделы диска" #: models.py:89 models.py:91 models.py:93 msgid "tesseract version" -msgstr "" +msgstr "tesseract version" #: models.py:91 models.py:99 models.py:107 msgid "not found" -msgstr "" +msgstr "не найдено" #: models.py:93 models.py:101 models.py:109 msgid "error getting version" @@ -97,7 +96,7 @@ msgstr "" #: models.py:97 models.py:99 models.py:101 msgid "unpaper version" -msgstr "" +msgstr "unpaper версия" #: models.py:105 models.py:107 models.py:109 msgid "pdftotext version" @@ -105,19 +104,19 @@ msgstr "" #: models.py:111 msgid "Mayan EDMS version" -msgstr "" +msgstr "Mayan EDMS version" #: models.py:112 msgid "Installed via fabfile" -msgstr "" +msgstr "Installed via fabfile" #: models.py:117 models.py:121 msgid "Running from a Git repository" -msgstr "" +msgstr "Запуск с Git репозитория" #: models.py:122 msgid "Repository remotes" -msgstr "" +msgstr "Repository remotes" #: models.py:123 msgid "Repository remotes URLs" @@ -125,40 +124,40 @@ msgstr "" #: models.py:124 msgid "Branch" -msgstr "" +msgstr "Branch" #: models.py:125 msgid "HEAD commit hex SHA" -msgstr "" +msgstr "HEAD commit hex SHA" #: models.py:126 msgid "HEAD commit author" -msgstr "" +msgstr "HEAD commit author" #: models.py:127 msgid "HEAD commit authored date" -msgstr "" +msgstr "HEAD commit authored date" #: models.py:128 msgid "HEAD commit committer" -msgstr "" +msgstr "HEAD commit committer" #: models.py:129 msgid "HEAD commit committed date" -msgstr "" +msgstr "HEAD commit committed date" #: models.py:130 msgid "HEAD commit message" -msgstr "" +msgstr "HEAD commit message" #: permissions.py:7 msgid "Installation" -msgstr "" +msgstr "установка" #: permissions.py:8 msgid "View installation environment details" -msgstr "" +msgstr "Подробности среды установки" #: views.py:24 msgid "Installation environment details" -msgstr "" +msgstr "Сведения о среде установки" diff --git a/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo b/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..125f5e3117 Binary files /dev/null and b/apps/installation/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/installation/locale/vi_VN/LC_MESSAGES/django.po b/apps/installation/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ccafa7da05 --- /dev/null +++ b/apps/installation/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,162 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-06-17 22:18+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:7 models.py:194 +msgid "installation details" +msgstr "" + +#: models.py:68 models.py:75 +msgid "LSB OS" +msgstr "" + +#: models.py:69 +msgid "Distributor ID" +msgstr "" + +#: models.py:70 +msgid "Description" +msgstr "" + +#: models.py:71 +msgid "Release" +msgstr "" + +#: models.py:72 +msgid "Codename" +msgstr "" + +#: models.py:73 +msgid "System info" +msgstr "" + +#: models.py:77 +msgid "OS architecture" +msgstr "" + +#: models.py:78 +msgid "Python version" +msgstr "" + +#: models.py:79 +msgid "Hostname" +msgstr "" + +#: models.py:80 +msgid "Platform" +msgstr "" + +#: models.py:81 +msgid "Machine" +msgstr "" + +#: models.py:82 +msgid "Processor" +msgstr "" + +#: models.py:83 +msgid "Number of CPUs" +msgstr "" + +#: models.py:84 +msgid "Total physical memory" +msgstr "" + +#: models.py:85 +msgid "Disk partitions" +msgstr "" + +#: models.py:89 models.py:91 models.py:93 +msgid "tesseract version" +msgstr "" + +#: models.py:91 models.py:99 models.py:107 +msgid "not found" +msgstr "" + +#: models.py:93 models.py:101 models.py:109 +msgid "error getting version" +msgstr "" + +#: models.py:97 models.py:99 models.py:101 +msgid "unpaper version" +msgstr "" + +#: models.py:105 models.py:107 models.py:109 +msgid "pdftotext version" +msgstr "" + +#: models.py:111 +msgid "Mayan EDMS version" +msgstr "" + +#: models.py:112 +msgid "Installed via fabfile" +msgstr "" + +#: models.py:117 models.py:121 +msgid "Running from a Git repository" +msgstr "" + +#: models.py:122 +msgid "Repository remotes" +msgstr "" + +#: models.py:123 +msgid "Repository remotes URLs" +msgstr "" + +#: models.py:124 +msgid "Branch" +msgstr "" + +#: models.py:125 +msgid "HEAD commit hex SHA" +msgstr "" + +#: models.py:126 +msgid "HEAD commit author" +msgstr "" + +#: models.py:127 +msgid "HEAD commit authored date" +msgstr "" + +#: models.py:128 +msgid "HEAD commit committer" +msgstr "" + +#: models.py:129 +msgid "HEAD commit committed date" +msgstr "" + +#: models.py:130 +msgid "HEAD commit message" +msgstr "" + +#: permissions.py:7 +msgid "Installation" +msgstr "" + +#: permissions.py:8 +msgid "View installation environment details" +msgstr "" + +#: views.py:24 +msgid "Installation environment details" +msgstr "" diff --git a/apps/linking/locale/ar/LC_MESSAGES/django.mo b/apps/linking/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d803147aeb Binary files /dev/null and b/apps/linking/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/ar/LC_MESSAGES/django.po b/apps/linking/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..368ef40001 --- /dev/null +++ b/apps/linking/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,334 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-25 19:42+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "اجراءات الروابط الذكية" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "الروابط الذكية" + +#: __init__.py:21 +msgid "smart links list" +msgstr "قائمة الروابط الذكية" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "إنشاء ارتباط ذكي جديد" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "تحرير" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "حذف" + +#: __init__.py:26 +msgid "conditions" +msgstr "شروط" + +#: __init__.py:27 +msgid "create condition" +msgstr "انشاء شرط" + +#: __init__.py:31 +msgid "ACLs" +msgstr "قوائم الصلاحيات" + +#: forms.py:48 +msgid "Pages" +msgstr "صفحات" + +#: forms.py:54 +msgid "Select" +msgstr "اختيار" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "اضغط على الصورة لمشاهدة الحجم الكامل للصفحة الأولى." + +#: literals.py:7 +msgid "and" +msgstr "و" + +#: literals.py:8 +msgid "or" +msgstr "أو" + +#: literals.py:12 +msgid "is equal to" +msgstr "يساوي" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "يساوي" + +#: literals.py:14 +msgid "contains" +msgstr "يحتوي" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "يحتوي" + +#: literals.py:16 +msgid "is in" +msgstr "موجود في" + +#: literals.py:17 +msgid "is greater than" +msgstr "أكبر من" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "أكبر من أو يساوي" + +#: literals.py:19 +msgid "is less than" +msgstr "أقل من" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "أقل من أو يساوي" + +#: literals.py:21 +msgid "starts with" +msgstr "يبدأ ب" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "يبدأ ب" + +#: literals.py:23 +msgid "ends with" +msgstr "ينتهي ب" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "ينتهي ب" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "is in regular expression" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "is in regular expression (case insensitive)" + +#: models.py:12 +msgid "title" +msgstr "عنوان" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "عنوان متغير" + +#: models.py:13 models.py:31 +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`." + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "مشغل" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "رابط ذكي" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "يتم تجاهل الإدراج للغرض الأول." + +#: models.py:29 +msgid "foreign document data" +msgstr "foreign document data" + +#: models.py:29 +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.`." + +#: models.py:31 +msgid "expression" +msgstr "expression" + +#: models.py:32 +msgid "negated" +msgstr "negated" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "Inverts the logic of the operator." + +#: models.py:36 +msgid "not" +msgstr "not" + +#: models.py:39 +msgid "link condition" +msgstr "شرط الرابط" + +#: models.py:40 +msgid "link conditions" +msgstr "شروط الرابط" + +#: permissions.py:7 +msgid "Smart links" +msgstr "الروابط الذكية" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "عرض الروابط الذكية" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "إنشاء ارتباطات ذكية جديدة" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "حذف الروابط الذكية" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "تحرير الروابط الذكية" + +#: views.py:41 +msgid "No action selected." +msgstr "لم يتم اختيار اجراء" + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "وثائق في الارتباط الذكي : %(group)s" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "خطأ بالاستعلام عن الرابط الذكي: %s" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "الروابط الذكية (%s)" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "لا توجد هناك روابط ذكية للوثيقة الحالية." + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "تم انشاء الرابط الذكي %s بنجاح" + +#: views.py:159 +msgid "Create new smart link" +msgstr "إنشاء ارتباط ذكي جديد" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "تم تحرير الرابط الذكي %s بنجاح." + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "تحرير الرابط الذكي: %s" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "تم مسح الرابط الذكي %s بنجاح." + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "خطأ بمسح الرابط الذكي: %(smart_link)s; %(error)s." + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "هل أنت متأكد من مسح الرابط الذكي: %s ؟" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "الشروط للرابط الذكي: %s" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "تم انشاء شرط الرابط الذكي \"%s\" بنجاح." + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "أضف شرط جديد للرابط الذكي: \"%s\"" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "تم تعديل شرط الرابط الذكي \"%s\" بنجاح." + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "تحرير شرط الرابط الذكي" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "شرط" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "تم مسح شرط الرابط الذكي \"%s\" بنجاح." + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "خطأ أثناء مسح شرط الرابط الذكي %(smart_link_condition)s; %(error)s." + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "هل أنت متأكد أنك تريد حذف شرط الرابط الذكي: \"%s\"؟" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "أظهر الروابط الذكية التي لا ترجع أية وثائق." + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "ماهي الروابط أو الارتباطات الذكية؟" + +#: templates/smart_links_help.html:4 +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." +msgstr "الروابط أو الارتباطات الذكية هي مجموعة شروط تستخدم للاستعلام بقواعد البيانات باستخدام الوثائق التي يدخلها المستخدم كمصدر للبيانات. نتيجة الاستعلام هي مجموعة وثائق ترتبط بالوثيقة الاصلية مما يسمح للمستخدم بالتنقل بينهم بسهولة." diff --git a/apps/linking/locale/bg/LC_MESSAGES/django.mo b/apps/linking/locale/bg/LC_MESSAGES/django.mo index a3b4eacef1..65aa095fca 100644 Binary files a/apps/linking/locale/bg/LC_MESSAGES/django.mo and b/apps/linking/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/bg/LC_MESSAGES/django.po b/apps/linking/locale/bg/LC_MESSAGES/django.po index f5c9eef14f..162a9a19d6 100644 --- a/apps/linking/locale/bg/LC_MESSAGES/django.po +++ b/apps/linking/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-18 05:33+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.mo b/apps/linking/locale/de_DE/LC_MESSAGES/django.mo index dee7a65b8a..f958a0fa43 100644 Binary files a/apps/linking/locale/de_DE/LC_MESSAGES/django.mo and b/apps/linking/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/de_DE/LC_MESSAGES/django.po b/apps/linking/locale/de_DE/LC_MESSAGES/django.po index 06b325561f..b5ef793b3d 100644 --- a/apps/linking/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/linking/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Manticor , 2012. +# , 2012. # Tilmann Sittig , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:48+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -66,8 +67,7 @@ msgstr "Auswählen" #: forms.py:61 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." #: literals.py:7 msgid "and" @@ -150,10 +150,7 @@ 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 " -"Dokumenteigenschaften 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 Dokumenteigenschaften als Variable `document`. " #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -175,9 +172,7 @@ msgstr "fremde Dokumenten-Daten" 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: " -"`Dokument. `Und` Metadaten. `." +msgstr "Dies stellt die Metadaten aller anderen Dokumenten dar. Verfügbare Objekte: `Dokument. `Und` Metadaten. `." #: models.py:31 msgid "expression" @@ -244,9 +239,7 @@ msgstr "intelligente Verknüpfungen (%s)" #: views.py:112 msgid "There no defined smart links for the current document." -msgstr "" -"Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument " -"definiert." +msgstr "Es sind keine intelligenten Verknüpfungen für das aktuelle Dokument definiert." #: views.py:152 #, python-format @@ -275,15 +268,12 @@ msgstr "intelligente Verknüpfung %s erfolgreich gelöscht." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; " -"%(error)s ." +msgstr "Fehler beim Löschen der intelligenten Verknüpfung: %(smart_link)s ; %(error)s ." #: views.py:213 #, 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:229 #, python-format @@ -322,20 +312,16 @@ msgstr "Bedingung für intelligente Verknüpfung: \"%s\" erfolgreich gelöscht." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." +msgstr "Fehler beim Löschen der Bedingung: %(smart_link_condition)s ; %(error)s ." #: views.py:333 #, python-format msgid "Are you sure you wish to delete smart link condition: \"%s\"?" -msgstr "" -"Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung " -"löschen möchten: \"%s\"?" +msgstr "Sind Sie sicher, dass Sie die Bedingung zur intelligenten Verknüpfung löschen möchten: \"%s\"?" #: conf/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." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -348,12 +334,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument " -"mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so " -"andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in " -"Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen " -"verknüpften Dokumenten einfach zu navigieren." - -#~ msgid "Linking" -#~ msgstr "Verlinken" +msgstr "Intelligente Verknüpfungen sind eine Reihe von Bedingungen, die ein Dokument mit anderen Dokumenten in der Datenbank verknüpfen können. Sie liefern so andere Dokumente, die mit dem Quelldokument in der gewünschten Weise in Beziehung stehen und bieten so dem Benutzer die Möglichkeit, zwischen verknüpften Dokumenten einfach zu navigieren." diff --git a/apps/linking/locale/en/LC_MESSAGES/django.mo b/apps/linking/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/linking/locale/en/LC_MESSAGES/django.mo and b/apps/linking/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index 61e39e81aa..47fe17ab9e 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/linking/locale/es/LC_MESSAGES/django.mo b/apps/linking/locale/es/LC_MESSAGES/django.mo index c22da40914..01cad25ad3 100644 Binary files a/apps/linking/locale/es/LC_MESSAGES/django.mo and b/apps/linking/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/es/LC_MESSAGES/django.po b/apps/linking/locale/es/LC_MESSAGES/django.po index 7a88d57d2e..6df7015fbe 100644 --- a/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/apps/linking/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -65,8 +64,7 @@ msgstr "Seleccionar" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "" -"Haga clic en la imagen para ver el tamaño completo de la primera página." +msgstr "Haga clic en la imagen para ver el tamaño completo de la primera página." #: literals.py:7 msgid "and" @@ -149,10 +147,7 @@ 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 sera evaluada con respecto al documento seleccionado actual. " -"Los metadatos del documento están disponible como variables `metadata` y las " -"propiedades del documento en la variable `document`." +msgstr "Esta expresión sera evaluada con respecto al documento seleccionado actual. Los metadatos del documento están disponible como variables `metadata` y las propiedades del documento en la variable `document`." #: models.py:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,10 +169,7 @@ msgstr "datos de documento foráneo" 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:31 msgid "expression" @@ -273,8 +265,7 @@ msgstr "Enlace inteligente: %s eliminado exitosamente." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." +msgstr "Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s." #: views.py:213 #, python-format @@ -318,20 +309,16 @@ msgstr "Condición de enlace inteligente: \"%s\" ha eliminada exitosamente." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Error al tratar de eliminar la condición de enlace inteligente: " -"%(smart_link_condition)s; %(error)s." +msgstr "Error al tratar de eliminar la condición de enlace inteligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, 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\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." -msgstr "" -"Mostrar enlace inteligente que no devuelven ningun documentos como resultado." +msgstr "Mostrar enlace inteligente que no devuelven ningun documentos como resultado." #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -344,10 +331,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"Enlaces inteligentes son un conjunto de condiciones que se utilizan para " -"consultar la base de datos en relacion al documento actual que el usuario " -"está accediendo, los resultados de estas consultas son una lista de " -"documentos que se relacionan de alguna manera al documento que se muestra y " -"permite a los usuarios la capacidad de navegar entre los documentos " -"vinculados con mucha facilidad." +msgstr "Enlaces inteligentes son un conjunto de condiciones que se utilizan para consultar la base de datos en relacion al documento actual que el usuario está accediendo, los resultados de estas consultas son una lista de documentos que se relacionan de alguna manera al documento que se muestra y permite a los usuarios la capacidad de navegar entre los documentos vinculados con mucha facilidad." diff --git a/apps/linking/locale/fr/LC_MESSAGES/django.mo b/apps/linking/locale/fr/LC_MESSAGES/django.mo index 066fdf0055..2155c00862 100644 Binary files a/apps/linking/locale/fr/LC_MESSAGES/django.mo and b/apps/linking/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/fr/LC_MESSAGES/django.po b/apps/linking/locale/fr/LC_MESSAGES/django.po index ebf7249d9a..b98e24d85f 100644 --- a/apps/linking/locale/fr/LC_MESSAGES/django.po +++ b/apps/linking/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 13:51+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 @@ -148,10 +147,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -173,9 +169,7 @@ msgstr "document en langue étrangère" 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:31 msgid "expression" @@ -271,8 +265,7 @@ msgstr "Lien intelligent:%s supprimé avec succès" #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Erreur lors de la suppression du lien intelligent:%(smart_link)s; %(error)s." +msgstr "Erreur lors de la suppression du lien intelligent:%(smart_link)s; %(error)s." #: views.py:213 #, python-format @@ -316,21 +309,16 @@ msgstr "Condition sur lien intelligent:\"%s\" supprimée avec succès." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Erreur lors de la suppression de la condition sur lien intelligent: " -"%(smart_link_condition)s; %(error)s." +msgstr "Erreur lors de la suppression de la condition sur lien intelligent: %(smart_link_condition)s; %(error)s." #: views.py:333 #, 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\"?" #: conf/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" #: templates/smart_links_help.html:3 msgid "What are smart links?" @@ -343,13 +331,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"Les liens intelligents sont un groupe de conditions utilisées pour requêter " -"la base de données, en utilisant comme source de données le document en " -"cours pour l'utilisateur, le résultat de la requête consistant en une liste " -"de documents qui ont un lien avec le document en cours, et permettent ainsi " -"à l'utilisateur de passer rapidement d'un de ces documents liés à l'autre, " -"dans les deux sens." - -#~ msgid "Linking" -#~ msgstr "Lier" +msgstr "Les liens intelligents sont un groupe de conditions utilisées pour requêter la base de données, en utilisant comme source de données le document en cours pour l'utilisateur, le résultat de la requête consistant en une liste de documents qui ont un lien avec le document en cours, et permettent ainsi à l'utilisateur de passer rapidement d'un de ces documents liés à l'autre, dans les deux sens." diff --git a/apps/linking/locale/it/LC_MESSAGES/django.mo b/apps/linking/locale/it/LC_MESSAGES/django.mo index 85524d8d17..c18121ba7d 100644 Binary files a/apps/linking/locale/it/LC_MESSAGES/django.mo and b/apps/linking/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/it/LC_MESSAGES/django.po b/apps/linking/locale/it/LC_MESSAGES/django.po index cbee7413b9..b2dddde126 100644 --- a/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/apps/linking/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -149,10 +148,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,9 +170,7 @@ msgstr "dati del documento estero" 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:31 msgid "expression" @@ -316,16 +310,12 @@ msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Errore nella cancellazione del link intelligente: %(smart_link_condition)s; " -"%(error)s." +msgstr "Errore nella cancellazione del link intelligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, 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\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -342,10 +332,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"Collegamenti intelligenti sono un insieme di istruzioni condizionali che " -"vengono utilizzati per interrogare il database utilizzando il documento " -"corrente l'utente sta accedendo come origine dati, i risultati di queste " -"query sono un elenco di documenti che riguardano in qualche modo al " -"documento e consentire la visualizzazione agli utenti la possibilità di " -"saltare da e per i documenti collegati molto facilmente." +msgstr "Collegamenti intelligenti sono un insieme di istruzioni condizionali che vengono utilizzati per interrogare il database utilizzando il documento corrente l'utente sta accedendo come origine dati, i risultati di queste query sono un elenco di documenti che riguardano in qualche modo al documento e consentire la visualizzazione agli utenti la possibilità di saltare da e per i documenti collegati molto facilmente." diff --git a/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo b/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo index 3abfb78715..6c2c20f57a 100644 Binary files a/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/linking/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/nl_NL/LC_MESSAGES/django.po b/apps/linking/locale/nl_NL/LC_MESSAGES/django.po index 8e36b7f015..f041df765f 100644 --- a/apps/linking/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/linking/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Lucas Weel , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-12 10:57+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -28,7 +28,7 @@ msgstr "smartlinks" #: __init__.py:21 msgid "smart links list" -msgstr "" +msgstr "lijst met 'smart-links'" #: __init__.py:22 msgid "create new smart link" @@ -64,8 +64,7 @@ msgstr "Selecteer" #: forms.py:61 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." #: literals.py:7 msgid "and" @@ -148,10 +147,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -173,9 +169,7 @@ msgstr "vreemde document data" 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:31 msgid "expression" @@ -271,9 +265,7 @@ msgstr "'smartlink': %s verwijdert." #: views.py:204 #, python-format msgid "Error deleting smart link: %(smart_link)s; %(error)s." -msgstr "" -"Fout bij het verwijderen van 'smartlink': %(smart_link)s. Foutmelding: " -"%(error)s." +msgstr "Fout bij het verwijderen van 'smartlink': %(smart_link)s. Foutmelding: %(error)s." #: views.py:213 #, python-format @@ -317,15 +309,12 @@ msgstr "'smartlink' conditie: \"%s\" verwijdert" #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Fout bij het verwijderen van 'smartlink' conditie: %(smart_link_condition)s. " -"Foutmelding: %(error)s." +msgstr "Fout bij het verwijderen van 'smartlink' conditie: %(smart_link_condition)s. Foutmelding: %(error)s." #: views.py:333 #, 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?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -342,12 +331,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"'smartlinks' zijn een verzameling condities die gebruikt worden om de " -"database te doorzoeken. Hierbij wordt het huidige document wat de gebruiker " -"inziet als bron genomen. Het zoek resultaat maakt documentverwijzingen " -"zichtbaar naar documenten die gerelateerd zijn aan het huidige document.Deze " -"gerelateerde documenten zijn dan eenvoudig te bereiken via hyperlinks" - -#~ msgid "Linking" -#~ msgstr "Koppeling" +msgstr "'smartlinks' zijn een verzameling condities die gebruikt worden om de database te doorzoeken. Hierbij wordt het huidige document wat de gebruiker inziet als bron genomen. Het zoek resultaat maakt documentverwijzingen zichtbaar naar documenten die gerelateerd zijn aan het huidige document.Deze gerelateerde documenten zijn dan eenvoudig te bereiken via hyperlinks" diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.mo b/apps/linking/locale/pl/LC_MESSAGES/django.mo index 6c33d4122d..af5c124edd 100644 Binary files a/apps/linking/locale/pl/LC_MESSAGES/django.mo and b/apps/linking/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/pl/LC_MESSAGES/django.po b/apps/linking/locale/pl/LC_MESSAGES/django.po index 129f91295f..4cbdd452e0 100644 --- a/apps/linking/locale/pl/LC_MESSAGES/django.po +++ b/apps/linking/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:17 msgid "smart links actions" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index e0455d0b9e..8f275833b6 100644 Binary files a/apps/linking/locale/pt/LC_MESSAGES/django.mo and b/apps/linking/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index 67687d3c50..36a838b739 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 @@ -150,10 +149,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -175,9 +171,7 @@ msgstr "dados de documentos externos" 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:31 msgid "expression" @@ -317,16 +311,12 @@ msgstr "Condição de ligação inteligente: \"%s\" excluída com sucesso." #, python-format msgid "" "Error deleting smart link condition: %(smart_link_condition)s; %(error)s." -msgstr "" -"Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; " -"%(error)s." +msgstr "Erro ao excluir a condição de ligação inteligente: %(smart_link_condition)s; %(error)s." #: views.py:333 #, 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\"?" #: conf/settings.py:11 msgid "Show smart link that don't return any documents." @@ -343,9 +333,4 @@ msgid "" "source, the results of these queries are a list of documents 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 "" -"Ligações condicionais são conjuntos de declarações condicionais que são " -"usados para consultar a base de dados usando o documento atual como fonte de " -"dados. O resultado desta consulta é uma lista de documentos relacionados de " -"alguma forma com o documento atual, que permite ao utilizador saltar para e " -"de documentos ligados facilmente." +msgstr "Ligações condicionais são conjuntos de declarações condicionais que são usados para consultar a base de dados usando o documento atual como fonte de dados. O resultado desta consulta é uma lista de documentos relacionados de alguma forma com o documento atual, que permite ao utilizador saltar para e de documentos ligados facilmente." diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo b/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo index ce8d6e3217..678a4beacb 100644 Binary files a/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/linking/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po index 07a27e6a29..810208ec9d 100644 --- a/apps/linking/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 @@ -149,10 +148,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -174,9 +170,7 @@ msgstr "dados de documentos estrangeiros" 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:31 msgid "expression" diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.mo b/apps/linking/locale/ru/LC_MESSAGES/django.mo index d4d0e67a70..a7fec626e9 100644 Binary files a/apps/linking/locale/ru/LC_MESSAGES/django.mo and b/apps/linking/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.po b/apps/linking/locale/ru/LC_MESSAGES/django.po index 46267de893..1005eb36ae 100644 --- a/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:17 msgid "smart links actions" @@ -66,8 +64,7 @@ msgstr "Выбрать" #: forms.py:61 msgid "Click on the image for full size view of the first page." -msgstr "" -"Нажмите на изображение для просмотра первой страницы в полном размере." +msgstr "Нажмите на изображение для просмотра первой страницы в полном размере." #: literals.py:7 msgid "and" @@ -150,10 +147,7 @@ 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:14 models.py:33 views.py:136 views.py:232 msgid "enabled" @@ -175,9 +169,7 @@ msgstr "foreign document data" msgid "" "This represents the metadata of all other documents. Available objects: " "`document.` and `metadata.`." -msgstr "" -"Это представляет метаданные всех других документов. Доступные объекты: " -"`document. ` и `metadata. `." +msgstr "Это представляет метаданные всех других документов. Доступные объекты: `document. ` и `metadata. `." #: models.py:31 msgid "expression" @@ -339,9 +331,4 @@ msgid "" "source, the results of these queries are a list of documents 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-link, представляет собой набор условий, которые " -"используются для поиска документов отвечающих им . Результатом такого " -"поискового запроса является список документов, относящихся к текущему, и " -"позволяющих быстро переходить от одного к другому. Условия строятся исходя " -"из содержимого документа и метаданных." +msgstr "Отношение, в оригинале smart-link, представляет собой набор условий, которые используются для поиска документов отвечающих им . Результатом такого поискового запроса является список документов, относящихся к текущему, и позволяющих быстро переходить от одного к другому. Условия строятся исходя из содержимого документа и метаданных." diff --git a/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo b/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..fffc7c0b02 Binary files /dev/null and b/apps/linking/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/vi_VN/LC_MESSAGES/django.po b/apps/linking/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..dbb8013b07 --- /dev/null +++ b/apps/linking/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,334 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:48-0400\n" +"PO-Revision-Date: 2013-01-24 07:39+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:17 +msgid "smart links actions" +msgstr "Các thao tác liên kết thông minh" + +#: __init__.py:18 __init__.py:20 models.py:23 views.py:132 +msgid "smart links" +msgstr "liên kết thông minh" + +#: __init__.py:21 +msgid "smart links list" +msgstr "danh sách liên kết thông minh" + +#: __init__.py:22 +msgid "create new smart link" +msgstr "tạo liên kết thông minh mới" + +#: __init__.py:23 __init__.py:28 +msgid "edit" +msgstr "sửa" + +#: __init__.py:24 __init__.py:29 +msgid "delete" +msgstr "xóa" + +#: __init__.py:26 +msgid "conditions" +msgstr "các điều kiện" + +#: __init__.py:27 +msgid "create condition" +msgstr "tạo điều kiện" + +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: forms.py:48 +msgid "Pages" +msgstr "Trang" + +#: forms.py:54 +msgid "Select" +msgstr "Chọn" + +#: forms.py:61 +msgid "Click on the image for full size view of the first page." +msgstr "Click lên ảnh để xem kích thước đầy đủ của trang đầu" + +#: literals.py:7 +msgid "and" +msgstr "và" + +#: literals.py:8 +msgid "or" +msgstr "hoặc" + +#: literals.py:12 +msgid "is equal to" +msgstr "bằng với" + +#: literals.py:13 +msgid "is equal to (case insensitive)" +msgstr "bằng với (CHỮ HOA)" + +#: literals.py:14 +msgid "contains" +msgstr "chứa" + +#: literals.py:15 +msgid "contains (case insensitive)" +msgstr "chứa (CHỮ HOA)" + +#: literals.py:16 +msgid "is in" +msgstr "trong" + +#: literals.py:17 +msgid "is greater than" +msgstr "lớn hơn" + +#: literals.py:18 +msgid "is greater than or equal to" +msgstr "lớn hơn hoặc bằng" + +#: literals.py:19 +msgid "is less than" +msgstr "nhỏ hơn" + +#: literals.py:20 +msgid "is less than or equal to" +msgstr "nhỏ hơn hoặc bằng" + +#: literals.py:21 +msgid "starts with" +msgstr "bắt đầu với" + +#: literals.py:22 +msgid "starts with (case insensitive)" +msgstr "bắt đầu với (CHỮ HOA)" + +#: literals.py:23 +msgid "ends with" +msgstr "kết thúc với" + +#: literals.py:24 +msgid "ends with (case insensitive)" +msgstr "kết thúc với (CHỮ HOA)" + +#: literals.py:25 +msgid "is in regular expression" +msgstr "" + +#: literals.py:26 +msgid "is in regular expression (case insensitive)" +msgstr "" + +#: models.py:12 +msgid "title" +msgstr "tiêu đề" + +#: models.py:13 views.py:135 +msgid "dynamic title" +msgstr "tiêu đề động" + +#: models.py:13 models.py:31 +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 "" + +#: models.py:14 models.py:33 views.py:136 views.py:232 +msgid "enabled" +msgstr "đã kích hoạt" + +#: models.py:22 models.py:27 views.py:296 views.py:330 +msgid "smart link" +msgstr "liên kết thông minh" + +#: models.py:28 +msgid "The inclusion is ignored for the first item." +msgstr "" + +#: models.py:29 +msgid "foreign document data" +msgstr "" + +#: models.py:29 +msgid "" +"This represents the metadata of all other documents. Available objects: " +"`document.` and `metadata.`." +msgstr "" + +#: models.py:31 +msgid "expression" +msgstr "biểu thức" + +#: models.py:32 +msgid "negated" +msgstr "" + +#: models.py:32 +msgid "Inverts the logic of the operator." +msgstr "" + +#: models.py:36 +msgid "not" +msgstr "" + +#: models.py:39 +msgid "link condition" +msgstr "điều kiện liên kết" + +#: models.py:40 +msgid "link conditions" +msgstr "các điều kiện liên kết" + +#: permissions.py:7 +msgid "Smart links" +msgstr "Liên kết thông minh" + +#: permissions.py:9 +msgid "View existing smart links" +msgstr "Xem các liên kết thông minh tồn tại" + +#: permissions.py:10 +msgid "Create new smart links" +msgstr "Tạo liên kết thông minh mới" + +#: permissions.py:11 +msgid "Delete smart links" +msgstr "Xóa liên kết thông minh" + +#: permissions.py:12 +msgid "Edit smart links" +msgstr "Sửa liên kết thông minh" + +#: views.py:41 +msgid "No action selected." +msgstr "Không có thao tác nào được chọn" + +#: views.py:60 +#, python-format +msgid "documents in smart link: %(group)s" +msgstr "các tài liệu trong liên kết thông minh: %(group)s" + +#: views.py:76 +#, python-format +msgid "Smart link query error: %s" +msgstr "Lỗi truy vấn liên kết thông minh: %s" + +#: views.py:98 +#, python-format +msgid "smart links (%s)" +msgstr "" + +#: views.py:112 +msgid "There no defined smart links for the current document." +msgstr "" + +#: views.py:152 +#, python-format +msgid "Smart link: %s created successfully." +msgstr "" + +#: views.py:159 +msgid "Create new smart link" +msgstr "" + +#: views.py:175 +#, python-format +msgid "Smart link: %s edited successfully." +msgstr "" + +#: views.py:184 +#, python-format +msgid "Edit smart link: %s" +msgstr "Sửa liên kết thông minh: %s" + +#: views.py:202 +#, python-format +msgid "Smart link: %s deleted successfully." +msgstr "Liên kết thông minh: %s xóa thành công." + +#: views.py:204 +#, python-format +msgid "Error deleting smart link: %(smart_link)s; %(error)s." +msgstr "Lỗi xóa liên kết thông minh: %(smart_link)s; %(error)s." + +#: views.py:213 +#, python-format +msgid "Are you sure you wish to delete smart link: %s?" +msgstr "Bạn có chắc chắn muốn xóa liên kết thông minh: %s" + +#: views.py:229 +#, python-format +msgid "conditions for smart link: %s" +msgstr "các điều kiện cho liên kết thông minh: %s" + +#: views.py:254 +#, python-format +msgid "Smart link condition: \"%s\" created successfully." +msgstr "điều kiện liên kết thông minh: %s tạo thành công." + +#: views.py:261 +#, python-format +msgid "Add new conditions to smart link: \"%s\"" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Smart link condition: \"%s\" edited successfully." +msgstr "" + +#: views.py:290 +msgid "Edit smart link condition" +msgstr "" + +#: views.py:297 views.py:331 +msgid "condition" +msgstr "" + +#: views.py:317 +#, python-format +msgid "Smart link condition: \"%s\" deleted successfully." +msgstr "" + +#: views.py:319 +#, python-format +msgid "" +"Error deleting smart link condition: %(smart_link_condition)s; %(error)s." +msgstr "" + +#: views.py:333 +#, python-format +msgid "Are you sure you wish to delete smart link condition: \"%s\"?" +msgstr "" + +#: conf/settings.py:11 +msgid "Show smart link that don't return any documents." +msgstr "" + +#: templates/smart_links_help.html:3 +msgid "What are smart links?" +msgstr "" + +#: templates/smart_links_help.html:4 +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." +msgstr "" diff --git a/apps/main/locale/ar/LC_MESSAGES/django.mo b/apps/main/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..11a19ac1bd Binary files /dev/null and b/apps/main/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/ar/LC_MESSAGES/django.po b/apps/main/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d24b2bb382 --- /dev/null +++ b/apps/main/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 20:01+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:33 +msgid "maintenance" +msgstr "صيانة" + +#: __init__.py:34 +msgid "statistics" +msgstr "إحصائيات" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "التشخيص" + +#: __init__.py:36 +msgid "sentry" +msgstr "sentry" + +#: __init__.py:37 +msgid "admin site" +msgstr "صفحة التحكم" + +#: __init__.py:40 +msgid "home" +msgstr "البداية" + +#: __init__.py:42 +msgid "search" +msgstr "البحث" + +#: views.py:43 +msgid "maintenance menu" +msgstr "قائمة الصيانة" + +#: views.py:56 +msgid "Statistics" +msgstr "إحصائيات" + +#: views.py:66 +msgid "Diagnostics" +msgstr "التشخيص" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "توفير وظيفة البحث عن طريق الشريط الجانبي أو عن طريق خيار من القائمة." + +#: templates/about.html:5 +msgid "About this program" +msgstr "عن هذا البرنامج" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "الاصدار" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "(DEBUG)" + +#: templates/base.html:193 +msgid "User" +msgstr "مستخدم" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "مجهول" + +#: templates/base.html:198 +msgid "User details" +msgstr "تفاصيل المستخدم" + +#: templates/base.html:215 +msgid "Login" +msgstr "دخول" + +#: templates/base.html:215 +msgid "Logout" +msgstr "خروج" + +#: templates/base.html:295 +msgid "Secondary menu" +msgstr "القائمة الثانوية" + +#: templates/base.html:311 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "إجراءات ل %(name)s: %(navigation_object)s" + +#: templates/base.html:313 templates/base.html.py:345 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "إجراءات ل %(navigation_object)s" + +#: templates/base.html:316 +msgid "Available actions" +msgstr "الإجراءات المتاحة" + +#: templates/base.html:328 templates/base.html.py:360 +msgid "Related actions" +msgstr "الإجراءات ذات الصلة" + +#: templates/base.html:343 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "إجراءات ل %(object_name)s: %(navigation_object)s" + +#: templates/base.html:348 +msgid "Actions" +msgstr "الإجراءات" + +#: templates/base.html:373 +msgid "Other available actions" +msgstr "الإجراءات الأخرى المتاحة" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "Django based open source document management system" + +#: templates/project_description.html:6 +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" + +#: templates/project_description.html:21 +msgid "Released under the GPL V3 License" +msgstr "Released under the GPL V3 License" diff --git a/apps/main/locale/bg/LC_MESSAGES/django.mo b/apps/main/locale/bg/LC_MESSAGES/django.mo index 43b80015bb..795647d2a5 100644 Binary files a/apps/main/locale/bg/LC_MESSAGES/django.mo and b/apps/main/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/bg/LC_MESSAGES/django.po b/apps/main/locale/bg/LC_MESSAGES/django.po index a44c30fadb..10db836285 100644 --- a/apps/main/locale/bg/LC_MESSAGES/django.po +++ b/apps/main/locale/bg/LC_MESSAGES/django.po @@ -1,22 +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: # Pavlin Koldamov , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 @@ -33,7 +33,7 @@ msgstr "диагностика" #: __init__.py:36 msgid "sentry" -msgstr "" +msgstr "постови" #: __init__.py:37 msgid "admin site" @@ -61,11 +61,9 @@ msgstr "Диагностика" #: conf/settings.py:12 msgid "" -"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." +msgstr "Контрол дали възможността за търсене да се предлага в страничен бар или от меню." #: templates/about.html:5 msgid "About this program" @@ -118,9 +116,8 @@ msgid "Available actions" msgstr "Възможни действия" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Възможни действия" +msgstr "" #: templates/base.html:343 #, python-format @@ -137,15 +134,14 @@ msgstr "Други възможни действия" #: templates/home.html:8 msgid "Django based open source document management system" -msgstr "" -"Django базирана система за управление на електронни документи, с отворен код" +msgstr "Django базирана система за управление на електронни документи, с отворен код" #: templates/project_description.html:6 msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "" +msgstr "Django базирана система с отворен код, за електронно управление на документи, със специфична metadata, индексиране, тагове, файлови услуги, поддръжка на цифрови подписи/сигнатури и OCR възможности" #: templates/project_description.html:21 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.mo b/apps/main/locale/de_DE/LC_MESSAGES/django.mo index 894ec48dd0..df0f21c97b 100644 Binary files a/apps/main/locale/de_DE/LC_MESSAGES/django.mo and b/apps/main/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/de_DE/LC_MESSAGES/django.po b/apps/main/locale/de_DE/LC_MESSAGES/django.po index 46248f54b9..0d1da2d0e2 100644 --- a/apps/main/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/main/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-20 07:53+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 @@ -62,11 +61,9 @@ msgstr "Diagnosen" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü " -"Eintrag bereitgestellt wird." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Steuert ob die Suchfunktion von einem Sidebar Widget oder von einem Menü Eintrag bereitgestellt wird." #: templates/about.html:5 msgid "About this program" @@ -105,28 +102,27 @@ msgid "Secondary menu" msgstr "Zweites Menü" #: templates/base.html:311 -#, fuzzy, python-format +#, python-format msgid "Actions for %(name)s: %(navigation_object)s" -msgstr "Aktionen für %(name)s : %(object_reference)s " +msgstr "" #: templates/base.html:313 templates/base.html.py:345 -#, fuzzy, python-format +#, python-format msgid "Actions for: %(navigation_object)s" -msgstr "Aktionen für %(object_reference)s" +msgstr "" #: templates/base.html:316 msgid "Available actions" msgstr "Verfügbare Aktionen" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Verfügbare Aktionen" +msgstr "" #: templates/base.html:343 -#, fuzzy, python-format +#, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" -msgstr "Aktionen für %(name)s : %(object_reference)s " +msgstr "" #: templates/base.html:348 msgid "Actions" @@ -145,14 +141,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, 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/project_description.html:21 msgid "Released under the GPL V3 License" msgstr "Veröffentlicht unter der GPL V3 Lizenz" - -#~ msgid "Main" -#~ msgstr "Haupt" diff --git a/apps/main/locale/en/LC_MESSAGES/django.mo b/apps/main/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/main/locale/en/LC_MESSAGES/django.mo and b/apps/main/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index 7617472297..ec7ed9c65e 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -104,7 +104,7 @@ msgstr "" msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:313 templates/base.html.py:345 +#: templates/base.html:313 templates/base.html.py:356 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" @@ -113,23 +113,23 @@ msgstr "" msgid "Available actions" msgstr "" -#: templates/base.html:328 templates/base.html.py:360 +#: templates/base.html:328 templates/base.html.py:371 msgid "Related actions" msgstr "" -#: templates/base.html:343 +#: templates/base.html:339 templates/base.html.py:384 +msgid "Other available actions" +msgstr "" + +#: templates/base.html:354 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:348 +#: templates/base.html:359 msgid "Actions" msgstr "" -#: templates/base.html:373 -msgid "Other available actions" -msgstr "" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" diff --git a/apps/main/locale/es/LC_MESSAGES/django.mo b/apps/main/locale/es/LC_MESSAGES/django.mo index f4dc3ea09a..2405a38e0a 100644 Binary files a/apps/main/locale/es/LC_MESSAGES/django.mo and b/apps/main/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/es/LC_MESSAGES/django.po b/apps/main/locale/es/LC_MESSAGES/django.po index 7cecde68af..5dc9a779d2 100644 --- a/apps/main/locale/es/LC_MESSAGES/django.po +++ b/apps/main/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:15+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 @@ -61,11 +60,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla si la funcionalidad de búsqueda es proporcionada por una barra " -"lateral o por una entrada de menú." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla si la funcionalidad de búsqueda es proporcionada por una barra lateral o por una entrada de menú." #: templates/about.html:5 msgid "About this program" @@ -143,10 +140,7 @@ 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/project_description.html:21 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/fr/LC_MESSAGES/django.mo b/apps/main/locale/fr/LC_MESSAGES/django.mo index 5ba918cd6c..8463b40340 100644 Binary files a/apps/main/locale/fr/LC_MESSAGES/django.mo and b/apps/main/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/fr/LC_MESSAGES/django.po b/apps/main/locale/fr/LC_MESSAGES/django.po index a8f4255972..55e9a85b79 100644 --- a/apps/main/locale/fr/LC_MESSAGES/django.po +++ b/apps/main/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 13:50+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:33 @@ -61,11 +60,9 @@ msgstr "Diagnostiques" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Permet de proposer la fonctionnalité de recherche dans un module de barre " -"latérale ou par une entrée du menu " +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Permet de proposer la fonctionnalité de recherche dans un module de barre latérale ou par une entrée du menu " #: templates/about.html:5 msgid "About this program" @@ -104,28 +101,27 @@ msgid "Secondary menu" msgstr "Menu secondaire" #: templates/base.html:311 -#, fuzzy, python-format +#, python-format msgid "Actions for %(name)s: %(navigation_object)s" -msgstr "Actions pour %(name)s: %(object_reference)s" +msgstr "" #: templates/base.html:313 templates/base.html.py:345 -#, fuzzy, python-format +#, python-format msgid "Actions for: %(navigation_object)s" -msgstr "Actions pour: %(object_reference)s" +msgstr "" #: templates/base.html:316 msgid "Available actions" msgstr "Actions disponibles" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Actions disponibles" +msgstr "" #: templates/base.html:343 -#, fuzzy, python-format +#, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" -msgstr "Actions pour %(name)s: %(object_reference)s" +msgstr "" #: templates/base.html:348 msgid "Actions" @@ -144,15 +140,8 @@ 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/project_description.html:21 msgid "Released under the GPL V3 License" msgstr "Publié sous license GPL V3" - -#~ msgid "Main" -#~ msgstr "Principal" diff --git a/apps/main/locale/it/LC_MESSAGES/django.mo b/apps/main/locale/it/LC_MESSAGES/django.mo index 0dc83be9e4..4e8cb7d995 100644 Binary files a/apps/main/locale/it/LC_MESSAGES/django.mo and b/apps/main/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index 40c40bf704..3450b371e4 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/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: # Carlo Zanatto <>, 2012. # , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 @@ -63,11 +62,9 @@ msgstr "Diagnostica" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da " -"una voce di menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da una voce di menu." #: templates/about.html:5 msgid "About this program" @@ -120,9 +117,8 @@ msgid "Available actions" msgstr "Azioni disponibili" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Azioni disponibili" +msgstr "" #: templates/base.html:343 #, python-format diff --git a/apps/main/locale/nl_NL/LC_MESSAGES/django.mo b/apps/main/locale/nl_NL/LC_MESSAGES/django.mo index d0e33559b4..2590ab8acd 100644 Binary files a/apps/main/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/main/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/nl_NL/LC_MESSAGES/django.po b/apps/main/locale/nl_NL/LC_MESSAGES/django.po index 81fbb81c1b..b7b601da7e 100644 --- a/apps/main/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/main/locale/nl_NL/LC_MESSAGES/django.po @@ -1,147 +1,147 @@ # 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 , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-15 14:43+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 msgid "maintenance" -msgstr "" +msgstr "onderhoud" #: __init__.py:34 msgid "statistics" -msgstr "" +msgstr "statistieken" #: __init__.py:35 msgid "diagnostics" -msgstr "" +msgstr "diagnoses" #: __init__.py:36 msgid "sentry" -msgstr "" +msgstr "bewaker" #: __init__.py:37 msgid "admin site" -msgstr "" +msgstr "administrie site" #: __init__.py:40 msgid "home" -msgstr "" +msgstr "thuis" #: __init__.py:42 msgid "search" -msgstr "" +msgstr "zoeken" #: views.py:43 msgid "maintenance menu" -msgstr "" +msgstr "onderhoudsmenu" #: views.py:56 msgid "Statistics" -msgstr "" +msgstr "Statistieken" #: views.py:66 msgid "Diagnostics" -msgstr "" +msgstr "Diagnoses" #: conf/settings.py:12 msgid "" -"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." +msgstr "Instelling voor de keuze: Zoekfunctie in menu of Zoekfunctie in 'sidebar widget'." #: templates/about.html:5 msgid "About this program" -msgstr "" +msgstr "Over deze software" #: templates/about.html:9 templates/verbose_login.html:4 msgid "Version" -msgstr "" +msgstr "Versie" #: templates/base.html:28 msgid "(DEBUG)" -msgstr "" +msgstr "(DEBUG)" #: templates/base.html:193 msgid "User" -msgstr "" +msgstr "Gebruiker" #: templates/base.html:195 msgid "Anonymous" -msgstr "" +msgstr "Anoniem" #: templates/base.html:198 msgid "User details" -msgstr "" +msgstr "Gegevens over vim Gebruiker" #: templates/base.html:215 msgid "Login" -msgstr "" +msgstr "Aanmelden" #: templates/base.html:215 msgid "Logout" -msgstr "" +msgstr "Afmelden" #: templates/base.html:295 msgid "Secondary menu" -msgstr "" +msgstr "Onderliggend menu" #: templates/base.html:311 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" -msgstr "" +msgstr "Acties voor %(name)s: %(navigation_object)s" #: templates/base.html:313 templates/base.html.py:345 #, python-format msgid "Actions for: %(navigation_object)s" -msgstr "" +msgstr "Acties for: %(navigation_object)s" #: templates/base.html:316 msgid "Available actions" -msgstr "" +msgstr "Beschikbare acties" #: templates/base.html:328 templates/base.html.py:360 msgid "Related actions" -msgstr "" +msgstr "Gerelateerde acties" #: templates/base.html:343 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" -msgstr "" +msgstr "Acties voor %(object_name)s: %(navigation_object)s" #: templates/base.html:348 msgid "Actions" -msgstr "" +msgstr "Acties" #: templates/base.html:373 msgid "Other available actions" -msgstr "" +msgstr "Overige beschikbare acties" #: templates/home.html:8 msgid "Django based open source document management system" -msgstr "" +msgstr "Op Django gebaseerde open source document management systeem" #: templates/project_description.html:6 msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "" +msgstr "Open source, op Django gebaseerde 'electronisch document beheersysteem' met" #: templates/project_description.html:21 msgid "Released under the GPL V3 License" -msgstr "" +msgstr "Vrijgegeven onder de GPL V3 licentie" diff --git a/apps/main/locale/pl/LC_MESSAGES/django.mo b/apps/main/locale/pl/LC_MESSAGES/django.mo index 062b15884a..837135a035 100644 Binary files a/apps/main/locale/pl/LC_MESSAGES/django.mo and b/apps/main/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/pl/LC_MESSAGES/django.po b/apps/main/locale/pl/LC_MESSAGES/django.po index 9bbb10e493..7f14487fda 100644 --- a/apps/main/locale/pl/LC_MESSAGES/django.po +++ b/apps/main/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:33 msgid "maintenance" @@ -62,8 +60,8 @@ msgstr "Diagnostyka" #: conf/settings.py:12 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 "" #: templates/about.html:5 diff --git a/apps/main/locale/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index 55853aa201..71d7c60354 100644 Binary files a/apps/main/locale/pt/LC_MESSAGES/django.mo and b/apps/main/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index 12cbfff456..cd8874cdd6 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:33 @@ -63,11 +62,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla se a funcionalidade de procura é fornecida por um widget da barra " -"lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla se a funcionalidade de procura é fornecida por um widget da barra lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -120,9 +117,8 @@ msgid "Available actions" msgstr "Ações disponíveis" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Ações disponíveis" +msgstr "" #: templates/base.html:343 #, python-format diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.mo b/apps/main/locale/pt_BR/LC_MESSAGES/django.mo index 6d4dc05b16..e5f69b825e 100644 Binary files a/apps/main/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/main/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/pt_BR/LC_MESSAGES/django.po b/apps/main/locale/pt_BR/LC_MESSAGES/django.po index fc66f3c8cf..c63b512d0c 100644 --- a/apps/main/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/main/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:33 @@ -62,11 +61,9 @@ msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or " -"by a menu entry." -msgstr "" -"Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra " -"lateral ou por uma entrada de menu." +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra lateral ou por uma entrada de menu." #: templates/about.html:5 msgid "About this program" @@ -119,9 +116,8 @@ msgid "Available actions" msgstr "Ações disponíveis" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Ações disponíveis" +msgstr "" #: templates/base.html:343 #, python-format diff --git a/apps/main/locale/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index fb4c07ee38..802ff1b79f 100644 Binary files a/apps/main/locale/ru/LC_MESSAGES/django.mo and b/apps/main/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index 62103bac71..7ebcea14a4 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:33 msgid "maintenance" @@ -62,11 +60,9 @@ msgstr "Диагностика" #: conf/settings.py:12 msgid "" -"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." +msgstr "Определяет, будет ли функция поиска обеспечивается виджетом боковой панели или пунктом меню." #: templates/about.html:5 msgid "About this program" @@ -119,9 +115,8 @@ msgid "Available actions" msgstr "Доступные действия" #: templates/base.html:328 templates/base.html.py:360 -#, fuzzy msgid "Related actions" -msgstr "Доступные действия" +msgstr "" #: templates/base.html:343 #, python-format @@ -145,7 +140,7 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration, digital signature support and " "OCR capabilities" -msgstr "" +msgstr "Основанная на открытом программном коде Django система управления электронными документами с метаданными, указателями и метками. Содержит интегрированный файл-сервер, работу с цифровыми подписями и оптическое распознавание текстов." #: templates/project_description.html:21 msgid "Released under the GPL V3 License" diff --git a/apps/main/locale/vi_VN/LC_MESSAGES/django.mo b/apps/main/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..d6be44c0f9 Binary files /dev/null and b/apps/main/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/vi_VN/LC_MESSAGES/django.po b/apps/main/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..14067b957c --- /dev/null +++ b/apps/main/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,147 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 08:57+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:33 +msgid "maintenance" +msgstr "bảo trì" + +#: __init__.py:34 +msgid "statistics" +msgstr "hống kê" + +#: __init__.py:35 +msgid "diagnostics" +msgstr "chẩn đoán" + +#: __init__.py:36 +msgid "sentry" +msgstr "" + +#: __init__.py:37 +msgid "admin site" +msgstr "trang quản trị" + +#: __init__.py:40 +msgid "home" +msgstr "trang chủ" + +#: __init__.py:42 +msgid "search" +msgstr "tìm kiếm" + +#: views.py:43 +msgid "maintenance menu" +msgstr "" + +#: views.py:56 +msgid "Statistics" +msgstr "Thống kê" + +#: views.py:66 +msgid "Diagnostics" +msgstr "Chẩn đoán" + +#: conf/settings.py:12 +msgid "" +"Controls whether the search functionality is provided by a sidebar widget or" +" by a menu entry." +msgstr "" + +#: templates/about.html:5 +msgid "About this program" +msgstr "Về chương trình" + +#: templates/about.html:9 templates/verbose_login.html:4 +msgid "Version" +msgstr "Phiên bản" + +#: templates/base.html:28 +msgid "(DEBUG)" +msgstr "(DEBUG)" + +#: templates/base.html:193 +msgid "User" +msgstr "Người dùng" + +#: templates/base.html:195 +msgid "Anonymous" +msgstr "Anonymous" + +#: templates/base.html:198 +msgid "User details" +msgstr "Chi tiết người dùng" + +#: templates/base.html:215 +msgid "Login" +msgstr "Đăng nhập" + +#: templates/base.html:215 +msgid "Logout" +msgstr "Đăng xuất" + +#: templates/base.html:295 +msgid "Secondary menu" +msgstr "" + +#: templates/base.html:311 +#, python-format +msgid "Actions for %(name)s: %(navigation_object)s" +msgstr "" + +#: templates/base.html:313 templates/base.html.py:345 +#, python-format +msgid "Actions for: %(navigation_object)s" +msgstr "" + +#: templates/base.html:316 +msgid "Available actions" +msgstr "Các thao tác khả dụng" + +#: templates/base.html:328 templates/base.html.py:360 +msgid "Related actions" +msgstr "Các thao tác liên quan" + +#: templates/base.html:343 +#, python-format +msgid "Actions for %(object_name)s: %(navigation_object)s" +msgstr "" + +#: templates/base.html:348 +msgid "Actions" +msgstr "Các thao tác" + +#: templates/base.html:373 +msgid "Other available actions" +msgstr "Các thao tác khác" + +#: templates/home.html:8 +msgid "Django based open source document management system" +msgstr "" + +#: templates/project_description.html:6 +msgid "" +"Open source, Django based electronic document manager with custom metadata, " +"indexing, tagging, file serving integration, digital signature support and " +"OCR capabilities" +msgstr "" + +#: templates/project_description.html:21 +msgid "Released under the GPL V3 License" +msgstr "Released under the GPL V3 License" diff --git a/apps/metadata/locale/ar/LC_MESSAGES/django.mo b/apps/metadata/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..eb63818f4a Binary files /dev/null and b/apps/metadata/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/ar/LC_MESSAGES/django.po b/apps/metadata/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..0bd64ba5b9 --- /dev/null +++ b/apps/metadata/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,469 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2011-09-30 04:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:23 __init__.py:25 +msgid "edit metadata" +msgstr "" + +#: __init__.py:24 __init__.py:70 +msgid "metadata" +msgstr "" + +#: __init__.py:26 __init__.py:27 +msgid "add metadata" +msgstr "" + +#: __init__.py:28 __init__.py:29 +msgid "remove metadata" +msgstr "" + +#: __init__.py:31 models.py:40 views.py:316 +msgid "metadata types" +msgstr "" + +#: __init__.py:32 __init__.py:37 +msgid "edit" +msgstr "" + +#: __init__.py:33 __init__.py:39 +msgid "delete" +msgstr "" + +#: __init__.py:34 __init__.py:40 +msgid "create new" +msgstr "" + +#: __init__.py:36 views.py:416 +msgid "metadata sets" +msgstr "" + +#: __init__.py:38 views.py:420 +msgid "members" +msgstr "" + +#: __init__.py:42 models.py:104 +msgid "default metadata" +msgstr "" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "" + +#: forms.py:28 +msgid "required" +msgstr "" + +#: forms.py:54 +msgid "id" +msgstr "" + +#: forms.py:55 +msgid "Name" +msgstr "" + +#: forms.py:57 +msgid "Value" +msgstr "" + +#: forms.py:58 +msgid "Update" +msgstr "" + +#: forms.py:64 +msgid "Metadata type" +msgstr "" + +#: forms.py:68 +msgid "Remove" +msgstr "" + +#: forms.py:86 views.py:568 views.py:586 +msgid "Metadata sets" +msgstr "" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "" + +#: models.py:11 +#, python-format +msgid " Available models: %s" +msgstr "" + +#: models.py:12 +#, python-format +msgid " Available functions: %s" +msgstr "" + +#: models.py:19 +msgid "name" +msgstr "" + +#: models.py:19 +msgid "Do not use python reserved words, or spaces." +msgstr "" + +#: models.py:20 models.py:47 +msgid "title" +msgstr "" + +#: models.py:22 +msgid "default" +msgstr "" + +#: models.py:23 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "" + +#: models.py:25 +msgid "lookup" +msgstr "" + +#: models.py:26 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "" + +#: models.py:39 models.py:69 views.py:353 views.py:398 +msgid "metadata type" +msgstr "" + +#: models.py:59 models.py:60 models.py:68 views.py:452 views.py:495 +#: views.py:541 +msgid "metadata set" +msgstr "" + +#: models.py:76 +msgid "metadata set item" +msgstr "" + +#: models.py:77 +msgid "metadata set items" +msgstr "" + +#: models.py:85 +msgid "document" +msgstr "" + +#: models.py:86 +msgid "type" +msgstr "" + +#: models.py:87 views.py:304 +msgid "value" +msgstr "" + +#: models.py:93 models.py:94 +msgid "document metadata" +msgstr "" + +#: models.py:102 views.py:626 +msgid "document type" +msgstr "" + +#: models.py:103 +msgid "default metadata sets" +msgstr "" + +#: models.py:110 +msgid "document type defaults" +msgstr "" + +#: models.py:111 +msgid "document types defaults" +msgstr "" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "" + +#: permissions.py:17 +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:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "" + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "" + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "" + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "" + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "" + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "" + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "" + +#: views.py:320 +msgid "internal name" +msgstr "" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "" + +#: views.py:371 +msgid "create metadata type" +msgstr "" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "" + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "" + +#: views.py:440 +msgid "Metadata set edited successfully" +msgstr "" + +#: views.py:443 +#, python-format +msgid "Error editing metadata set; %s" +msgstr "" + +#: views.py:449 +#, python-format +msgid "edit metadata set: %s" +msgstr "" + +#: views.py:491 +#, python-format +msgid "non members of metadata set: %s" +msgstr "" + +#: views.py:492 +#, python-format +msgid "members of metadata set: %s" +msgstr "" + +#: views.py:507 +msgid "Metadata set created successfully" +msgstr "" + +#: views.py:513 +msgid "create metadata set" +msgstr "" + +#: views.py:532 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "" + +#: views.py:535 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "" + +#: views.py:546 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "" + +#: views.py:565 views.py:583 +msgid "Metadata types" +msgstr "" + +#: views.py:621 +#, python-format +msgid "non members of document type: %s" +msgstr "" + +#: views.py:622 +#, python-format +msgid "members of document type: %s" +msgstr "" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "" + +#: templates/metadata_set_help.html:4 +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." +msgstr "" + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "" + +#: templates/metadata_type_help.html:4 +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." +msgstr "" diff --git a/apps/metadata/locale/bg/LC_MESSAGES/django.mo b/apps/metadata/locale/bg/LC_MESSAGES/django.mo index dcbb1a7409..a190b1854a 100644 Binary files a/apps/metadata/locale/bg/LC_MESSAGES/django.mo and b/apps/metadata/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/bg/LC_MESSAGES/django.po b/apps/metadata/locale/bg/LC_MESSAGES/django.po index 391a9934bf..a3423af6af 100644 --- a/apps/metadata/locale/bg/LC_MESSAGES/django.po +++ b/apps/metadata/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-18 05:50+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -292,7 +291,8 @@ msgstr "" #: views.py:161 #, 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:164 @@ -458,13 +458,13 @@ msgstr "" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "" diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo b/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo index 758e225811..2ea6fd57fe 100644 Binary files a/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo and b/apps/metadata/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po index 183b20f977..98409de7de 100644 --- a/apps/metadata/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/metadata/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +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: # Manticor , 2012. +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-25 10:38+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -292,7 +292,8 @@ msgstr "" #: views.py:161 #, 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:164 @@ -458,13 +459,13 @@ msgstr "" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "" diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.mo b/apps/metadata/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..0a05ef3a09 100644 Binary files a/apps/metadata/locale/en/LC_MESSAGES/django.mo and b/apps/metadata/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index c7801e4d0c..7985648769 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index 88f2996efc..33f224e79e 100644 Binary files a/apps/metadata/locale/es/LC_MESSAGES/django.mo and b/apps/metadata/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.po b/apps/metadata/locale/es/LC_MESSAGES/django.po index 4e1f7b0bb8..12fa6191e9 100644 --- a/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:13+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -144,9 +143,7 @@ msgstr "búsqueda" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for " -"user in User.objects.all ()].%s" +msgstr "Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for user in User.objects.all ()].%s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -294,18 +291,15 @@ msgstr "Editar metadatos para documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Typo de metadatos: %(metadata_type)s agregado exitosamente al documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Typo de metadatos: %(metadata_type)s agregado exitosamente al documento %(document)s." #: views.py:164 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." -msgstr "" -"Typo de metadatos: %(metadata_type)s ya esta presente en el documento " -"%(document)s." +msgstr "Typo de metadatos: %(metadata_type)s ya esta presente en el documento %(document)s." #: views.py:188 #, python-format @@ -322,17 +316,13 @@ msgstr "Agregar tipo de metadato a los documentos: %s" msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." -msgstr "" -"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del " -"documento: %(document)s." +msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del documento: %(document)s." #: views.py:262 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." -msgstr "" -"Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los " -"documentos: %(document)s." +msgstr "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los documentos: %(document)s." #: views.py:281 #, python-format @@ -430,8 +420,7 @@ msgstr "Conjunto de metadatos: %s eliminado exitosamente." #: views.py:535 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" -msgstr "" -"Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" +msgstr "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" #: views.py:546 #, python-format @@ -461,11 +450,7 @@ 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." -msgstr "" -"Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los " -"conjuntos de metadatos son útiles cuando se crean nuevos documentos; " -"seleccionar un conjunto de metadatos, automáticamente asocia los tipos de " -"metadatos que contenga a dicho documento." +msgstr "Un conjunto de metadatos es un grupo de uno o más tipos de metadatos. Los conjuntos de metadatos son útiles cuando se crean nuevos documentos; seleccionar un conjunto de metadatos, automáticamente asocia los tipos de metadatos que contenga a dicho documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -473,23 +458,13 @@ msgstr "¿Cuáles son los tipos de metadatos?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Un tipo de metadatos define las características de un valor de algún tipo " -"que se puede conectar a un documento. Ejemplos de tipos de metadatos son: " -"un nombre de cliente, una fecha o un proyecto al que pertenecen varios " -"documentos. El nombre de un tipo de metadatos es el identificador interno " -"con el que se puede hacer referencia en otros módulos como el módulo de " -"indexación, el título es el valor que se muestra a los usuarios, el valor " -"por defecto es el valor que una instancia de este tipo de metadatos tendrá " -"inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de " -"este tipo en una lista de opciones donde las opciones son el resultado de la " -"ejecución del valor de búsqueda." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Un tipo de metadatos define las características de un valor de algún tipo que se puede conectar a un documento. Ejemplos de tipos de metadatos son: un nombre de cliente, una fecha o un proyecto al que pertenecen varios documentos. El nombre de un tipo de metadatos es el identificador interno con el que se puede hacer referencia en otros módulos como el módulo de indexación, el título es el valor que se muestra a los usuarios, el valor por defecto es el valor que una instancia de este tipo de metadatos tendrá inicialmente, y el valor de búsqueda vuelve a una instancia de metadatos de este tipo en una lista de opciones donde las opciones son el resultado de la ejecución del valor de búsqueda." diff --git a/apps/metadata/locale/fr/LC_MESSAGES/django.mo b/apps/metadata/locale/fr/LC_MESSAGES/django.mo index 7dda5c89a4..ebda12934f 100644 Binary files a/apps/metadata/locale/fr/LC_MESSAGES/django.mo and b/apps/metadata/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/fr/LC_MESSAGES/django.po b/apps/metadata/locale/fr/LC_MESSAGES/django.po index 071a81be75..6bfdb01ec9 100644 --- a/apps/metadata/locale/fr/LC_MESSAGES/django.po +++ b/apps/metadata/locale/fr/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# , 2012. # PatrickHetu , 2012. # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:31+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:23 __init__.py:25 @@ -145,9 +145,7 @@ msgstr "recherche" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Entrez une chaîne à évaluer. Exemple:. [User.get_full_name() pour " -"l'utilisateur dans User.objects.all()]. %s" +msgstr "Entrez une chaîne à évaluer. Exemple:. [User.get_full_name() pour l'utilisateur dans User.objects.all()]. %s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -259,16 +257,14 @@ msgid "Must provide at least one document." msgstr "Vous devez fournir au moins un document." #: views.py:87 views.py:251 -#, fuzzy, python-format +#, python-format msgid "Error deleting document indexes; %s" -msgstr "Erreur lors de la modification du jeu de métadonnées; %s" +msgstr "" #: views.py:99 #, 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:102 #, python-format @@ -276,14 +272,13 @@ msgid "Metadata for document %s edited successfully." msgstr "Métadonnées pour le document %s modifiées avec succès." #: views.py:107 views.py:268 -#, fuzzy, python-format +#, python-format msgid "Error updating document indexes; %s" -msgstr "Erreur lors de la modification du jeu de métadonnées; %s" +msgstr "" #: views.py:109 views.py:270 -#, fuzzy msgid "Document indexes updated successfully." -msgstr "Métadonnées pour le document %s modifiées avec succès." +msgstr "" #: views.py:120 #, python-format @@ -298,18 +293,15 @@ msgstr "Modifier les métadonnées pour les documents: %s" #: views.py:161 #, python-format msgid "" -"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 " +"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." #: views.py:164 #, 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:188 #, python-format @@ -326,17 +318,13 @@ msgstr "Ajouter un type de métadonnées aux documentx: %s" 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:262 #, 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:281 #, python-format @@ -387,8 +375,7 @@ msgstr "Type de métadonnées: %s supprimé avec succès" #: views.py:392 #, 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:403 #, python-format @@ -465,11 +452,7 @@ 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." -msgstr "" -"Un jeu de métadonnées est un groupe contenant un type de métadonnées, ou " -"plus. Les jeux de métadonnées sont utiles lors de la création de nouveaux " -"documents; la sélection d'un jeu de métadonnées rattache automatiquement " -"l'ensemble de ses types de métadonnées au document en question." +msgstr "Un jeu de métadonnées est un groupe contenant un type de métadonnées, ou plus. Les jeux de métadonnées sont utiles lors de la création de nouveaux documents; la sélection d'un jeu de métadonnées rattache automatiquement l'ensemble de ses types de métadonnées au document en question." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -477,23 +460,13 @@ msgstr "Que sont les types de métadonnées?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Un type de métadonnées définit les caractéristiques d'une valeur d'un " -"certain type qui peut être rattachée à un document. Des exemples de types de " -"métadonnées : un nom de client, une date, ou le projet auquel un certain " -"nombre de documents appartiennent. Le nom d'un type de métadonnées est " -"l'identifiant interne à partir duquel d'autres modules comme le module " -"d'index peuvent se référer et établir des liaisons, le titre ce qui est " -"affiché à l'écran, la valeur par défaut est la valeur initiale qu'aura une " -"instance de ce type de métadonnées, et la valeur de recherche permet de " -"transformer une instance de métadonnées de ce type en une liste de choix " -"dont les éléments sont le résultat de l'exécution du code de recherche." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Un type de métadonnées définit les caractéristiques d'une valeur d'un certain type qui peut être rattachée à un document. Des exemples de types de métadonnées : un nom de client, une date, ou le projet auquel un certain nombre de documents appartiennent. Le nom d'un type de métadonnées est l'identifiant interne à partir duquel d'autres modules comme le module d'index peuvent se référer et établir des liaisons, le titre ce qui est affiché à l'écran, la valeur par défaut est la valeur initiale qu'aura une instance de ce type de métadonnées, et la valeur de recherche permet de transformer une instance de métadonnées de ce type en une liste de choix dont les éléments sont le résultat de l'exécution du code de recherche." diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.mo b/apps/metadata/locale/it/LC_MESSAGES/django.mo index e62fd3b907..7b940e96f6 100644 Binary files a/apps/metadata/locale/it/LC_MESSAGES/django.mo and b/apps/metadata/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.po b/apps/metadata/locale/it/LC_MESSAGES/django.po index eeb530f97c..e8aefc5c64 100644 --- a/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -145,9 +144,7 @@ msgstr "lookup" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() " -"per l'utente User.objects.all()].%s" +msgstr "Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() per l'utente User.objects.all()].%s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -259,15 +256,14 @@ msgid "Must provide at least one document." msgstr "Devi fornire almeno un documento." #: views.py:87 views.py:251 -#, fuzzy, python-format +#, python-format msgid "Error deleting document indexes; %s" -msgstr "Errore nella modifica del tipo di metadata ; %s" +msgstr "" #: views.py:99 #, 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:102 #, python-format @@ -275,14 +271,13 @@ msgid "Metadata for document %s edited successfully." msgstr "Metadata per il documento %s modificato con successo." #: views.py:107 views.py:268 -#, fuzzy, python-format +#, python-format msgid "Error updating document indexes; %s" -msgstr "Errore nella modifica del tipo di metadata ; %s" +msgstr "" #: views.py:109 views.py:270 -#, fuzzy msgid "Document indexes updated successfully." -msgstr "Metadata per il documento %s modificato con successo." +msgstr "" #: views.py:120 #, python-format @@ -297,17 +292,15 @@ msgstr "Modifica metadata per i documenti: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo metadata: %(metadata_type)s aggiunto con successo al documento " +"Metadata type: %(metadata_type)s successfully added to document " "%(document)s." +msgstr "Tipo metadata: %(metadata_type)s aggiunto con successo al documento %(document)s." #: views.py:164 #, 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:188 #, python-format @@ -324,17 +317,13 @@ msgstr "Aggiungi tipo metadata ai documents: %s" 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:262 #, 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:281 #, python-format @@ -462,11 +451,7 @@ 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." -msgstr "" -"Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di " -"metadati sono utili durante la creazione di nuovi documenti e, selezionando " -"un set di metadati allega automaticamente è membro tipi di metadati per " -"documentare detto." +msgstr "Un insieme di metadati è un gruppo di uno o più tipi di metadati. Set di metadati sono utili durante la creazione di nuovi documenti e, selezionando un set di metadati allega automaticamente è membro tipi di metadati per documentare detto." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -474,23 +459,13 @@ msgstr "Cosa sono i tipi di metadati?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Un tipo di metadati definisce le caratteristiche di un valore di qualche " -"tipo che può essere collegato a un documento. Esempi di tipi di metadati: il " -"nome del client, una data o un progetto a cui appartengono diversi " -"documenti. Il nome di un tipo di metadati è l'identificatore interno con il " -"quale possono essere pubblicati da altri moduli come il modulo di " -"indicizzazione, il titolo è il valore che viene mostrato agli utenti, il " -"valore predefinito è il valore di un'istanza di questo tipo di metadati avrà " -"inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di " -"questo tipo in un elenco di opzioni di scelta che sono il risultato della " -"esecuzione di codice la ricerca di." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Un tipo di metadati definisce le caratteristiche di un valore di qualche tipo che può essere collegato a un documento. Esempi di tipi di metadati: il nome del client, una data o un progetto a cui appartengono diversi documenti. Il nome di un tipo di metadati è l'identificatore interno con il quale possono essere pubblicati da altri moduli come il modulo di indicizzazione, il titolo è il valore che viene mostrato agli utenti, il valore predefinito è il valore di un'istanza di questo tipo di metadati avrà inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di questo tipo in un elenco di opzioni di scelta che sono il risultato della esecuzione di codice la ricerca di." diff --git a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo index 57a4eeaf3d..9a1831dfdd 100644 Binary files a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po index 7583d9b2c8..570a183abe 100644 --- a/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/metadata/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -291,7 +290,8 @@ msgstr "" #: views.py:161 #, 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:164 @@ -457,13 +457,13 @@ msgstr "" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "" diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.mo b/apps/metadata/locale/pl/LC_MESSAGES/django.mo index 7d1d00c4a1..c550053600 100644 Binary files a/apps/metadata/locale/pl/LC_MESSAGES/django.mo and b/apps/metadata/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/pl/LC_MESSAGES/django.po b/apps/metadata/locale/pl/LC_MESSAGES/django.po index f0d6929741..eb18f57fe2 100644 --- a/apps/metadata/locale/pl/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:23 __init__.py:25 msgid "edit metadata" @@ -293,7 +291,8 @@ msgstr "" #: views.py:161 #, 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:164 @@ -459,13 +458,13 @@ msgstr "" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value turns an instance of a metadata of " -"this type into a choice list which options are the result of the lookup's " -"code execution." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "" diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index c20b5a7df0..d15cf372b3 100644 Binary files a/apps/metadata/locale/pt/LC_MESSAGES/django.mo and b/apps/metadata/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.po b/apps/metadata/locale/pt/LC_MESSAGES/django.po index 03a8c4ba31..756762be3d 100644 --- a/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:23 __init__.py:25 @@ -146,9 +145,7 @@ msgstr "escolhas" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user " -"in User.objects.all()].%s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name() for user in User.objects.all()].%s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -260,9 +257,9 @@ msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." #: views.py:87 views.py:251 -#, fuzzy, python-format +#, python-format msgid "Error deleting document indexes; %s" -msgstr "Erro ao editar tipo de metadados; %s" +msgstr "" #: views.py:99 #, python-format @@ -275,14 +272,13 @@ msgid "Metadata for document %s edited successfully." msgstr "Metadados do documento %s alterados com sucesso." #: views.py:107 views.py:268 -#, fuzzy, python-format +#, python-format msgid "Error updating document indexes; %s" -msgstr "Erro ao editar tipo de metadados; %s" +msgstr "" #: views.py:109 views.py:270 -#, fuzzy msgid "Document indexes updated successfully." -msgstr "Metadados do documento %s alterados com sucesso." +msgstr "" #: views.py:120 #, python-format @@ -297,17 +293,15 @@ msgstr "Editar os metadados dos documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s adicionado com sucesso ao documento " +"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." #: views.py:164 #, 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:188 #, python-format @@ -324,17 +318,13 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" 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:262 #, 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:281 #, python-format @@ -462,11 +452,7 @@ 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." -msgstr "" -"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " -"Conjuntos de metadados são úteis na criação de novos documentos; " -"selecionando um conjunto de metadados, automaticamente atribui os tipos de " -"metadados membros desse conjunto ao documento." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui os tipos de metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -474,22 +460,13 @@ msgstr "O que são tipos de metadados?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Um tipo de metadados define as características de um valor de algum tipo que " -"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " -"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " -"nome de um tipo de metadados é o identificador interno através do qual ele " -"pode ser referenciado pelos outros módulos, como o módulo de indexação, o " -"título é o valor que é mostrado para os utilizadores, o valor padrão é o " -"valor que uma instância desse tipo de metadados terá inicialmente, e o valor " -"de escolhas torna uma instância de um metadado deste tipo numa lista de " -"opções, cujos componentes são o resultado da execução do código da pesquisa." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno através do qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os utilizadores, o valor padrão é o valor que uma instância desse tipo de metadados terá inicialmente, e o valor de escolhas torna uma instância de um metadado deste tipo numa lista de opções, cujos componentes são o resultado da execução do código da pesquisa." diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo index ebcea7e084..908f1fa637 100644 Binary files a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po index c110235d84..4501835d3b 100644 --- a/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011-2012. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-11-29 14:52+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:23 __init__.py:25 @@ -145,9 +144,7 @@ msgstr "pesquisa" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o " -"usuário em User.objects.all()]. %s" +msgstr "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o usuário em User.objects.all()]. %s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -259,9 +256,9 @@ msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." #: views.py:87 views.py:251 -#, fuzzy, python-format +#, python-format msgid "Error deleting document indexes; %s" -msgstr "Erro ao editar o conjunto de metadados; %s" +msgstr "" #: views.py:99 #, python-format @@ -274,14 +271,13 @@ msgid "Metadata for document %s edited successfully." msgstr "Metadados para o documento %s alterados com sucesso." #: views.py:107 views.py:268 -#, fuzzy, python-format +#, python-format msgid "Error updating document indexes; %s" -msgstr "Erro ao editar o conjunto de metadados; %s" +msgstr "" #: views.py:109 views.py:270 -#, fuzzy msgid "Document indexes updated successfully." -msgstr "Metadados para o documento %s alterados com sucesso." +msgstr "" #: views.py:120 #, python-format @@ -296,17 +292,15 @@ msgstr "Editar os metadados do documentos: %s" #: views.py:161 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document %(document)s." -msgstr "" -"Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento " +"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." #: views.py:164 #, 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:188 #, python-format @@ -323,17 +317,13 @@ msgstr "Adicionar tipo de metadados aos documentos: %s" 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:262 #, 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:281 #, python-format @@ -461,11 +451,7 @@ 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." -msgstr "" -"Um conjunto de metadados é um grupo de um ou mais tipos de metadados. " -"Conjuntos de metadados são úteis na criação de novos documentos; " -"selecionando um conjunto de metadados, automaticamente atribui tipos de " -"metadados membros desse conjunto ao documento." +msgstr "Um conjunto de metadados é um grupo de um ou mais tipos de metadados. Conjuntos de metadados são úteis na criação de novos documentos; selecionando um conjunto de metadados, automaticamente atribui tipos de metadados membros desse conjunto ao documento." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -473,22 +459,13 @@ msgstr "Quais são os tipos de metadados?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Um tipo de metadados define as características de um valor de algum tipo que " -"pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome " -"de cliente, uma data ou um projeto ao qual pertencem vários documentos. O " -"nome de um tipo de metadados é o identificador interno com o qual ele pode " -"ser referenciado pelos outros módulos, como o módulo de indexação, o título " -"é o valor que é mostrado para os usuários, o valor padrão é o valor de uma " -"instância desse tipo de metadados terá inicialmente, o valor de pesquisa e " -"vira um exemplo de um metadados deste tipo em uma lista de escolha de quais " -"opções são o resultado da execução a pesquisa de código." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Um tipo de metadados define as características de um valor de algum tipo que pode ser anexado a um documento. Exemplos de tipos de metadados são: um nome de cliente, uma data ou um projeto ao qual pertencem vários documentos. O nome de um tipo de metadados é o identificador interno com o qual ele pode ser referenciado pelos outros módulos, como o módulo de indexação, o título é o valor que é mostrado para os usuários, o valor padrão é o valor de uma instância desse tipo de metadados terá inicialmente, o valor de pesquisa e vira um exemplo de um metadados deste tipo em uma lista de escolha de quais opções são o resultado da execução a pesquisa de código." diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index 0de62a58c0..476914c2b8 100644 Binary files a/apps/metadata/locale/ru/LC_MESSAGES/django.mo and b/apps/metadata/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.po b/apps/metadata/locale/ru/LC_MESSAGES/django.po index 87ba618a6c..a4c3ef2ebe 100644 --- a/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:23 __init__.py:25 msgid "edit metadata" @@ -145,9 +143,7 @@ msgstr "поиск" msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" -msgstr "" -"Введите строку для вычисления. Пример: [user.get_full_name() for user in " -"User.objects.all()].%s" +msgstr "Введите строку для вычисления. Пример: [user.get_full_name() for user in User.objects.all()].%s" #: models.py:39 models.py:69 views.py:353 views.py:398 msgid "metadata type" @@ -259,15 +255,14 @@ msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." #: views.py:87 views.py:251 -#, fuzzy, python-format +#, python-format msgid "Error deleting document indexes; %s" -msgstr "Ошибка редактирования типа метаданных; %s" +msgstr "" #: views.py:99 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." -msgstr "" -"Ошибка редактирования метаданных для документа %(document)s; %(error)s." +msgstr "Ошибка редактирования метаданных для документа %(document)s; %(error)s." #: views.py:102 #, python-format @@ -275,14 +270,13 @@ msgid "Metadata for document %s edited successfully." msgstr "Метаданные для документов %s изменены." #: views.py:107 views.py:268 -#, fuzzy, python-format +#, python-format msgid "Error updating document indexes; %s" -msgstr "Ошибка редактирования типа метаданных; %s" +msgstr "" #: views.py:109 views.py:270 -#, fuzzy msgid "Document indexes updated successfully." -msgstr "Метаданные для документов %s изменены." +msgstr "" #: views.py:120 #, python-format @@ -297,9 +291,9 @@ msgstr "Редактирование метаданных для докумен #: views.py:161 #, 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:164 #, python-format @@ -322,17 +316,13 @@ msgstr "Добавляйте метаданные типа документов: 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:262 #, 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:281 #, python-format @@ -392,17 +382,17 @@ msgstr "Вы действительно хотите удалить метада #: views.py:440 msgid "Metadata set edited successfully" -msgstr "" +msgstr "Набор метаданных успешно изменен" #: views.py:443 #, python-format msgid "Error editing metadata set; %s" -msgstr "" +msgstr "Ошибка редактирования набора метаданных %s" #: views.py:449 #, python-format msgid "edit metadata set: %s" -msgstr "" +msgstr "редактировать метаданные набора %s" #: views.py:491 #, python-format @@ -460,10 +450,7 @@ 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." -msgstr "" -"Набор метаданных это группа из одного или более типов метаданных. Наборы " -"метаданных полезны при создании новых документов; указание набора " -"метаданных автоматически добавляет метаданные набора к документу." +msgstr "Набор метаданных это группа из одного или более типов метаданных. Наборы метаданных полезны при создании новых документов; указание набора метаданных автоматически добавляет метаданные набора к документу." #: templates/metadata_type_help.html:3 msgid "What are metadata types?" @@ -471,25 +458,13 @@ msgstr "Что такое типы метаданных?" #: templates/metadata_type_help.html:4 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 " +"A metadata type defines the characteristics of a value of some kind that can" +" be attached to a document. Examples of metadata types are: a client name, " +"a date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to " -"the users, the default value is the value an instance of this metadata type " -"will have initially, and the lookup value 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 "" -"Тип метаданных определяет характеристики информации которая может быть " -"присоединена к документу. Примеры типов метаданных : имя клиента, дата или " -"проект, к которому принадлежат несколько документов. Имя типа метаданных " -"является внутренним идентификатором, на который могут ссылаться другие " -"модули, такие как модуль индексирования\n" -"\n" -"Имя это значение, которое показано пользователям\n" -"\n" -"Значение по умолчанию - значение экземпляра этого типа метаданных будет на " -"начальном этапе,\n" -"\n" -"Краткое имя служит для выбора из списка значений в результатах поиска." +"modules such as the indexing module, the title is the value that is shown to" +" the users, the default value is the value an instance of this metadata type" +" will have initially, and the lookup value 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 "Тип метаданных определяет характеристики информации которая может быть присоединена к документу. Примеры типов метаданных : имя клиента, дата или проект, к которому принадлежат несколько документов. Имя типа метаданных является внутренним идентификатором, на который могут ссылаться другие модули, такие как модуль индексирования\n\nИмя это значение, которое показано пользователям\n\nЗначение по умолчанию - значение экземпляра этого типа метаданных будет на начальном этапе,\n\nКраткое имя служит для выбора из списка значений в результатах поиска." diff --git a/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo b/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..6a2c89c50a Binary files /dev/null and b/apps/metadata/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po b/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..033390012a --- /dev/null +++ b/apps/metadata/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,470 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 01:06+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:23 __init__.py:25 +msgid "edit metadata" +msgstr "sửa siêu dữ liệu" + +#: __init__.py:24 __init__.py:70 +msgid "metadata" +msgstr " siêu dữ liệu" + +#: __init__.py:26 __init__.py:27 +msgid "add metadata" +msgstr "thêm siêu dữ liệu" + +#: __init__.py:28 __init__.py:29 +msgid "remove metadata" +msgstr "xóa siêu dữ liệu" + +#: __init__.py:31 models.py:40 views.py:316 +msgid "metadata types" +msgstr "các loại siêu dữ liệu" + +#: __init__.py:32 __init__.py:37 +msgid "edit" +msgstr "sửa" + +#: __init__.py:33 __init__.py:39 +msgid "delete" +msgstr "xóa" + +#: __init__.py:34 __init__.py:40 +msgid "create new" +msgstr "tạo mới" + +#: __init__.py:36 views.py:416 +msgid "metadata sets" +msgstr "các tập siêu dữ liệu" + +#: __init__.py:38 views.py:420 +msgid "members" +msgstr "" + +#: __init__.py:42 models.py:104 +msgid "default metadata" +msgstr "siêu dữ liệu mặc định" + +#: classes.py:14 +#, python-format +msgid "'metadata' object has no attribute '%s'" +msgstr "đối tượng 'siêu dữ liệu' không có thuộc tính: %s" + +#: forms.py:28 +msgid "required" +msgstr "yêu cầu" + +#: forms.py:54 +msgid "id" +msgstr "id" + +#: forms.py:55 +msgid "Name" +msgstr "Tên" + +#: forms.py:57 +msgid "Value" +msgstr "Giá trị" + +#: forms.py:58 +msgid "Update" +msgstr "Cập nhật" + +#: forms.py:64 +msgid "Metadata type" +msgstr "Loại siêu dữ liệu" + +#: forms.py:68 +msgid "Remove" +msgstr "Xóa" + +#: forms.py:86 views.py:568 views.py:586 +msgid "Metadata sets" +msgstr "Các tập siêu dữ liệu" + +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Siêu dữ liệu" + +#: models.py:11 +#, python-format +msgid " Available models: %s" +msgstr "Available models: %s" + +#: models.py:12 +#, python-format +msgid " Available functions: %s" +msgstr "Available models: %s" + +#: models.py:19 +msgid "name" +msgstr "tên" + +#: models.py:19 +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:20 models.py:47 +msgid "title" +msgstr "tiêu đề" + +#: models.py:22 +msgid "default" +msgstr "mặc định" + +#: models.py:23 +#, python-format +msgid "Enter a string to be evaluated.%s" +msgstr "Nhập vào một chuỗi để được đánh giá.%s" + +#: models.py:25 +msgid "lookup" +msgstr "tra cứu" + +#: models.py:26 +#, python-format +msgid "" +"Enter a string to be evaluated. Example: [user.get_full_name() for user in " +"User.objects.all()].%s" +msgstr "Nhập vào một chuỗi để được đánh giá. Ví dụ: [user.get_full_name() for user in User.objects.all()].%s" + +#: models.py:39 models.py:69 views.py:353 views.py:398 +msgid "metadata type" +msgstr "loại siêu dữ liệu" + +#: models.py:59 models.py:60 models.py:68 views.py:452 views.py:495 +#: views.py:541 +msgid "metadata set" +msgstr "tập siêu dữ liệu" + +#: models.py:76 +msgid "metadata set item" +msgstr "phần tử tập siêu dữ liệu" + +#: models.py:77 +msgid "metadata set items" +msgstr "các phần tử tập siêu dữ liệu" + +#: models.py:85 +msgid "document" +msgstr "tài liệu" + +#: models.py:86 +msgid "type" +msgstr "loại" + +#: models.py:87 views.py:304 +msgid "value" +msgstr "giá trị" + +#: models.py:93 models.py:94 +msgid "document metadata" +msgstr "siêu dữ liệu của tài liệu" + +#: models.py:102 views.py:626 +msgid "document type" +msgstr "" + +#: models.py:103 +msgid "default metadata sets" +msgstr "" + +#: models.py:110 +msgid "document type defaults" +msgstr "" + +#: models.py:111 +msgid "document types defaults" +msgstr "" + +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Sửa siêu dữ liệu của tài liệu" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Thêm siêu dữ liệu vào tài liệu" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Xóa siêu dữ liệu từ tài liệu" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Xem siêu dữ liệu của tài liệu" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Cài đặt siêu dữ liệu" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Sửa các loại siêu dữ liệu" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Tạo loại siêu dữ liệu mới" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Xóa loại siêu dữ liệu" + +#: permissions.py:17 +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:41 views.py:204 +msgid "The selected document doesn't have any metadata." +msgstr "" + +#: views.py:52 views.py:144 views.py:216 +msgid "Must provide at least one document." +msgstr "" + +#: views.py:87 views.py:251 +#, python-format +msgid "Error deleting document indexes; %s" +msgstr "" + +#: views.py:99 +#, python-format +msgid "Error editing metadata for document %(document)s; %(error)s." +msgstr "" + +#: views.py:102 +#, python-format +msgid "Metadata for document %s edited successfully." +msgstr "" + +#: views.py:107 views.py:268 +#, python-format +msgid "Error updating document indexes; %s" +msgstr "" + +#: views.py:109 views.py:270 +msgid "Document indexes updated successfully." +msgstr "" + +#: views.py:120 +#, python-format +msgid "Edit metadata for document: %s" +msgstr "" + +#: views.py:122 +#, python-format +msgid "Edit metadata for documents: %s" +msgstr "" + +#: views.py:161 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s successfully added to document " +"%(document)s." +msgstr "" + +#: views.py:164 +#, python-format +msgid "" +"Metadata type: %(metadata_type)s already present in document %(document)s." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Add metadata type to document: %s" +msgstr "" + +#: views.py:190 +#, python-format +msgid "Add metadata type to documents: %s" +msgstr "" + +#: views.py:259 +#, python-format +msgid "" +"Successfully remove metadata type: %(metadata_type)s from document: " +"%(document)s." +msgstr "" + +#: views.py:262 +#, python-format +msgid "" +"Error removing metadata type: %(metadata_type)s from document: %(document)s." +msgstr "" + +#: views.py:281 +#, python-format +msgid "Remove metadata types from document: %s" +msgstr "" + +#: views.py:283 +#, python-format +msgid "Remove metadata types from documents: %s" +msgstr "" + +#: views.py:302 +#, python-format +msgid "metadata for: %s" +msgstr "" + +#: views.py:320 +msgid "internal name" +msgstr "" + +#: views.py:341 +msgid "Metadata type edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing metadata type; %s" +msgstr "" + +#: views.py:350 +#, python-format +msgid "edit metadata type: %s" +msgstr "" + +#: views.py:365 +msgid "Metadata type created successfully" +msgstr "" + +#: views.py:371 +msgid "create metadata type" +msgstr "" + +#: views.py:390 +#, python-format +msgid "Metadata type: %s deleted successfully." +msgstr "" + +#: views.py:392 +#, python-format +msgid "Metadata type: %(metadata_type)s delete error: %(error)s" +msgstr "" + +#: views.py:403 +#, python-format +msgid "Are you sure you wish to delete the metadata type: %s?" +msgstr "" + +#: views.py:440 +msgid "Metadata set edited successfully" +msgstr "" + +#: views.py:443 +#, python-format +msgid "Error editing metadata set; %s" +msgstr "" + +#: views.py:449 +#, python-format +msgid "edit metadata set: %s" +msgstr "" + +#: views.py:491 +#, python-format +msgid "non members of metadata set: %s" +msgstr "" + +#: views.py:492 +#, python-format +msgid "members of metadata set: %s" +msgstr "" + +#: views.py:507 +msgid "Metadata set created successfully" +msgstr "" + +#: views.py:513 +msgid "create metadata set" +msgstr "" + +#: views.py:532 +#, python-format +msgid "Metadata set: %s deleted successfully." +msgstr "" + +#: views.py:535 +#, python-format +msgid "Metadata set: %(metadata_set)s delete error: %(error)s" +msgstr "" + +#: views.py:546 +#, python-format +msgid "Are you sure you wish to delete the metadata set: %s?" +msgstr "" + +#: views.py:565 views.py:583 +msgid "Metadata types" +msgstr "" + +#: views.py:621 +#, python-format +msgid "non members of document type: %s" +msgstr "" + +#: views.py:622 +#, python-format +msgid "members of document type: %s" +msgstr "" + +#: templates/metadata_set_help.html:3 +msgid "What are metadata sets?" +msgstr "" + +#: templates/metadata_set_help.html:4 +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." +msgstr "" + +#: templates/metadata_type_help.html:3 +msgid "What are metadata types?" +msgstr "" + +#: templates/metadata_type_help.html:4 +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." +msgstr "" diff --git a/apps/navigation/locale/ar/LC_MESSAGES/django.mo b/apps/navigation/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..3ec32dc7d4 Binary files /dev/null and b/apps/navigation/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/ar/LC_MESSAGES/django.po b/apps/navigation/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..50bb106388 --- /dev/null +++ b/apps/navigation/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,31 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 17:57+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: forms.py:14 +msgid "Multi item action" +msgstr "اجراء لأكثر من بند:" + +#: widgets.py:48 +msgid "icon" +msgstr "أيقونة" + +#: templatetags/navigation_tags.py:282 +msgid "Selected item actions:" +msgstr "الاجراءات للبند المختار:" diff --git a/apps/navigation/locale/bg/LC_MESSAGES/django.mo b/apps/navigation/locale/bg/LC_MESSAGES/django.mo index 92755718fc..68860baf2d 100644 Binary files a/apps/navigation/locale/bg/LC_MESSAGES/django.mo and b/apps/navigation/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/bg/LC_MESSAGES/django.po b/apps/navigation/locale/bg/LC_MESSAGES/django.po index b937e6789e..a8b8911aa2 100644 --- a/apps/navigation/locale/bg/LC_MESSAGES/django.po +++ b/apps/navigation/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo b/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo index b7bc44355a..72caaab757 100644 Binary files a/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo and b/apps/navigation/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po index 3c8d31d193..1446c0b1e1 100644 --- a/apps/navigation/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/navigation/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.mo b/apps/navigation/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/navigation/locale/en/LC_MESSAGES/django.mo and b/apps/navigation/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index 185de9a019..1febeb06a8 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.mo b/apps/navigation/locale/es/LC_MESSAGES/django.mo index bf8134d2b3..92921c8d2c 100644 Binary files a/apps/navigation/locale/es/LC_MESSAGES/django.mo and b/apps/navigation/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.po b/apps/navigation/locale/es/LC_MESSAGES/django.po index f168874691..ec0116fd2b 100644 --- a/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Roberto Rosario , 2011, 2012. +# Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/fr/LC_MESSAGES/django.mo b/apps/navigation/locale/fr/LC_MESSAGES/django.mo index a9db431fbe..89c38f425f 100644 Binary files a/apps/navigation/locale/fr/LC_MESSAGES/django.mo and b/apps/navigation/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/fr/LC_MESSAGES/django.po b/apps/navigation/locale/fr/LC_MESSAGES/django.po index 2302828b6f..0fec563437 100644 --- a/apps/navigation/locale/fr/LC_MESSAGES/django.po +++ b/apps/navigation/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:32+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: forms.py:14 @@ -30,6 +29,3 @@ msgstr "icone" #: templatetags/navigation_tags.py:282 msgid "Selected item actions:" msgstr "Actions pour les éléments sélectionnés" - -#~ msgid "Unnamed link" -#~ msgstr "Lien sans nom" diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.mo b/apps/navigation/locale/it/LC_MESSAGES/django.mo index 1633e22356..6d782f9a39 100644 Binary files a/apps/navigation/locale/it/LC_MESSAGES/django.mo and b/apps/navigation/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.po b/apps/navigation/locale/it/LC_MESSAGES/django.po index f2e28e31a8..efc0937eb5 100644 --- a/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo index dfe9fd3e3a..1ee4384ca2 100644 Binary files a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po index 9ff5d2ac8f..af0943bab5 100644 --- a/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/navigation/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-28 19:31+0000\n" -"Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 @@ -30,6 +29,3 @@ msgstr "icon" #: templatetags/navigation_tags.py:282 msgid "Selected item actions:" msgstr "Acties voor geselecteerde items:" - -#~ msgid "Unnamed link" -#~ msgstr "Onbenoemde link" diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.mo b/apps/navigation/locale/pl/LC_MESSAGES/django.mo index 850a0faae9..fd8d08b22a 100644 Binary files a/apps/navigation/locale/pl/LC_MESSAGES/django.mo and b/apps/navigation/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/pl/LC_MESSAGES/django.po b/apps/navigation/locale/pl/LC_MESSAGES/django.po index f6be070796..81ee94748e 100644 --- a/apps/navigation/locale/pl/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: forms.py:14 msgid "Multi item action" diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index fd63570a5f..466ef142a8 100644 Binary files a/apps/navigation/locale/pt/LC_MESSAGES/django.mo and b/apps/navigation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.po b/apps/navigation/locale/pt/LC_MESSAGES/django.po index 2ca6cabfb5..73aa6390cb 100644 --- a/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo index 6c6c093c24..b93ebaf217 100644 Binary files a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po index 1573d65a7d..0f9e006584 100644 --- a/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: forms.py:14 diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.mo b/apps/navigation/locale/ru/LC_MESSAGES/django.mo index a62dfbd903..437047744a 100644 Binary files a/apps/navigation/locale/ru/LC_MESSAGES/django.mo and b/apps/navigation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.po b/apps/navigation/locale/ru/LC_MESSAGES/django.po index 4a55b03038..c6e39b9983 100644 --- a/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: forms.py:14 msgid "Multi item action" diff --git a/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo b/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..27d98bf6cb Binary files /dev/null and b/apps/navigation/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po b/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ae5c4df7a9 --- /dev/null +++ b/apps/navigation/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,31 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 00:59+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: forms.py:14 +msgid "Multi item action" +msgstr "Thao tác" + +#: widgets.py:48 +msgid "icon" +msgstr "biểu tượng" + +#: templatetags/navigation_tags.py:282 +msgid "Selected item actions:" +msgstr "các thao tác được lựa chọn" diff --git a/apps/ocr/locale/ar/LC_MESSAGES/django.mo b/apps/ocr/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..c3ada134af Binary files /dev/null and b/apps/ocr/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/ar/LC_MESSAGES/django.po b/apps/ocr/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..280f9d4b22 --- /dev/null +++ b/apps/ocr/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,422 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 18:18+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:32 __init__.py:33 +msgid "submit to OCR queue" +msgstr "submit to OCR queue" + +#: __init__.py:34 __init__.py:35 +msgid "re-queue" +msgstr "re-queue" + +#: __init__.py:36 __init__.py:37 __init__.py:50 +msgid "delete" +msgstr "delete" + +#: __init__.py:39 +msgid "stop queue" +msgstr "stop queue" + +#: __init__.py:40 +msgid "activate queue" +msgstr "activate queue" + +#: __init__.py:42 +msgid "clean up pages content" +msgstr "clean up pages content" + +#: __init__.py:42 +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." + +#: __init__.py:44 +msgid "queue document list" +msgstr "queue document list" + +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "OCR" + +#: __init__.py:47 +msgid "transformations" +msgstr "transformations" + +#: __init__.py:48 +msgid "add transformation" +msgstr "add transformation" + +#: __init__.py:49 +msgid "edit" +msgstr "edit" + +#: __init__.py:74 +msgid "Default" +msgstr "Default" + +#: __init__.py:102 +msgid "Checks the OCR queue for pending documents." +msgstr "Checks the OCR queue for pending documents." + +#: api.py:122 +msgid "Text from OCR" +msgstr "Text from OCR" + +#: literals.py:8 +msgid "stopped" +msgstr "stopped" + +#: literals.py:9 +msgid "active" +msgstr "active" + +#: literals.py:18 +msgid "pending" +msgstr "pending" + +#: literals.py:19 +msgid "processing" +msgstr "processing" + +#: literals.py:20 +msgid "error" +msgstr "error" + +#: models.py:27 +msgid "name" +msgstr "name" + +#: models.py:28 +msgid "label" +msgstr "label" + +#: models.py:32 models.py:52 +msgid "state" +msgstr "state" + +#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354 +#: views.py:384 views.py:420 +msgid "document queue" +msgstr "document queue" + +#: models.py:38 +msgid "document queues" +msgstr "document queues" + +#: models.py:46 +msgid "document" +msgstr "document" + +#: models.py:47 +msgid "date time submitted" +msgstr "date time submitted" + +#: models.py:48 +msgid "delay ocr" +msgstr "delay ocr" + +#: models.py:53 +msgid "result" +msgstr "result" + +#: models.py:54 +msgid "node name" +msgstr "node name" + +#: models.py:58 +msgid "queue document" +msgstr "queue document" + +#: models.py:59 +msgid "queue documents" +msgstr "queue documents" + +#: models.py:79 views.py:47 +msgid "Missing document." +msgstr "Missing document." + +#: models.py:83 +msgid "Enter a valid value." +msgstr "Enter a valid value." + +#: models.py:111 views.py:317 +msgid "order" +msgstr "order" + +#: models.py:112 views.py:318 views.py:355 views.py:385 +msgid "transformation" +msgstr "transformation" + +#: models.py:113 views.py:319 +msgid "arguments" +msgstr "arguments" + +#: models.py:113 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Use dictionaries to indentify arguments, example: %s" + +#: models.py:123 +msgid "document queue transformation" +msgstr "document queue transformation" + +#: models.py:124 +msgid "document queue transformations" +msgstr "document queue transformations" + +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "Submit documents for OCR" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "Delete documents from OCR queue" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "Can enable/disable the OCR queue" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "Can execute the OCR clean up on all document pages" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Can edit an OCR queue properties" + +#: statistics.py:8 +#, python-format +msgid "Document queues: %d" +msgstr "Document queues: %d" + +#: statistics.py:9 +#, python-format +msgid "Queued documents: %d" +msgstr "Queued documents: %d" + +#: statistics.py:13 +msgid "OCR statistics" +msgstr "OCR statistics" + +#: views.py:40 +#, python-format +msgid "documents in queue: %s" +msgstr "documents in queue: %s" + +#: views.py:48 +msgid "thumbnail" +msgstr "thumbnail" + +#: views.py:61 +msgid "document queue properties" +msgstr "document queue properties" + +#: views.py:62 +#, python-format +msgid "Current state: %s" +msgstr "Current state: %s" + +#: views.py:78 views.py:166 +msgid "Must provide at least one queue document." +msgstr "Must provide at least one queue document." + +#: views.py:88 +#, python-format +msgid "Document: %s is being processed and can't be deleted." +msgstr "Document: %s is being processed and can't be deleted." + +#: views.py:91 +#, python-format +msgid "Queue document: %(document)s deleted successfully." +msgstr "Queue document: %(document)s deleted successfully." + +#: views.py:95 +#, python-format +msgid "Error deleting document: %(document)s; %(error)s" +msgstr "Error deleting document: %(document)s; %(error)s" + +#: views.py:108 +#, 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:110 +#, 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:146 +#, python-format +msgid "Document: %(document)s was added to the OCR queue: %(queue)s." +msgstr "Document: %(document)s was added to the OCR queue: %(queue)s." + +#: views.py:149 +#, python-format +msgid "Document: %(document)s is already queued." +msgstr "Document: %(document)s is already queued." + +#: views.py:178 +#, 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:184 +#, python-format +msgid "Document id#: %d, no longer exists." +msgstr "Document id#: %d, no longer exists." + +#: views.py:188 +#, 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:200 +#, 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:202 +#, 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:220 +#, python-format +msgid "Document queue: %s, already stopped." +msgstr "Document queue: %s, already stopped." + +#: views.py:226 +#, python-format +msgid "Document queue: %s, stopped successfully." +msgstr "Document queue: %s, stopped successfully." + +#: views.py:232 +#, python-format +msgid "Are you sure you wish to disable document queue: %s" +msgstr "Are you sure you wish to disable document queue: %s" + +#: views.py:247 +#, python-format +msgid "Document queue: %s, already active." +msgstr "Document queue: %s, already active." + +#: views.py:253 +#, python-format +msgid "Document queue: %s, activated successfully." +msgstr "Document queue: %s, activated successfully." + +#: views.py:259 +#, python-format +msgid "Are you sure you wish to activate document queue: %s" +msgstr "Are you sure you wish to activate document queue: %s" + +#: views.py:276 +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:277 +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:283 +msgid "Document pages content clean up complete." +msgstr "Document pages content clean up complete." + +#: views.py:285 +#, python-format +msgid "Document pages content clean up error: %s" +msgstr "Document pages content clean up error: %s" + +#: views.py:311 +#, python-format +msgid "transformations for: %s" +msgstr "transformations for: %s" + +#: views.py:341 +msgid "Queue transformation edited successfully" +msgstr "Queue transformation edited successfully" + +#: views.py:344 +#, python-format +msgid "Error editing queue transformation; %s" +msgstr "Error editing queue transformation; %s" + +#: views.py:349 +#, python-format +msgid "Edit transformation: %s" +msgstr "Edit transformation: %s" + +#: views.py:372 +msgid "Queue transformation deleted successfully." +msgstr "Queue transformation deleted successfully." + +#: views.py:374 +#, python-format +msgid "Error deleting queue transformation; %(error)s" +msgstr "Error deleting queue transformation; %(error)s" + +#: views.py:387 +#, python-format +msgid "" +"Are you sure you wish to delete queue transformation \"%(transformation)s\"" +msgstr "Are you sure you wish to delete queue transformation \"%(transformation)s\"" + +#: views.py:410 +msgid "Queue transformation created successfully" +msgstr "Queue transformation created successfully" + +#: views.py:413 +#, python-format +msgid "Error creating queue transformation; %s" +msgstr "Error creating queue transformation; %s" + +#: views.py:422 +#, python-format +msgid "Create new transformation for queue: %s" +msgstr "Create new transformation for queue: %s" + +#: conf/settings.py:13 +msgid "" +"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." + +#: conf/settings.py:14 +msgid "Maximum amount of concurrent document OCRs a node can perform." +msgstr "Maximum amount of concurrent document OCRs a node can perform." + +#: conf/settings.py:15 +msgid "Automatically queue newly created documents for OCR." +msgstr "Automatically queue newly created documents for OCR." + +#: conf/settings.py:17 +msgid "File path to unpaper program." +msgstr "File path to unpaper program." + +#: conf/settings.py:18 +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." + +#: parsers/__init__.py:87 parsers/__init__.py:164 +msgid "Text extracted from PDF" +msgstr "Text extracted from PDF" diff --git a/apps/ocr/locale/bg/LC_MESSAGES/django.mo b/apps/ocr/locale/bg/LC_MESSAGES/django.mo index f1abbf5181..2db913d8f3 100644 Binary files a/apps/ocr/locale/bg/LC_MESSAGES/django.mo and b/apps/ocr/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/bg/LC_MESSAGES/django.po b/apps/ocr/locale/bg/LC_MESSAGES/django.po index 6f50768c68..b10538376b 100644 --- a/apps/ocr/locale/bg/LC_MESSAGES/django.po +++ b/apps/ocr/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-10-18 05:28+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -47,9 +46,7 @@ msgstr "изчистване съдържанието на страниците" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Стартиране на филтър за език, за премахване обичайни грешки от OCR от " -"съдържанието на документите." +msgstr "Стартиране на филтър за език, за премахване обичайни грешки от OCR от съдържанието на документите." #: __init__.py:44 msgid "queue document list" @@ -416,7 +413,8 @@ msgstr "Пътх към приложението unpaper." #: conf/settings.py:18 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 "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo b/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo index ff82df7c13..fd3d79a287 100644 Binary files a/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo and b/apps/ocr/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po index 332d6d8e0e..08f914585e 100644 --- a/apps/ocr/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/ocr/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-09-20 07:52+0000\n" "Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -48,9 +47,7 @@ msgstr "Seiteninhalt aufräumen" 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." #: __init__.py:44 msgid "queue document list" @@ -255,8 +252,7 @@ msgstr "Warteschlangen-Dokumente %(document)s erfolgreich gelöscht." #: views.py:95 #, python-format msgid "Error deleting document: %(document)s; %(error)s" -msgstr "" -"Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" +msgstr "Fehler beim Löschen der Warteschlangen-Dokumente %(document)s; %(error)s" #: views.py:108 #, python-format @@ -271,8 +267,7 @@ msgstr "Sind Sie sicher, dass die Warteschlangen-Dokumente %s löschen möchten? #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." +msgstr "Dokument %(document)s wurde zu OCR-Warteschlange %(queue)s hinzugefügt." #: views.py:149 #, python-format @@ -282,9 +277,7 @@ msgstr "Dokument: %(document)s ist bereits in der Warteschlange." #: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "" -"Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s " -"eingestellt." +msgstr "Das Dokument %(document)s wurde erneut in die OCR-Warteschlange: %(queue)s eingestellt." #: views.py:184 #, python-format @@ -294,9 +287,7 @@ msgstr "Das Dokument mit id#: %d existiert nicht mehr." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt " -"werden." +msgstr "Das Dokument %s wird bereits verarbeitet und kann nicht erneut eingestellt werden." #: views.py:200 #, python-format @@ -321,9 +312,7 @@ msgstr "Dokumenten-Warteschlange %s wurde angehalten." #: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" -msgstr "" -"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren " -"möchten?" +msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s deaktivieren möchten?" #: views.py:247 #, python-format @@ -338,24 +327,19 @@ msgstr "Dokumenten-Warteschlange %s wurde erfolgreich aktiviert." #: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" -msgstr "" -"Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" +msgstr "Sind Sie sicher, dass Sie die Dokumenten-Warteschlange %s aktivieren möchten?" #: views.py:276 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:277 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:283 msgid "Document pages content clean up complete." -msgstr "" -"Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." +msgstr "Bereinigung des erkannten Dokumenten-Seiteninhalts wurde abgeschlossen." #: views.py:285 #, python-format @@ -394,9 +378,7 @@ msgstr "Fehler beim Löschen der Warteschlangen-Transformation: %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen " -"möchten: \"%(transformation)s\"" +msgstr "Sind Sie sicher, dass Sie die Warteschlangen-Transformationen löschen möchten: \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -416,15 +398,11 @@ msgstr "Neue Transformation für Warteschlange erzeugen: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, " -"um die Dateiübertragung abzuschließen." +msgstr "Verzögerung in Sekunden bevor die OCR-Texterkennung eines Dokuments beginnt, um die Dateiübertragung abzuschließen." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine " -"Serverinstanz ausführen darf." +msgstr "Maximale Anzahl an gleichzeitigen OCR-Texterkennungs-Vorgängen die eine Serverinstanz ausführen darf." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -436,10 +414,9 @@ msgstr "Dateipfad zum 'unpaper'-Programm" #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Pfad zu \"Poppler pdftotext\", 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 zu \"Poppler pdftotext\", das benutzt wird, um Text aus PDF-Dateien zu extrahieren." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.mo b/apps/ocr/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/ocr/locale/en/LC_MESSAGES/django.mo and b/apps/ocr/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index a7995b9e8b..7f9c681430 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.mo b/apps/ocr/locale/es/LC_MESSAGES/django.mo index fd0a1e2091..d6e75c3660 100644 Binary files a/apps/ocr/locale/es/LC_MESSAGES/django.mo and b/apps/ocr/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.po b/apps/ocr/locale/es/LC_MESSAGES/django.po index 3dd0655ed1..a569aece20 100644 --- a/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Roberto Rosario , 2011, 2012. +# Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -47,9 +46,7 @@ msgstr "limpiar el contenido" 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." #: __init__.py:44 msgid "queue document list" @@ -269,9 +266,7 @@ msgstr "¿Está seguro que desea eliminar de la cola los documentos: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico " -"de caracteres: %(queue)s." +msgstr "Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico de caracteres: %(queue)s." #: views.py:149 #, python-format @@ -281,9 +276,7 @@ msgstr "Documento: %(document)s ya está en cola." #: views.py:178 #, 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 reconocimiento " -"óptico de caracteres: %(queue)s " +msgstr "Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento óptico de caracteres: %(queue)s " #: views.py:184 #, python-format @@ -293,8 +286,7 @@ msgstr "Documento de #: %d, ya no existe." #: views.py:188 #, 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." +msgstr "El documento: %s ya está en proceso y no se puede volver a agregar a la cola." #: views.py:200 #, python-format @@ -342,9 +334,7 @@ msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" #: views.py:277 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:283 msgid "Document pages content clean up complete." @@ -387,9 +377,7 @@ msgstr "Error al tratar de borrar la transformación de cola; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"¿Está seguro que desea borrar la transformación de cola \"%(transformation)s" -"\"" +msgstr "¿Está seguro que desea borrar la transformación de cola \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -409,15 +397,11 @@ msgstr "Crear nueva transformación para la cola: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Cantidad de segundos a demorar OCR de documentos para por ajustar por el " -"tiempo de replicación de almacenamiento de los nodos." +msgstr "Cantidad de segundos a demorar OCR de documentos para por ajustar por el tiempo de replicación de almacenamiento de los nodos." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"La cantidad máxima concurrentes de OCR de documentos que un nodo puede " -"realizar." +msgstr "La cantidad máxima concurrentes de OCR de documentos que un nodo puede realizar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -429,10 +413,9 @@ msgstr "La ruta de archivo del programa unpaper." #: conf/settings.py:18 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." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/fr/LC_MESSAGES/django.mo b/apps/ocr/locale/fr/LC_MESSAGES/django.mo index c3a534429f..626b38acac 100644 Binary files a/apps/ocr/locale/fr/LC_MESSAGES/django.mo and b/apps/ocr/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/fr/LC_MESSAGES/django.po b/apps/ocr/locale/fr/LC_MESSAGES/django.po index bb8d9b2397..66f448c4bb 100644 --- a/apps/ocr/locale/fr/LC_MESSAGES/django.po +++ b/apps/ocr/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-21 22:30+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:32 __init__.py:33 @@ -47,9 +46,7 @@ msgstr "nettoyer le contenu des pages" 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." #: __init__.py:44 msgid "queue document list" @@ -77,9 +74,7 @@ msgstr "Par défaut" #: __init__.py:102 msgid "Checks the OCR queue for pending documents." -msgstr "" -"Vérifie si la file d'attente OCR contient des documents en attente de " -"transformation." +msgstr "Vérifie si la file d'attente OCR contient des documents en attente de transformation." #: api.py:122 msgid "Text from OCR" @@ -261,20 +256,17 @@ msgstr "Erreur lors de la suppression du document %(document)s;%(error)s" #: views.py:108 #, 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:110 #, 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:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Le document: %(document)s a été ajouté à la file d'attente OCR: %(queue)s." +msgstr "Le document: %(document)s a été ajouté à la file d'attente OCR: %(queue)s." #: views.py:149 #, python-format @@ -284,8 +276,7 @@ msgstr "Le document: %(document)s est déjà en file d'attente" #: views.py:178 #, 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" +msgstr "Le document: %(document)s a été ré-ajouté à la file d'attente OCR:%(queue)s" #: views.py:184 #, python-format @@ -295,9 +286,7 @@ msgstr "Le document id#: %d, n'existe plus." #: views.py:188 #, 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" +msgstr "Le document:%s est déjà en cours de traitement et ne peut être rajouté à la file d'attente" #: views.py:200 #, python-format @@ -322,8 +311,7 @@ msgstr "File d'attente de documents:%s, arrêtée avec succès." #: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" -msgstr "" -"Êtes vous certain de vouloir désactiver la file d'attente de documents:%s" +msgstr "Êtes vous certain de vouloir désactiver la file d'attente de documents:%s" #: views.py:247 #, python-format @@ -346,9 +334,7 @@ msgstr "Êtes vous certain de vouloir nettoyer le contenu de toutes les pages?" #: views.py:277 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:283 msgid "Document pages content clean up complete." @@ -366,14 +352,12 @@ msgstr "transformation pour:%s" #: views.py:341 msgid "Queue transformation edited successfully" -msgstr "" -"Modification de la transformation de file d'attente effectuée avec succès" +msgstr "Modification de la transformation de file d'attente effectuée avec succès" #: views.py:344 #, python-format msgid "Error editing queue transformation; %s" -msgstr "" -"Erreur lors de la modification de la file d'attente de transformation;%s" +msgstr "Erreur lors de la modification de la file d'attente de transformation;%s" #: views.py:349 #, python-format @@ -387,28 +371,22 @@ msgstr "Transformation de file d'attente supprimée avec succès." #: views.py:374 #, python-format msgid "Error deleting queue transformation; %(error)s" -msgstr "" -"Erreur lors de la suppression de la transformation de file d'attente;" -"%(error)s" +msgstr "Erreur lors de la suppression de la transformation de file d'attente;%(error)s" #: views.py:387 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Êtes vous certain de vouloir supprimer la file d'attente de transformation " -"\"%(transformation)s\"" +msgstr "Êtes vous certain de vouloir supprimer la file d'attente de transformation \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" -msgstr "" -"Création de la transformation de la file d'attente effectuée avec succès" +msgstr "Création de la transformation de la file d'attente effectuée avec succès" #: views.py:413 #, python-format msgid "Error creating queue transformation; %s" -msgstr "" -"Erreur lors de la création de la transformation de la file d'attente;%s" +msgstr "Erreur lors de la création de la transformation de la file d'attente;%s" #: views.py:422 #, python-format @@ -419,20 +397,15 @@ msgstr "Créer une nouvelle transformation pour la file d'attente:%s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Durée en secondes de suspension des tâches d'OCR pour permettre aux " -"procédures de réplication de stockage pour le noeud de s'effectuer." +msgstr "Durée en secondes de suspension des tâches d'OCR pour permettre aux procédures de réplication de stockage pour le noeud de s'effectuer." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Maximum d'opérations d'OCR sur documents simultanés que peut traiter un " -"noeud donné " +msgstr "Maximum d'opérations d'OCR sur documents simultanés que peut traiter un noeud donné " #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." -msgstr "" -"Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." +msgstr "Ajouter automatiquement les nouveaux documents créés à la file d'attente OCR." #: conf/settings.py:17 msgid "File path to unpaper program." @@ -440,10 +413,9 @@ msgstr "Chemin vers l'exécutable \"unpaper\"" #: conf/settings.py:18 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." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.mo b/apps/ocr/locale/it/LC_MESSAGES/django.mo index 40bf7c096a..1e61901553 100644 Binary files a/apps/ocr/locale/it/LC_MESSAGES/django.mo and b/apps/ocr/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.po b/apps/ocr/locale/it/LC_MESSAGES/django.po index 7ad5d814eb..235594bdd4 100644 --- a/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -48,9 +47,7 @@ msgstr "ripulisci il contenuto delle pagine" 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." #: __init__.py:44 msgid "queue document list" @@ -270,8 +267,7 @@ msgstr "Sei sicuro di voler cancellare queste code documento: %s?" #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." +msgstr "Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." #: views.py:149 #, python-format @@ -382,9 +378,7 @@ msgstr "Errore nella cancellazione della coda di trasformazione; %(error)s" #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s" -"\"" +msgstr "Sei sicuro di voler cancellare la coda di trasformazione \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -404,15 +398,11 @@ msgstr "Crea una nuova coda di trasformazione:%s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio " -"nel nodo di replica." +msgstr "Quantità di secondi di ritardo OCR di documenti per consentire lo stoccaggio nel nodo di replica." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Importo massimo di documenti concorrenti per OCR che un nodo è in grado di " -"eseguire." +msgstr "Importo massimo di documenti concorrenti per OCR che un nodo è in grado di eseguire." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -424,7 +414,8 @@ msgstr "File path per il programma unpaper" #: conf/settings.py:18 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 "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo b/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo index 5cd997dbbf..21078ac46a 100644 Binary files a/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/ocr/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po b/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po index 07997d411e..821f9bdb1d 100644 --- a/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/ocr/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-09-28 19:58+0000\n" "Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -252,8 +251,7 @@ msgstr "Document: %(document)s uit rij verwijderd." #: views.py:95 #, 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:108 #, python-format @@ -263,8 +261,7 @@ msgstr "Bent u er zeker van dat u document-rij: %s, wilt verwijderen?" #: views.py:110 #, 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:146 #, python-format @@ -279,8 +276,7 @@ msgstr "Document: %(document)s staat al in OCR-rij." #: views.py:178 #, 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." +msgstr "Document: %(document)s is opnieuw in de OCR-rij: %(queue)s ingeplanned." #: views.py:184 #, python-format @@ -290,21 +286,17 @@ msgstr "Document id#: %d, niet langer aanwezig" #: views.py:188 #, 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." +msgstr "Document: %s is al afgehandeld en kan niet meer in de rij geplaatst worden." #: views.py:200 #, 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:202 #, 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:220 #, python-format @@ -379,16 +371,13 @@ msgstr "transformatie wachtrij verwijdert." #: views.py:374 #, python-format msgid "Error deleting queue transformation; %(error)s" -msgstr "" -"Fout bij het verwijderen van transformatie wachtrij. Foutmelding: %(error)s" +msgstr "Fout bij het verwijderen van transformatie wachtrij. Foutmelding: %(error)s" #: views.py:387 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Bent u er zeker van om de transformatie wachtrij: \"%(transformation)s\" te " -"verwijderen." +msgstr "Bent u er zeker van om de transformatie wachtrij: \"%(transformation)s\" te verwijderen." #: views.py:410 msgid "Queue transformation created successfully" @@ -408,15 +397,11 @@ msgstr "Aanmaken van een nieuwe transformatie voor wachtrij: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Aantal seconden OCR vertragen voor het toestaan van node storage replicatie " -"overhead." +msgstr "Aantal seconden OCR vertragen voor het toestaan van node storage replicatie overhead." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Maximum aantal documenten dat tegelijkertijd door een OCR node kan worden " -"verwerkt." +msgstr "Maximum aantal documenten dat tegelijkertijd door een OCR node kan worden verwerkt." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -428,10 +413,9 @@ msgstr "Bestandspad naar unpaper programma." #: conf/settings.py:18 msgid "" -"File path to poppler's pdftotext program used to extract text from PDF files." -msgstr "" -"Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF " +"File path to poppler's pdftotext program used to extract text from PDF " "files." +msgstr "Bestandspad naar 'poppler's' pdftotext programma voor het extraheren van PDF files." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.mo b/apps/ocr/locale/pl/LC_MESSAGES/django.mo index 1e61999660..d422469802 100644 Binary files a/apps/ocr/locale/pl/LC_MESSAGES/django.mo and b/apps/ocr/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/pl/LC_MESSAGES/django.po b/apps/ocr/locale/pl/LC_MESSAGES/django.po index 42ad692879..b83c79c4fa 100644 --- a/apps/ocr/locale/pl/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" @@ -414,7 +412,8 @@ msgstr "" #: conf/settings.py:18 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 "" #: parsers/__init__.py:87 parsers/__init__.py:164 diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/apps/ocr/locale/pt/LC_MESSAGES/django.mo index 2b3b70fe03..847da44868 100644 Binary files a/apps/ocr/locale/pt/LC_MESSAGES/django.mo and b/apps/ocr/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index e969c44324..51ffbc34db 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Renata Oliveira , 2011. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-02 21:27+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:32 __init__.py:33 @@ -49,9 +48,7 @@ msgstr "limpar o conteúdo das páginas" 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." #: __init__.py:44 msgid "queue document list" @@ -281,8 +278,7 @@ msgstr "O documento: %(document)s já está na fila." #: views.py:178 #, 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 " +msgstr "O documento: %(document)s foi reenviado para a fila de OCR: %(queue)s " #: views.py:184 #, python-format @@ -292,9 +288,7 @@ msgstr "O documento com id nº: %d, já não existe." #: views.py:188 #, 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." +msgstr "O documento: %s já está a ser processado e não pode ser reenviado para a fila." #: views.py:200 #, python-format @@ -342,8 +336,7 @@ msgstr "Tem a certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 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:283 msgid "Document pages content clean up complete." @@ -386,9 +379,7 @@ msgstr "Erro ao excluir transformação da fila; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Tem a certeza de que deseja excluir a transformação da fila " -"\"%(transformation)s\"" +msgstr "Tem a certeza de que deseja excluir a transformação da fila \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -408,15 +399,11 @@ msgstr "Criar nova transformação para a fila: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Número de segundos de atraso para o OCR de documentos para permitir a " -"replicação de armazenamento do nó." +msgstr "Número de segundos de atraso para o OCR de documentos para permitir a replicação de armazenamento do nó." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Quantidade máxima de OCR's de documentos que um nó pode executar em " -"simultâneo." +msgstr "Quantidade máxima de OCR's de documentos que um nó pode executar em simultâneo." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -428,10 +415,9 @@ msgstr "Caminho para o programa unpaper." #: conf/settings.py:18 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." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo index bc4ea7f399..6d66c4278b 100644 Binary files a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po index 763db53729..ae04a80285 100644 --- a/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011-2012. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-11-29 14:54+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:32 __init__.py:33 @@ -48,9 +47,7 @@ msgstr "limpar conteúdo das páginas" 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." #: __init__.py:44 msgid "queue document list" @@ -280,8 +277,7 @@ msgstr "Documento: %(document)s já está na lista." #: views.py:178 #, 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 " +msgstr "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " #: views.py:184 #, python-format @@ -339,8 +335,7 @@ msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" #: views.py:277 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:283 msgid "Document pages content clean up complete." @@ -383,9 +378,7 @@ msgstr "Erro ao deletar transformação de lista; %(error)s " #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Tem certeza que deseja deletar a transformação de lista \"%(transformation)s" -"\"" +msgstr "Tem certeza que deseja deletar a transformação de lista \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -405,14 +398,11 @@ msgstr "Criar nova transformação para a lista: %s" msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Quantidade de segundos de atraso OCR de documentos para permitir o nó da " -"sobrecarga de replicação de armazenamento." +msgstr "Quantidade de segundos de atraso OCR de documentos para permitir o nó da sobrecarga de replicação de armazenamento." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." +msgstr "Quantidade máxima de documentos simultâneos OCRs que um nó pode executar." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." @@ -424,10 +414,9 @@ msgstr "Caminho do arquivo para o programa unpaper." #: conf/settings.py:18 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." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/apps/ocr/locale/ru/LC_MESSAGES/django.mo index d154266890..a7c4989008 100644 Binary files a/apps/ocr/locale/ru/LC_MESSAGES/django.mo and b/apps/ocr/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.po b/apps/ocr/locale/ru/LC_MESSAGES/django.po index 0076af1c45..8cfae98d47 100644 --- a/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-09 10:56+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" @@ -48,9 +46,7 @@ msgstr "очистка содержимого страниц" msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." -msgstr "" -"Применить языковый фильтр для удаления общих ошибок распознавания " -"содержимого страниц документа." +msgstr "Применить языковый фильтр для удаления общих ошибок распознавания содержимого страниц документа." #: __init__.py:44 msgid "queue document list" @@ -270,8 +266,7 @@ msgstr "Вы действительно хотите удалить очеред #: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." -msgstr "" -"Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." +msgstr "Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." #: views.py:149 #, python-format @@ -291,8 +286,7 @@ msgstr "Документ №: %d больше не существует." #: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"Документ: %s уже обработан и не может быть повторно добавлен в очередь." +msgstr "Документ: %s уже обработан и не может быть повторно добавлен в очередь." #: views.py:200 #, python-format @@ -340,9 +334,7 @@ msgstr "Вы уверены, что хотите очистить все сод #: views.py:277 msgid "On large databases this operation may take some time to execute." -msgstr "" -"В больших базах данных эта операция может занять некоторое время для " -"выполнения." +msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:283 msgid "Document pages content clean up complete." @@ -385,8 +377,7 @@ msgstr "Ошибка при удалении преобразования оче #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" -msgstr "" -"Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" +msgstr "Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" #: views.py:410 msgid "Queue transformation created successfully" @@ -406,19 +397,15 @@ msgstr "Создать новое преобразование для очере msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." -msgstr "" -"Количество секунд задержки оптического распознавания документов для " -"завершения репликации узла." +msgstr "Количество секунд задержки оптического распознавания документов для завершения репликации узла." #: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." -msgstr "" -"Максимальное количество одновременно распознаваемых документов для узла." +msgstr "Максимальное количество одновременно распознаваемых документов для узла." #: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." -msgstr "" -"Автоматически ставить в очередь новые документы для распознавания текста." +msgstr "Автоматически ставить в очередь новые документы для распознавания текста." #: conf/settings.py:17 msgid "File path to unpaper program." @@ -426,8 +413,9 @@ msgstr "Путь к программе unpaper." #: conf/settings.py:18 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." +msgstr "Путь к файлу программы pdftotext Poppler, используемой для извлечения текста из PDF файлов." #: parsers/__init__.py:87 parsers/__init__.py:164 msgid "Text extracted from PDF" diff --git a/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po b/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po index 87b69c94bf..492c7150dd 100644 --- a/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/ocr/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-09-30 04:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -17,68 +17,68 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: __init__.py:45 links.py:24 permissions.py:7 conf/settings.py:7 -msgid "OCR" -msgstr "" - -#: __init__.py:56 -msgid "Default" -msgstr "" - -#: __init__.py:85 -msgid "Checks the OCR queue for pending documents." -msgstr "" - -#: api.py:122 -msgid "Text from OCR" -msgstr "" - -#: links.py:11 links.py:12 +#: __init__.py:32 __init__.py:33 msgid "submit to OCR queue" msgstr "" -#: links.py:13 links.py:14 +#: __init__.py:34 __init__.py:35 msgid "re-queue" msgstr "" -#: links.py:15 links.py:16 links.py:29 +#: __init__.py:36 __init__.py:37 __init__.py:50 msgid "delete" msgstr "" -#: links.py:18 +#: __init__.py:39 msgid "stop queue" msgstr "" -#: links.py:19 +#: __init__.py:40 msgid "activate queue" msgstr "" -#: links.py:21 +#: __init__.py:42 msgid "clean up pages content" msgstr "" -#: links.py:21 +#: __init__.py:42 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." msgstr "" -#: links.py:23 +#: __init__.py:44 msgid "queue document list" msgstr "" -#: links.py:26 +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "" + +#: __init__.py:47 msgid "transformations" msgstr "" -#: links.py:27 +#: __init__.py:48 msgid "add transformation" msgstr "" -#: links.py:28 +#: __init__.py:49 msgid "edit" msgstr "" +#: __init__.py:74 +msgid "Default" +msgstr "" + +#: __init__.py:102 +msgid "Checks the OCR queue for pending documents." +msgstr "" + +#: api.py:122 +msgid "Text from OCR" +msgstr "" + #: literals.py:8 msgid "stopped" msgstr "" @@ -99,85 +99,85 @@ msgstr "" msgid "error" msgstr "" -#: models.py:26 +#: models.py:27 msgid "name" msgstr "" -#: models.py:27 +#: models.py:28 msgid "label" msgstr "" -#: models.py:31 models.py:51 +#: models.py:32 models.py:52 msgid "state" msgstr "" -#: models.py:36 models.py:44 views.py:42 views.py:312 views.py:353 -#: views.py:383 views.py:419 +#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354 +#: views.py:384 views.py:420 msgid "document queue" msgstr "" -#: models.py:37 +#: models.py:38 msgid "document queues" msgstr "" -#: models.py:45 +#: models.py:46 msgid "document" msgstr "" -#: models.py:46 +#: models.py:47 msgid "date time submitted" msgstr "" -#: models.py:47 +#: models.py:48 msgid "delay ocr" msgstr "" -#: models.py:52 +#: models.py:53 msgid "result" msgstr "" -#: models.py:53 +#: models.py:54 msgid "node name" msgstr "" -#: models.py:57 +#: models.py:58 msgid "queue document" msgstr "" -#: models.py:58 +#: models.py:59 msgid "queue documents" msgstr "" -#: models.py:78 views.py:46 +#: models.py:79 views.py:47 msgid "Missing document." msgstr "" -#: models.py:82 +#: models.py:83 msgid "Enter a valid value." msgstr "" -#: models.py:110 views.py:316 +#: models.py:111 views.py:317 msgid "order" msgstr "" -#: models.py:111 views.py:317 views.py:354 views.py:384 +#: models.py:112 views.py:318 views.py:355 views.py:385 msgid "transformation" msgstr "" -#: models.py:112 views.py:318 +#: models.py:113 views.py:319 msgid "arguments" msgstr "" -#: models.py:112 +#: models.py:113 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:122 +#: models.py:123 msgid "document queue transformation" msgstr "" -#: models.py:123 +#: models.py:124 msgid "document queue transformations" msgstr "" @@ -215,202 +215,202 @@ msgstr "" msgid "OCR statistics" msgstr "" -#: views.py:39 +#: views.py:40 #, python-format msgid "documents in queue: %s" msgstr "" -#: views.py:47 +#: views.py:48 msgid "thumbnail" msgstr "" -#: views.py:60 +#: views.py:61 msgid "document queue properties" msgstr "" -#: views.py:61 +#: views.py:62 #, python-format msgid "Current state: %s" msgstr "" -#: views.py:77 views.py:165 +#: views.py:78 views.py:166 msgid "Must provide at least one queue document." msgstr "" -#: views.py:87 +#: views.py:88 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "" -#: views.py:90 +#: views.py:91 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:94 +#: views.py:95 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:107 +#: views.py:108 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:145 +#: views.py:146 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" -#: views.py:148 +#: views.py:149 #, python-format msgid "Document: %(document)s is already queued." msgstr "" -#: views.py:177 +#: views.py:178 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" -#: views.py:183 +#: views.py:184 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:187 +#: views.py:188 #, python-format msgid "Document: %s is already being processed and can't be re-queded." msgstr "" -#: views.py:199 +#: views.py:200 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:201 +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:219 +#: views.py:220 #, python-format msgid "Document queue: %s, already stopped." msgstr "" -#: views.py:225 +#: views.py:226 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "" -#: views.py:231 +#: views.py:232 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "" -#: views.py:246 +#: views.py:247 #, python-format msgid "Document queue: %s, already active." msgstr "" -#: views.py:252 +#: views.py:253 #, python-format msgid "Document queue: %s, activated successfully." msgstr "" -#: views.py:258 +#: views.py:259 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "" -#: views.py:275 +#: views.py:276 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:276 +#: views.py:277 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:282 +#: views.py:283 msgid "Document pages content clean up complete." msgstr "" -#: views.py:284 +#: views.py:285 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: views.py:310 +#: views.py:311 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:340 +#: views.py:341 msgid "Queue transformation edited successfully" msgstr "" -#: views.py:343 +#: views.py:344 #, python-format msgid "Error editing queue transformation; %s" msgstr "" -#: views.py:348 +#: views.py:349 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:371 +#: views.py:372 msgid "Queue transformation deleted successfully." msgstr "" -#: views.py:373 +#: views.py:374 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "" -#: views.py:386 +#: views.py:387 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -#: views.py:409 +#: views.py:410 msgid "Queue transformation created successfully" msgstr "" -#: views.py:412 +#: views.py:413 #, python-format msgid "Error creating queue transformation; %s" msgstr "" -#: views.py:421 +#: views.py:422 #, python-format msgid "Create new transformation for queue: %s" msgstr "" -#: conf/settings.py:29 +#: conf/settings.py:13 msgid "" "Amount of seconds to delay OCR of documents to allow for the node's storage " "replication overhead." msgstr "" -#: conf/settings.py:37 +#: conf/settings.py:14 msgid "Maximum amount of concurrent document OCRs a node can perform." msgstr "" -#: conf/settings.py:45 conf/settings.py:53 +#: conf/settings.py:15 msgid "Automatically queue newly created documents for OCR." msgstr "" -#: conf/settings.py:61 +#: conf/settings.py:17 msgid "File path to unpaper program." msgstr "" -#: conf/settings.py:70 +#: conf/settings.py:18 msgid "" "File path to poppler's pdftotext program used to extract text from PDF " "files." diff --git a/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo b/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..5e7a5d5476 Binary files /dev/null and b/apps/ocr/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po b/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..fe54d311c8 --- /dev/null +++ b/apps/ocr/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,422 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 01:06+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:32 __init__.py:33 +msgid "submit to OCR queue" +msgstr "chuyển đến hàng đợi OCR" + +#: __init__.py:34 __init__.py:35 +msgid "re-queue" +msgstr "" + +#: __init__.py:36 __init__.py:37 __init__.py:50 +msgid "delete" +msgstr "xóa" + +#: __init__.py:39 +msgid "stop queue" +msgstr "" + +#: __init__.py:40 +msgid "activate queue" +msgstr "" + +#: __init__.py:42 +msgid "clean up pages content" +msgstr "xóa nội dung các trang" + +#: __init__.py:42 +msgid "" +"Runs a language filter to remove common OCR mistakes from document pages " +"content." +msgstr "" + +#: __init__.py:44 +msgid "queue document list" +msgstr "danh sách hàng đợi tài liệu" + +#: __init__.py:45 __init__.py:63 permissions.py:7 +msgid "OCR" +msgstr "OCR" + +#: __init__.py:47 +msgid "transformations" +msgstr "" + +#: __init__.py:48 +msgid "add transformation" +msgstr "" + +#: __init__.py:49 +msgid "edit" +msgstr "sửa" + +#: __init__.py:74 +msgid "Default" +msgstr "Mặc định" + +#: __init__.py:102 +msgid "Checks the OCR queue for pending documents." +msgstr "" + +#: api.py:122 +msgid "Text from OCR" +msgstr "Văn bản từ OCR" + +#: literals.py:8 +msgid "stopped" +msgstr "đã dừng" + +#: literals.py:9 +msgid "active" +msgstr "" + +#: literals.py:18 +msgid "pending" +msgstr "đang chuẩn bị" + +#: literals.py:19 +msgid "processing" +msgstr "đang xử lý" + +#: literals.py:20 +msgid "error" +msgstr "lỗi" + +#: models.py:27 +msgid "name" +msgstr "tên" + +#: models.py:28 +msgid "label" +msgstr "nhãn" + +#: models.py:32 models.py:52 +msgid "state" +msgstr "trạng thái" + +#: models.py:37 models.py:45 views.py:43 views.py:313 views.py:354 +#: views.py:384 views.py:420 +msgid "document queue" +msgstr "hàng đợi tài liệu" + +#: models.py:38 +msgid "document queues" +msgstr "các hàng đợi tài liệu" + +#: models.py:46 +msgid "document" +msgstr "tài liệu" + +#: models.py:47 +msgid "date time submitted" +msgstr "" + +#: models.py:48 +msgid "delay ocr" +msgstr "" + +#: models.py:53 +msgid "result" +msgstr "kết quả" + +#: models.py:54 +msgid "node name" +msgstr "tên node" + +#: models.py:58 +msgid "queue document" +msgstr "tài liệu đợi" + +#: models.py:59 +msgid "queue documents" +msgstr "các tài liệu đợi" + +#: models.py:79 views.py:47 +msgid "Missing document." +msgstr "Tài liệu bị mất." + +#: models.py:83 +msgid "Enter a valid value." +msgstr "Nhập một giá trị hợp lệ." + +#: models.py:111 views.py:317 +msgid "order" +msgstr "thứ tự" + +#: models.py:112 views.py:318 views.py:355 views.py:385 +msgid "transformation" +msgstr "" + +#: models.py:113 views.py:319 +msgid "arguments" +msgstr "các thông số" + +#: models.py:113 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "Sử dụng từ điển để nhận biết các thông số, ví dụ: %s" + +#: models.py:123 +msgid "document queue transformation" +msgstr "" + +#: models.py:124 +msgid "document queue transformations" +msgstr "" + +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Can edit an OCR queue properties" + +#: statistics.py:8 +#, python-format +msgid "Document queues: %d" +msgstr "" + +#: statistics.py:9 +#, python-format +msgid "Queued documents: %d" +msgstr "" + +#: statistics.py:13 +msgid "OCR statistics" +msgstr "Thống kê OCR" + +#: views.py:40 +#, python-format +msgid "documents in queue: %s" +msgstr "các tài liệu đang đợi: %s" + +#: views.py:48 +msgid "thumbnail" +msgstr "" + +#: views.py:61 +msgid "document queue properties" +msgstr "" + +#: views.py:62 +#, python-format +msgid "Current state: %s" +msgstr "Trang thái hiện tại: %s" + +#: views.py:78 views.py:166 +msgid "Must provide at least one queue document." +msgstr "" + +#: views.py:88 +#, python-format +msgid "Document: %s is being processed and can't be deleted." +msgstr "" + +#: views.py:91 +#, python-format +msgid "Queue document: %(document)s deleted successfully." +msgstr "" + +#: views.py:95 +#, python-format +msgid "Error deleting document: %(document)s; %(error)s" +msgstr "" + +#: views.py:108 +#, python-format +msgid "Are you sure you wish to delete queue document: %s?" +msgstr "" + +#: views.py:110 +#, python-format +msgid "Are you sure you wish to delete queue documents: %s?" +msgstr "" + +#: views.py:146 +#, python-format +msgid "Document: %(document)s was added to the OCR queue: %(queue)s." +msgstr "" + +#: views.py:149 +#, python-format +msgid "Document: %(document)s is already queued." +msgstr "" + +#: views.py:178 +#, python-format +msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgstr "" + +#: views.py:184 +#, python-format +msgid "Document id#: %d, no longer exists." +msgstr "" + +#: views.py:188 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "" + +#: views.py:200 +#, python-format +msgid "Are you sure you wish to re-queue document: %s?" +msgstr "" + +#: views.py:202 +#, python-format +msgid "Are you sure you wish to re-queue documents: %s?" +msgstr "" + +#: views.py:220 +#, python-format +msgid "Document queue: %s, already stopped." +msgstr "" + +#: views.py:226 +#, python-format +msgid "Document queue: %s, stopped successfully." +msgstr "" + +#: views.py:232 +#, python-format +msgid "Are you sure you wish to disable document queue: %s" +msgstr "" + +#: views.py:247 +#, python-format +msgid "Document queue: %s, already active." +msgstr "" + +#: views.py:253 +#, python-format +msgid "Document queue: %s, activated successfully." +msgstr "" + +#: views.py:259 +#, python-format +msgid "Are you sure you wish to activate document queue: %s" +msgstr "" + +#: views.py:276 +msgid "Are you sure you wish to clean up all the pages content?" +msgstr "" + +#: views.py:277 +msgid "On large databases this operation may take some time to execute." +msgstr "" + +#: views.py:283 +msgid "Document pages content clean up complete." +msgstr "" + +#: views.py:285 +#, python-format +msgid "Document pages content clean up error: %s" +msgstr "" + +#: views.py:311 +#, python-format +msgid "transformations for: %s" +msgstr "" + +#: views.py:341 +msgid "Queue transformation edited successfully" +msgstr "" + +#: views.py:344 +#, python-format +msgid "Error editing queue transformation; %s" +msgstr "" + +#: views.py:349 +#, python-format +msgid "Edit transformation: %s" +msgstr "" + +#: views.py:372 +msgid "Queue transformation deleted successfully." +msgstr "" + +#: views.py:374 +#, python-format +msgid "Error deleting queue transformation; %(error)s" +msgstr "" + +#: views.py:387 +#, python-format +msgid "" +"Are you sure you wish to delete queue transformation \"%(transformation)s\"" +msgstr "" + +#: views.py:410 +msgid "Queue transformation created successfully" +msgstr "" + +#: views.py:413 +#, python-format +msgid "Error creating queue transformation; %s" +msgstr "" + +#: views.py:422 +#, python-format +msgid "Create new transformation for queue: %s" +msgstr "" + +#: conf/settings.py:13 +msgid "" +"Amount of seconds to delay OCR of documents to allow for the node's storage " +"replication overhead." +msgstr "" + +#: conf/settings.py:14 +msgid "Maximum amount of concurrent document OCRs a node can perform." +msgstr "" + +#: conf/settings.py:15 +msgid "Automatically queue newly created documents for OCR." +msgstr "" + +#: conf/settings.py:17 +msgid "File path to unpaper program." +msgstr "" + +#: conf/settings.py:18 +msgid "" +"File path to poppler's pdftotext program used to extract text from PDF " +"files." +msgstr "" + +#: parsers/__init__.py:87 parsers/__init__.py:164 +msgid "Text extracted from PDF" +msgstr "" diff --git a/apps/permissions/locale/ar/LC_MESSAGES/django.mo b/apps/permissions/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..82da9ae232 Binary files /dev/null and b/apps/permissions/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/ar/LC_MESSAGES/django.po b/apps/permissions/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..b83b38638a --- /dev/null +++ b/apps/permissions/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,205 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 18:55+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:17 models.py:214 views.py:40 +msgid "roles" +msgstr "الأدوار" + +#: __init__.py:18 +msgid "create new role" +msgstr "إنشاء دور جديد" + +#: __init__.py:19 +msgid "edit" +msgstr "تحرير" + +#: __init__.py:20 +msgid "members" +msgstr "الأعضاء" + +#: __init__.py:21 +msgid "role permissions" +msgstr "الصلاحيات الدور" + +#: __init__.py:22 +msgid "delete" +msgstr "حذف" + +#: __init__.py:24 +msgid "grant" +msgstr "منح" + +#: __init__.py:25 +msgid "revoke" +msgstr "سحب" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "صلاحيات غير كافية." + +#: models.py:127 views.py:60 +msgid "namespace" +msgstr "namespace" + +#: models.py:128 views.py:61 +msgid "name" +msgstr "اسم" + +#: models.py:135 models.py:192 views.py:152 views.py:215 +msgid "permission" +msgstr "صلاحيات" + +#: models.py:136 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "صلاحيات" + +#: models.py:200 +msgid "permission holder" +msgstr "حامل الصلاحيات" + +#: models.py:201 +msgid "permission holders" +msgstr "حاملي الصلاحيات" + +#: models.py:209 +msgid "label" +msgstr "عنوان" + +#: models.py:213 models.py:244 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "دور" + +#: models.py:260 +msgid "role member" +msgstr "عضو في الدور" + +#: models.py:261 +msgid "role members" +msgstr "أعضاء الدور" + +#: permissions.py:7 +msgid "Permissions" +msgstr "الصلاحيات" + +#: permissions.py:9 +msgid "View roles" +msgstr "عرض الأدوار" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "تحرير الأدوار" + +#: permissions.py:11 +msgid "Create roles" +msgstr "إنشاء أدوار" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "حذف الأدوار" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "منح الصلاحيات" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "إبطال الصلاحيات" + +#: views.py:63 +msgid "has permission" +msgstr "يملك صلاحيات" + +#: views.py:149 views.py:212 +msgid " and " +msgstr "و" + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "%(permissions)s ل %(requester)s" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "صلاحيات \"%(permission)s\" تم اعطائها ل: %(requester)s." + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "%(requester)s, لديه صلاحيات \"%(permission)s\" granted." + +#: views.py:173 +#, 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:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "صلاحيات \"%(permission)s\" تمت ازالتها من: %(requester)s." + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "%(requester)s, لا يمتلك الصلاحيات \"%(permission)s\" ." + +#: views.py:236 +#, 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:271 views.py:295 +msgid "Users" +msgstr "المستخدمين" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "مجموعات" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "خاص" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "ليس عضو في الدور: %s" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "عضو في الدور: %s" + +#: widgets.py:16 +msgid "Revoke" +msgstr "سحب" + +#: widgets.py:21 +msgid "Grant" +msgstr "منح" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "قائمة الأدوار التي يتم تعيينها تلقائيا إلى المستخدمين الذين تم انشائهم حديثا" diff --git a/apps/permissions/locale/bg/LC_MESSAGES/django.mo b/apps/permissions/locale/bg/LC_MESSAGES/django.mo index 5cd7775c41..04c4389242 100644 Binary files a/apps/permissions/locale/bg/LC_MESSAGES/django.mo and b/apps/permissions/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/bg/LC_MESSAGES/django.po b/apps/permissions/locale/bg/LC_MESSAGES/django.po index dcd57180af..3941fb57cd 100644 --- a/apps/permissions/locale/bg/LC_MESSAGES/django.po +++ b/apps/permissions/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Iliya Georgiev , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-30 13:31+0000\n" "Last-Translator: Iliya Georgiev \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -151,9 +150,7 @@ msgstr "%(requester)s вече има дадено разрешение \"%(perm #, 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:222 #, python-format @@ -169,9 +166,7 @@ msgstr "%(requester)s няма разрешение \"%(permission)s\"." #, 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:271 views.py:295 msgid "Users" @@ -207,6 +202,4 @@ msgstr "Позволяване" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Списък от съществуващи роли, които автоматично са дадени на новосъздадените " -"потребители" +msgstr "Списък от съществуващи роли, които автоматично са дадени на новосъздадените потребители" diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo b/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo index 850d0ad6e8..7c7bfe3cf2 100644 Binary files a/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo and b/apps/permissions/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po index b1b270b659..ec47ad6969 100644 --- a/apps/permissions/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/permissions/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-04-20 11:13+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -151,9 +150,7 @@ msgstr "%(requester)s hat das Recht \"%(permission)s bereits." #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: " -"%(permissions_label)s %(title_suffix)s" +msgstr "Sind Sie sicher, dass Sie folgende Rechte gewähren wollen: %(permissions_label)s %(title_suffix)s" #: views.py:222 #, python-format @@ -169,9 +166,7 @@ msgstr "%(requester)s hat nicht das Recht \"%(permission)s\" zugeteilt." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: " -"%(permissions_label)s %(title_suffix)s" +msgstr "Sind Sie sicher, dass Sie folgende Rechte widerrufen wollen: %(permissions_label)s %(title_suffix)s" #: views.py:271 views.py:295 msgid "Users" @@ -207,6 +202,4 @@ msgstr "Gewähre" 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" diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.mo b/apps/permissions/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/permissions/locale/en/LC_MESSAGES/django.mo and b/apps/permissions/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index c406dbb712..49a103d012 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:17 models.py:214 views.py:40 +#: __init__.py:17 models.py:219 views.py:40 msgid "roles" msgstr "" @@ -61,7 +61,7 @@ msgstr "" msgid "name" msgstr "" -#: models.py:135 models.py:192 views.py:152 views.py:215 +#: models.py:135 models.py:197 views.py:152 views.py:215 msgid "permission" msgstr "" @@ -69,28 +69,28 @@ msgstr "" msgid "permissions" msgstr "" -#: models.py:200 +#: models.py:205 msgid "permission holder" msgstr "" -#: models.py:201 +#: models.py:206 msgid "permission holders" msgstr "" -#: models.py:209 +#: models.py:214 msgid "label" msgstr "" -#: models.py:213 models.py:244 views.py:76 views.py:93 views.py:117 +#: models.py:218 models.py:249 views.py:76 views.py:93 views.py:117 #: views.py:334 msgid "role" msgstr "" -#: models.py:260 +#: models.py:265 msgid "role member" msgstr "" -#: models.py:261 +#: models.py:266 msgid "role members" msgstr "" diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.mo b/apps/permissions/locale/es/LC_MESSAGES/django.mo index 0be3f44cf0..cf11f2607a 100644 Binary files a/apps/permissions/locale/es/LC_MESSAGES/django.mo and b/apps/permissions/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.po b/apps/permissions/locale/es/LC_MESSAGES/django.po index 184ae4a1e8..540046d2e8 100644 --- a/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Roberto Rosario , 2011, 2012. +# Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-02-12 00:25+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -151,8 +150,7 @@ msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." #, 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:222 #, python-format @@ -168,8 +166,7 @@ msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" -"¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" +msgstr "¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" #: views.py:271 views.py:295 msgid "Users" @@ -205,6 +202,4 @@ msgstr "Otorgar" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Una lista de funciones existentes que se asignan automáticamente a los " -"usuarios nuevos" +msgstr "Una lista de funciones existentes que se asignan automáticamente a los usuarios nuevos" diff --git a/apps/permissions/locale/fr/LC_MESSAGES/django.mo b/apps/permissions/locale/fr/LC_MESSAGES/django.mo index 3d75b0a5ef..71a8a6d187 100644 Binary files a/apps/permissions/locale/fr/LC_MESSAGES/django.mo and b/apps/permissions/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/fr/LC_MESSAGES/django.po b/apps/permissions/locale/fr/LC_MESSAGES/django.po index d328362caa..bef23e5df9 100644 --- a/apps/permissions/locale/fr/LC_MESSAGES/django.po +++ b/apps/permissions/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-21 22:40+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -151,9 +150,7 @@ msgstr "%(requester)s, a déjà le droit \"%(permission)s\" d'attribué." #, 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:222 #, python-format @@ -169,9 +166,7 @@ msgstr "%(requester)s, n'a pas le droit \"%(permission)s\" d'attribué." #, 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:271 views.py:295 msgid "Users" @@ -207,6 +202,4 @@ msgstr "Attribuer" 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" diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.mo b/apps/permissions/locale/it/LC_MESSAGES/django.mo index 3fe9d2438f..3a2dc4a2a7 100644 Binary files a/apps/permissions/locale/it/LC_MESSAGES/django.mo and b/apps/permissions/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.po b/apps/permissions/locale/it/LC_MESSAGES/django.po index e3cdde5c30..84e276df61 100644 --- a/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-03-21 13:31+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -152,9 +151,7 @@ msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." #, 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:222 #, python-format @@ -170,9 +167,7 @@ msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." #, 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:271 views.py:295 msgid "Users" @@ -208,6 +203,4 @@ msgstr "Concessione" 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" diff --git a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo index 975d6e3b8a..907b94077e 100644 Binary files a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po index 48b33b3549..084618cd26 100644 --- a/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/permissions/locale/nl_NL/LC_MESSAGES/django.po @@ -1,205 +1,205 @@ # 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 , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2011-09-30 04:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-15 10:05+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 msgid "roles" -msgstr "" +msgstr "gebruikersrollen" #: __init__.py:18 msgid "create new role" -msgstr "" +msgstr "nieuwe gebruikersrol aanmaken" #: __init__.py:19 msgid "edit" -msgstr "" +msgstr "aanpassen" #: __init__.py:20 msgid "members" -msgstr "" +msgstr "leden" #: __init__.py:21 msgid "role permissions" -msgstr "" +msgstr "permissies gebruikersrol" #: __init__.py:22 msgid "delete" -msgstr "" +msgstr "verwijderen" #: __init__.py:24 msgid "grant" -msgstr "" +msgstr "toestaan" #: __init__.py:25 msgid "revoke" -msgstr "" +msgstr "intrekken" #: models.py:51 msgid "Insufficient permissions." -msgstr "" +msgstr "Permissies zijn ontoereikend" #: models.py:127 views.py:60 msgid "namespace" -msgstr "" +msgstr "'namespace'" #: models.py:128 views.py:61 msgid "name" -msgstr "" +msgstr "naam" #: models.py:135 models.py:192 views.py:152 views.py:215 msgid "permission" -msgstr "" +msgstr "permissie" #: models.py:136 views.py:57 views.py:154 views.py:217 msgid "permissions" -msgstr "" +msgstr "permissies" #: models.py:200 msgid "permission holder" -msgstr "" +msgstr "permissiehouder" #: models.py:201 msgid "permission holders" -msgstr "" +msgstr "permissiehouders" #: models.py:209 msgid "label" -msgstr "" +msgstr "label" #: models.py:213 models.py:244 views.py:76 views.py:93 views.py:117 #: views.py:334 msgid "role" -msgstr "" +msgstr "gebruikersrol" #: models.py:260 msgid "role member" -msgstr "" +msgstr "gebruikersrol lid" #: models.py:261 msgid "role members" -msgstr "" +msgstr "leden van de gebruikersrol" #: permissions.py:7 msgid "Permissions" -msgstr "" +msgstr "Permissies" #: permissions.py:9 msgid "View roles" -msgstr "" +msgstr "Bekijk gebruikersrollen" #: permissions.py:10 msgid "Edit roles" -msgstr "" +msgstr "gebruikersrollen aanpassen" #: permissions.py:11 msgid "Create roles" -msgstr "" +msgstr "gebruikersrollen aanmaken" #: permissions.py:12 msgid "Delete roles" -msgstr "" +msgstr "gebruikersrollen verwijderen" #: permissions.py:13 msgid "Grant permissions" -msgstr "" +msgstr "permissies toestaan" #: permissions.py:14 msgid "Revoke permissions" -msgstr "" +msgstr "permissies intrekken" #: views.py:63 msgid "has permission" -msgstr "" +msgstr "heeft permissie" #: views.py:149 views.py:212 msgid " and " -msgstr "" +msgstr "en" #: views.py:149 views.py:212 #, python-format msgid "%(permissions)s to %(requester)s" -msgstr "" +msgstr "%(permissions)s voor %(requester)s" #: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." -msgstr "" +msgstr "Permission \"%(permission)s\" toegestaan voor: %(requester)s." #: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." -msgstr "" +msgstr "%(requester)s, is reeds \"%(permission)s\" toegestaan." #: views.py:173 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" -msgstr "" +msgstr "Bent u er zeker van permissies: %(permissions_label)s %(title_suffix)s, toe te staan?" #: views.py:222 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "" +msgstr "Permissie \"%(permission)s\" ingetrokken van: %(requester)s." #: views.py:225 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "" +msgstr "Voor %(requester)s, zijn \"%(permission)s\" granted." #: views.py:236 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" -msgstr "" +msgstr "Bent u er zeker van om de permissies: %(permissions_label)s %(title_suffix)s, in te trekken?" #: views.py:271 views.py:295 msgid "Users" -msgstr "" +msgstr "Gebruikers" #: views.py:274 views.py:298 msgid "Groups" -msgstr "" +msgstr "Groepen" #: views.py:277 views.py:301 msgid "Special" -msgstr "" +msgstr "Speciaal" #: views.py:330 #, python-format msgid "non members of role: %s" -msgstr "" +msgstr "niet-leden van gebruikersrol: %s" #: views.py:331 #, python-format msgid "members of role: %s" -msgstr "" +msgstr "leden van gebruikersrol: %s" #: widgets.py:16 msgid "Revoke" -msgstr "" +msgstr "Intrekken" #: widgets.py:21 msgid "Grant" -msgstr "" +msgstr "Toestaan" #: conf/settings.py:10 msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" +msgstr "Lijst met bestaande gebruikersrollen die automatisch worden toegekend aan nieuwe gebruikers" diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.mo b/apps/permissions/locale/pl/LC_MESSAGES/django.mo index 07ba3b10bb..62fc13241e 100644 Binary files a/apps/permissions/locale/pl/LC_MESSAGES/django.mo and b/apps/permissions/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/pl/LC_MESSAGES/django.po b/apps/permissions/locale/pl/LC_MESSAGES/django.po index 96f9d21582..96e0ca5f00 100644 --- a/apps/permissions/locale/pl/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:17 models.py:214 views.py:40 msgid "roles" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index ce818e7acb..315c0492e2 100644 Binary files a/apps/permissions/locale/pt/LC_MESSAGES/django.mo and b/apps/permissions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.po b/apps/permissions/locale/pt/LC_MESSAGES/django.po index d37408dc55..44e766d51a 100644 --- a/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-05 16:44+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -153,9 +152,7 @@ msgstr "%(requester)s já tinha a permissão \"%(permission)s\"." #, 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:222 #, python-format @@ -171,8 +168,7 @@ msgstr "%(requester)s, não tem a permissão \"%(permission)s\"." #, 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:271 views.py:295 msgid "Users" @@ -208,6 +204,4 @@ msgstr "Conceder" 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" diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo index 3402684076..dff4f47989 100644 Binary files a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po index 3ae7832dd6..7856b35e48 100644 --- a/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-02 03:30+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:17 models.py:214 views.py:40 @@ -204,6 +203,4 @@ msgstr "Conceder" 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" diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/apps/permissions/locale/ru/LC_MESSAGES/django.mo index 05292fb00d..14e253c35d 100644 Binary files a/apps/permissions/locale/ru/LC_MESSAGES/django.mo and b/apps/permissions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.po b/apps/permissions/locale/ru/LC_MESSAGES/django.po index 33a38cf7fb..c36a974961 100644 --- a/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-02-03 05:06+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:17 models.py:214 views.py:40 msgid "roles" @@ -204,6 +202,4 @@ msgstr "Предоставить" msgid "" "A list of existing roles that are automatically assigned to newly created " "users" -msgstr "" -"Список существующих ролей, которые автоматически назначаются вновь " -"создаваемым пользователям" +msgstr "Список существующих ролей, которые автоматически назначаются вновь создаваемым пользователям" diff --git a/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po b/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po index 6866fd10c7..4098782c0e 100644 --- a/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/permissions/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-09-30 04:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -17,35 +17,35 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: links.py:11 models.py:209 views.py:39 +#: __init__.py:17 models.py:214 views.py:40 msgid "roles" msgstr "" -#: links.py:12 +#: __init__.py:18 msgid "create new role" msgstr "" -#: links.py:13 +#: __init__.py:19 msgid "edit" msgstr "" -#: links.py:14 +#: __init__.py:20 msgid "members" msgstr "" -#: links.py:15 +#: __init__.py:21 msgid "role permissions" msgstr "" -#: links.py:16 +#: __init__.py:22 msgid "delete" msgstr "" -#: links.py:18 +#: __init__.py:24 msgid "grant" msgstr "" -#: links.py:19 +#: __init__.py:25 msgid "revoke" msgstr "" @@ -53,48 +53,48 @@ msgstr "" msgid "Insufficient permissions." msgstr "" -#: models.py:123 views.py:59 +#: models.py:127 views.py:60 msgid "namespace" msgstr "" -#: models.py:124 views.py:60 +#: models.py:128 views.py:61 msgid "name" msgstr "" -#: models.py:131 models.py:187 views.py:151 views.py:214 +#: models.py:135 models.py:192 views.py:152 views.py:215 msgid "permission" msgstr "" -#: models.py:132 views.py:56 views.py:153 views.py:216 +#: models.py:136 views.py:57 views.py:154 views.py:217 msgid "permissions" msgstr "" -#: models.py:195 +#: models.py:200 msgid "permission holder" msgstr "" -#: models.py:196 +#: models.py:201 msgid "permission holders" msgstr "" -#: models.py:204 +#: models.py:209 msgid "label" msgstr "" -#: models.py:208 models.py:239 views.py:75 views.py:92 views.py:116 -#: views.py:333 +#: models.py:213 models.py:244 views.py:76 views.py:93 views.py:117 +#: views.py:334 msgid "role" msgstr "" -#: models.py:255 +#: models.py:260 msgid "role member" msgstr "" -#: models.py:256 +#: models.py:261 msgid "role members" msgstr "" -#: permissions.py:7 conf/settings.py:6 +#: permissions.py:7 msgid "Permissions" msgstr "" @@ -122,69 +122,69 @@ msgstr "" msgid "Revoke permissions" msgstr "" -#: views.py:62 +#: views.py:63 msgid "has permission" msgstr "" -#: views.py:148 views.py:211 +#: views.py:149 views.py:212 msgid " and " msgstr "" -#: views.py:148 views.py:211 +#: views.py:149 views.py:212 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:158 +#: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:161 +#: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:172 +#: views.py:173 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:221 +#: views.py:222 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:224 +#: views.py:225 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:235 +#: views.py:236 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:270 views.py:294 +#: views.py:271 views.py:295 msgid "Users" msgstr "" -#: views.py:273 views.py:297 +#: views.py:274 views.py:298 msgid "Groups" msgstr "" -#: views.py:276 views.py:300 +#: views.py:277 views.py:301 msgid "Special" msgstr "" -#: views.py:329 +#: views.py:330 #, python-format msgid "non members of role: %s" msgstr "" -#: views.py:330 +#: views.py:331 #, python-format msgid "members of role: %s" msgstr "" @@ -197,7 +197,7 @@ msgstr "" msgid "Grant" msgstr "" -#: conf/settings.py:13 +#: conf/settings.py:10 msgid "" "A list of existing roles that are automatically assigned to newly created " "users" diff --git a/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo b/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..52456f5813 Binary files /dev/null and b/apps/permissions/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po b/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..6584997aa7 --- /dev/null +++ b/apps/permissions/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,205 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 07:29+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:17 models.py:214 views.py:40 +msgid "roles" +msgstr "roles" + +#: __init__.py:18 +msgid "create new role" +msgstr "tạo role mới" + +#: __init__.py:19 +msgid "edit" +msgstr "sửa" + +#: __init__.py:20 +msgid "members" +msgstr "thành viên" + +#: __init__.py:21 +msgid "role permissions" +msgstr "" + +#: __init__.py:22 +msgid "delete" +msgstr "xóa" + +#: __init__.py:24 +msgid "grant" +msgstr "" + +#: __init__.py:25 +msgid "revoke" +msgstr "" + +#: models.py:51 +msgid "Insufficient permissions." +msgstr "" + +#: models.py:127 views.py:60 +msgid "namespace" +msgstr "" + +#: models.py:128 views.py:61 +msgid "name" +msgstr "tên" + +#: models.py:135 models.py:192 views.py:152 views.py:215 +msgid "permission" +msgstr "" + +#: models.py:136 views.py:57 views.py:154 views.py:217 +msgid "permissions" +msgstr "" + +#: models.py:200 +msgid "permission holder" +msgstr "" + +#: models.py:201 +msgid "permission holders" +msgstr "" + +#: models.py:209 +msgid "label" +msgstr "nhãn" + +#: models.py:213 models.py:244 views.py:76 views.py:93 views.py:117 +#: views.py:334 +msgid "role" +msgstr "" + +#: models.py:260 +msgid "role member" +msgstr "" + +#: models.py:261 +msgid "role members" +msgstr "" + +#: permissions.py:7 +msgid "Permissions" +msgstr "" + +#: permissions.py:9 +msgid "View roles" +msgstr "Xem roles" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Sửa roles" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Tạo roles" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Xóa roles" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "" + +#: views.py:63 +msgid "has permission" +msgstr "" + +#: views.py:149 views.py:212 +msgid " and " +msgstr "" + +#: views.py:149 views.py:212 +#, python-format +msgid "%(permissions)s to %(requester)s" +msgstr "" + +#: views.py:159 +#, python-format +msgid "Permission \"%(permission)s\" granted to: %(requester)s." +msgstr "" + +#: views.py:162 +#, python-format +msgid "%(requester)s, already had the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:173 +#, python-format +msgid "" +"Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:222 +#, python-format +msgid "Permission \"%(permission)s\" revoked from: %(requester)s." +msgstr "" + +#: views.py:225 +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:236 +#, python-format +msgid "" +"Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" +msgstr "" + +#: views.py:271 views.py:295 +msgid "Users" +msgstr "" + +#: views.py:274 views.py:298 +msgid "Groups" +msgstr "" + +#: views.py:277 views.py:301 +msgid "Special" +msgstr "" + +#: views.py:330 +#, python-format +msgid "non members of role: %s" +msgstr "" + +#: views.py:331 +#, python-format +msgid "members of role: %s" +msgstr "" + +#: widgets.py:16 +msgid "Revoke" +msgstr "" + +#: widgets.py:21 +msgid "Grant" +msgstr "" + +#: conf/settings.py:10 +msgid "" +"A list of existing roles that are automatically assigned to newly created " +"users" +msgstr "" diff --git a/apps/project_setup/locale/ar/LC_MESSAGES/django.mo b/apps/project_setup/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..b3c8c2d885 Binary files /dev/null and b/apps/project_setup/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/ar/LC_MESSAGES/django.po b/apps/project_setup/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e920d544fe --- /dev/null +++ b/apps/project_setup/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,27 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mohammed ALDOUB , 2013. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 20:29+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:5 +msgid "setup" +msgstr "setup" + +#: views.py:15 +msgid "setup items" +msgstr "setup items" diff --git a/apps/project_setup/locale/bg/LC_MESSAGES/django.mo b/apps/project_setup/locale/bg/LC_MESSAGES/django.mo index 1a07680185..e65148ae48 100644 Binary files a/apps/project_setup/locale/bg/LC_MESSAGES/django.mo and b/apps/project_setup/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/bg/LC_MESSAGES/django.po b/apps/project_setup/locale/bg/LC_MESSAGES/django.po index b05af45e0f..0b2d667af7 100644 --- a/apps/project_setup/locale/bg/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-10-17 09:38+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo index f78cd32f57..6b2ab963be 100644 Binary files a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo and b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po index 1a0c39af11..fe6eafbd08 100644 --- a/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-04-20 09:24+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.mo b/apps/project_setup/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/project_setup/locale/en/LC_MESSAGES/django.mo and b/apps/project_setup/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index 3fdac3bd2e..cd7f3bb093 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.mo b/apps/project_setup/locale/es/LC_MESSAGES/django.mo index 69ec8f079a..fd12a057d3 100644 Binary files a/apps/project_setup/locale/es/LC_MESSAGES/django.mo and b/apps/project_setup/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.po b/apps/project_setup/locale/es/LC_MESSAGES/django.po index 16db44952b..2a0af16167 100644 --- a/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-11-04 01:03+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/fr/LC_MESSAGES/django.mo b/apps/project_setup/locale/fr/LC_MESSAGES/django.mo index 669b2ac351..4d46faf2e3 100644 Binary files a/apps/project_setup/locale/fr/LC_MESSAGES/django.mo and b/apps/project_setup/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/fr/LC_MESSAGES/django.po b/apps/project_setup/locale/fr/LC_MESSAGES/django.po index 112b3932c1..3cf2f966a2 100644 --- a/apps/project_setup/locale/fr/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-21 23:17+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.mo b/apps/project_setup/locale/it/LC_MESSAGES/django.mo index fd5d55b12e..6301e96c95 100644 Binary files a/apps/project_setup/locale/it/LC_MESSAGES/django.mo and b/apps/project_setup/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.po b/apps/project_setup/locale/it/LC_MESSAGES/django.po index f9254ee7e9..e909a7c4b4 100644 --- a/apps/project_setup/locale/it/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-12-09 18:08+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo index 7b082e2160..5795e53158 100644 Binary files a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po index 919c7019b1..bfb262f506 100644 --- a/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/nl_NL/LC_MESSAGES/django.po @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Lucas Weel , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2011-09-30 04:42+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-15 14:54+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 msgid "setup" -msgstr "" +msgstr "setup" #: views.py:15 msgid "setup items" -msgstr "" +msgstr "setup items" diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.mo b/apps/project_setup/locale/pl/LC_MESSAGES/django.mo index 83e6cc67cc..5665c409ea 100644 Binary files a/apps/project_setup/locale/pl/LC_MESSAGES/django.mo and b/apps/project_setup/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/pl/LC_MESSAGES/django.po b/apps/project_setup/locale/pl/LC_MESSAGES/django.po index 23b2081bc4..ae1f5fe1f7 100644 --- a/apps/project_setup/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-02-20 21:42+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:5 msgid "setup" diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index 3674cae716..85392ed383 100644 Binary files a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo and b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/apps/project_setup/locale/pt/LC_MESSAGES/django.po index 0400deca8b..378ba892db 100644 --- a/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-03 09:57+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo index 8e41f33d04..28b2e4df51 100644 Binary files a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po index 4560a6072e..b4e0fde0e6 100644 --- a/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo index da915bb9f1..1f9370353d 100644 Binary files a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo and b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.po b/apps/project_setup/locale/ru/LC_MESSAGES/django.po index 284f78e740..70c6dc0497 100644 --- a/apps/project_setup/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-11-19 20:30+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:5 msgid "setup" diff --git a/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po b/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po index 82e0202f0b..1a29048563 100644 --- a/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-09-30 04:42+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" diff --git a/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.mo b/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..ef8d294744 Binary files /dev/null and b/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po b/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..555d03e869 --- /dev/null +++ b/apps/project_setup/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,27 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Trung Phan Minh , 2013. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 00:32+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:5 +msgid "setup" +msgstr "cài đặt" + +#: views.py:15 +msgid "setup items" +msgstr "cài đặt các phần tử" diff --git a/apps/project_tools/locale/ar/LC_MESSAGES/django.mo b/apps/project_tools/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..294dc66a99 Binary files /dev/null and b/apps/project_tools/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/ar/LC_MESSAGES/django.po b/apps/project_tools/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2fbc4846e6 --- /dev/null +++ b/apps/project_tools/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Mohammed ALDOUB , 2013. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 18:55+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:5 views.py:15 +msgid "tools" +msgstr "أدوات" diff --git a/apps/project_tools/locale/bg/LC_MESSAGES/django.mo b/apps/project_tools/locale/bg/LC_MESSAGES/django.mo index 9d84a396e4..ff06fbf141 100644 Binary files a/apps/project_tools/locale/bg/LC_MESSAGES/django.mo and b/apps/project_tools/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/bg/LC_MESSAGES/django.po b/apps/project_tools/locale/bg/LC_MESSAGES/django.po index 3746fcb7d0..f6a1714176 100644 --- a/apps/project_tools/locale/bg/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-06 08:22+0000\n" -"Last-Translator: koldo \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Last-Translator: Pavlin Koldamov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo index b531785af1..80254315eb 100644 Binary files a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo and b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po index 731edc6c51..f1c77ce96a 100644 --- a/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-04-20 09:18+0000\n" "Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.mo b/apps/project_tools/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/project_tools/locale/en/LC_MESSAGES/django.mo and b/apps/project_tools/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index f15e6a8943..f1867870af 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.mo b/apps/project_tools/locale/es/LC_MESSAGES/django.mo index 5a4406fb27..90a34c2703 100644 Binary files a/apps/project_tools/locale/es/LC_MESSAGES/django.mo and b/apps/project_tools/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.po b/apps/project_tools/locale/es/LC_MESSAGES/django.po index f4dbe8289d..019abcdbe1 100644 --- a/apps/project_tools/locale/es/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-09-30 05:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/fr/LC_MESSAGES/django.mo b/apps/project_tools/locale/fr/LC_MESSAGES/django.mo index 1fb5a1cbe4..051c02ce92 100644 Binary files a/apps/project_tools/locale/fr/LC_MESSAGES/django.mo and b/apps/project_tools/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/fr/LC_MESSAGES/django.po b/apps/project_tools/locale/fr/LC_MESSAGES/django.po index 2c936463c7..27e5a02b55 100644 --- a/apps/project_tools/locale/fr/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-21 22:41+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.mo b/apps/project_tools/locale/it/LC_MESSAGES/django.mo index 011768b795..857cab2c8a 100644 Binary files a/apps/project_tools/locale/it/LC_MESSAGES/django.mo and b/apps/project_tools/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.po b/apps/project_tools/locale/it/LC_MESSAGES/django.po index 4834b34907..45ecf4196b 100644 --- a/apps/project_tools/locale/it/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-12-09 18:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo index 975d6e3b8a..bb6085a95b 100644 Binary files a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po index a0cd7c3354..dadd1d0a6b 100644 --- a/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/nl_NL/LC_MESSAGES/django.po @@ -1,23 +1,23 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Lucas Weel , 2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2011-09-30 04:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-15 10:05+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 msgid "tools" -msgstr "" +msgstr "gereedschappen" diff --git a/apps/project_tools/locale/pl/LC_MESSAGES/django.mo b/apps/project_tools/locale/pl/LC_MESSAGES/django.mo index e9336ccd20..daac7e6d9c 100644 Binary files a/apps/project_tools/locale/pl/LC_MESSAGES/django.mo and b/apps/project_tools/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/pl/LC_MESSAGES/django.po b/apps/project_tools/locale/pl/LC_MESSAGES/django.po index 97b1c91f68..96db9b3d3c 100644 --- a/apps/project_tools/locale/pl/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-02-20 16:08+0000\n" "Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:5 views.py:15 msgid "tools" diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo index 49ab72708f..06eafd215d 100644 Binary files a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo and b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/apps/project_tools/locale/pt/LC_MESSAGES/django.po index f793d4bfec..3b98cdd950 100644 --- a/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-11-02 01:25+0000\n" "Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo index cffb357f35..050314001e 100644 Binary files a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po index 6cc91385f5..6f7b1b2c6c 100644 --- a/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-02 03:31+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:5 views.py:15 diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index f5f70c1d00..725f18241d 100644 Binary files a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo and b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/apps/project_tools/locale/ru/LC_MESSAGES/django.po index d611f0a618..5e73e680d4 100644 --- a/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-11-03 17:24+0000\n" "Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:5 views.py:15 msgid "tools" diff --git a/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po b/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po index f939cab3d0..ba789e2526 100644 --- a/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2011-09-30 04:41+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" diff --git a/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.mo b/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..58baa3077f Binary files /dev/null and b/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po b/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..04d742a0df --- /dev/null +++ b/apps/project_tools/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,23 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Trung Phan Minh , 2013. +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 07:27+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:5 views.py:15 +msgid "tools" +msgstr "công cụ" diff --git a/apps/registration/locale/ar/LC_MESSAGES/django.mo b/apps/registration/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..13a034bb66 Binary files /dev/null and b/apps/registration/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/ar/LC_MESSAGES/django.po b/apps/registration/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..58d6f07dfb --- /dev/null +++ b/apps/registration/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,87 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:15 +msgid "Registration" +msgstr "" + +#: forms.py:13 +msgid "Your name:" +msgstr "" + +#: forms.py:18 +msgid "Your email:" +msgstr "" + +#: forms.py:23 +msgid "Company name:" +msgstr "" + +#: forms.py:28 +msgid "Industry:" +msgstr "" + +#: forms.py:33 +msgid "Company website:" +msgstr "" + +#: forms.py:38 +msgid "Country:" +msgstr "" + +#: forms.py:46 +msgid "Other information:" +msgstr "" + +#: models.py:20 +msgid "registered" +msgstr "" + +#: models.py:21 +msgid "registration data" +msgstr "" + +#: models.py:47 +msgid "No name" +msgstr "" + +#: models.py:86 +msgid "registration properties" +msgstr "" + +#: views.py:22 +msgid "Thank you for registering." +msgstr "" + +#: views.py:25 +msgid "Your copy is already registered." +msgstr "" + +#: views.py:28 +#, python-format +msgid "Error submiting form; %s." +msgstr "" + +#: views.py:33 +msgid "registration form" +msgstr "" + +#: templatetags/registration_tags.py:18 +msgid "Unregistered" +msgstr "" diff --git a/apps/registration/locale/bg/LC_MESSAGES/django.mo b/apps/registration/locale/bg/LC_MESSAGES/django.mo index 6f039a3116..7f109f78b0 100644 Binary files a/apps/registration/locale/bg/LC_MESSAGES/django.mo and b/apps/registration/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/bg/LC_MESSAGES/django.po b/apps/registration/locale/bg/LC_MESSAGES/django.po index f22888239c..b8d8a41834 100644 --- a/apps/registration/locale/bg/LC_MESSAGES/django.po +++ b/apps/registration/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-10-17 08:59+0000\n" "Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 diff --git a/apps/registration/locale/de_DE/LC_MESSAGES/django.mo b/apps/registration/locale/de_DE/LC_MESSAGES/django.mo index b399445ead..a9f4d21100 100644 Binary files a/apps/registration/locale/de_DE/LC_MESSAGES/django.mo and b/apps/registration/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/de_DE/LC_MESSAGES/django.po b/apps/registration/locale/de_DE/LC_MESSAGES/django.po index d5944d9082..b811d78b11 100644 --- a/apps/registration/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/registration/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/en/LC_MESSAGES/django.mo b/apps/registration/locale/en/LC_MESSAGES/django.mo index b399445ead..d811a86be2 100644 Binary files a/apps/registration/locale/en/LC_MESSAGES/django.mo and b/apps/registration/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/en/LC_MESSAGES/django.po b/apps/registration/locale/en/LC_MESSAGES/django.po index d5944d9082..c13b2074f6 100644 --- a/apps/registration/locale/en/LC_MESSAGES/django.po +++ b/apps/registration/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: 2012-12-12 03:20-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/registration/locale/es/LC_MESSAGES/django.mo b/apps/registration/locale/es/LC_MESSAGES/django.mo index 804143e55e..cdbaa41531 100644 Binary files a/apps/registration/locale/es/LC_MESSAGES/django.mo and b/apps/registration/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/es/LC_MESSAGES/django.po b/apps/registration/locale/es/LC_MESSAGES/django.po index ac22fb1633..b3011ae1e0 100644 --- a/apps/registration/locale/es/LC_MESSAGES/django.po +++ b/apps/registration/locale/es/LC_MESSAGES/django.po @@ -1,88 +1,88 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# Roberto Rosario , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-11 15:35+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 msgid "Registration" -msgstr "" +msgstr "Registración" #: forms.py:13 msgid "Your name:" -msgstr "" +msgstr "Su nombre:" #: forms.py:18 msgid "Your email:" -msgstr "" +msgstr "Su e-mail:" #: forms.py:23 msgid "Company name:" -msgstr "" +msgstr "Nombre de la empresa:" #: forms.py:28 msgid "Industry:" -msgstr "" +msgstr "Industria:" #: forms.py:33 msgid "Company website:" -msgstr "" +msgstr "Sitio web de la empresa:" #: forms.py:38 msgid "Country:" -msgstr "" +msgstr "País:" #: forms.py:46 msgid "Other information:" -msgstr "" +msgstr "Información adicional:" #: models.py:20 msgid "registered" -msgstr "" +msgstr "registrado" #: models.py:21 msgid "registration data" -msgstr "" +msgstr "datos de registro" #: models.py:47 msgid "No name" -msgstr "" +msgstr "Sin nombre" #: models.py:86 msgid "registration properties" -msgstr "" +msgstr "propiedades de registro" #: views.py:22 msgid "Thank you for registering." -msgstr "" +msgstr "Gracias por registrarse." #: views.py:25 msgid "Your copy is already registered." -msgstr "" +msgstr "Su copia ya está registrada." #: views.py:28 #, python-format msgid "Error submiting form; %s." -msgstr "" +msgstr "Error enviando la forma; %s." #: views.py:33 msgid "registration form" -msgstr "" +msgstr "formulario de registro" #: templatetags/registration_tags.py:18 msgid "Unregistered" -msgstr "" +msgstr "Sin registrar" diff --git a/apps/registration/locale/fr/LC_MESSAGES/django.mo b/apps/registration/locale/fr/LC_MESSAGES/django.mo index ae3927086a..fa38c62a90 100644 Binary files a/apps/registration/locale/fr/LC_MESSAGES/django.mo and b/apps/registration/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/fr/LC_MESSAGES/django.po b/apps/registration/locale/fr/LC_MESSAGES/django.po index af441444a4..8db4ac6711 100644 --- a/apps/registration/locale/fr/LC_MESSAGES/django.po +++ b/apps/registration/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-10-13 06:32+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:15 diff --git a/apps/registration/locale/it/LC_MESSAGES/django.mo b/apps/registration/locale/it/LC_MESSAGES/django.mo index 804143e55e..5110a41398 100644 Binary files a/apps/registration/locale/it/LC_MESSAGES/django.mo and b/apps/registration/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/it/LC_MESSAGES/django.po b/apps/registration/locale/it/LC_MESSAGES/django.po index ac22fb1633..638b31cf6c 100644 --- a/apps/registration/locale/it/LC_MESSAGES/django.po +++ b/apps/registration/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/nl_NL/LC_MESSAGES/django.mo b/apps/registration/locale/nl_NL/LC_MESSAGES/django.mo index b399445ead..78ddc33dcc 100644 Binary files a/apps/registration/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/registration/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/nl_NL/LC_MESSAGES/django.po b/apps/registration/locale/nl_NL/LC_MESSAGES/django.po index d5944d9082..e2893a0d64 100644 --- a/apps/registration/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/registration/locale/nl_NL/LC_MESSAGES/django.po @@ -1,87 +1,88 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# Lucas Weel , 2013. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-14 14:17+0000\n" +"Last-Translator: Lucas Weel \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 msgid "Registration" -msgstr "" +msgstr "Registratie" #: forms.py:13 msgid "Your name:" -msgstr "" +msgstr "Uw naam:" #: forms.py:18 msgid "Your email:" -msgstr "" +msgstr "Uw email-adres:" #: forms.py:23 msgid "Company name:" -msgstr "" +msgstr "Bedrijfsnaam:" #: forms.py:28 msgid "Industry:" -msgstr "" +msgstr "Branche:" #: forms.py:33 msgid "Company website:" -msgstr "" +msgstr "Bedrijfswebsite" #: forms.py:38 msgid "Country:" -msgstr "" +msgstr "Land:" #: forms.py:46 msgid "Other information:" -msgstr "" +msgstr "Verdere informatie:" #: models.py:20 msgid "registered" -msgstr "" +msgstr "geregistreerd" #: models.py:21 msgid "registration data" -msgstr "" +msgstr "registratiegegevens" #: models.py:47 msgid "No name" -msgstr "" +msgstr "Geen naam" #: models.py:86 msgid "registration properties" -msgstr "" +msgstr "registratie eigenschappen" #: views.py:22 msgid "Thank you for registering." -msgstr "" +msgstr "Dank voor uw registratie" #: views.py:25 msgid "Your copy is already registered." -msgstr "" +msgstr "Uw sofware installatie is reeds geregistreerd" #: views.py:28 #, python-format msgid "Error submiting form; %s." -msgstr "" +msgstr "Fout bij bevestiging. Foutmelding: %s" #: views.py:33 msgid "registration form" -msgstr "" +msgstr "registratieformulier" #: templatetags/registration_tags.py:18 msgid "Unregistered" -msgstr "" +msgstr "Niet geregistreerd" diff --git a/apps/registration/locale/pl/LC_MESSAGES/django.mo b/apps/registration/locale/pl/LC_MESSAGES/django.mo index 0a5a203a44..18945c57a8 100644 Binary files a/apps/registration/locale/pl/LC_MESSAGES/django.mo and b/apps/registration/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/pl/LC_MESSAGES/django.po b/apps/registration/locale/pl/LC_MESSAGES/django.po index 799bc26f7a..aefb91fe74 100644 --- a/apps/registration/locale/pl/LC_MESSAGES/django.po +++ b/apps/registration/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2)\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/pt/LC_MESSAGES/django.mo b/apps/registration/locale/pt/LC_MESSAGES/django.mo index 804143e55e..c388e025dd 100644 Binary files a/apps/registration/locale/pt/LC_MESSAGES/django.mo and b/apps/registration/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/pt/LC_MESSAGES/django.po b/apps/registration/locale/pt/LC_MESSAGES/django.po index ac22fb1633..ea1186ce29 100644 --- a/apps/registration/locale/pt/LC_MESSAGES/django.po +++ b/apps/registration/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/pt_BR/LC_MESSAGES/django.mo b/apps/registration/locale/pt_BR/LC_MESSAGES/django.mo index 3d480b7ac0..097b1437e2 100644 Binary files a/apps/registration/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/registration/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/pt_BR/LC_MESSAGES/django.po b/apps/registration/locale/pt_BR/LC_MESSAGES/django.po index f0f2ebc432..31b6628d6d 100644 --- a/apps/registration/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/registration/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/ru/LC_MESSAGES/django.mo b/apps/registration/locale/ru/LC_MESSAGES/django.mo index e6ed2aade3..adfe9c1057 100644 Binary files a/apps/registration/locale/ru/LC_MESSAGES/django.mo and b/apps/registration/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/ru/LC_MESSAGES/django.po b/apps/registration/locale/ru/LC_MESSAGES/django.po index 492ad709dc..a72cf8e827 100644 --- a/apps/registration/locale/ru/LC_MESSAGES/django.po +++ b/apps/registration/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 13:43+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: 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" #: __init__.py:15 msgid "Registration" diff --git a/apps/registration/locale/vi_VN/LC_MESSAGES/django.mo b/apps/registration/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..fd1bcb814e Binary files /dev/null and b/apps/registration/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/registration/locale/vi_VN/LC_MESSAGES/django.po b/apps/registration/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..461c7fbe8f --- /dev/null +++ b/apps/registration/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,88 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 08:37+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:15 +msgid "Registration" +msgstr "Đăng ký" + +#: forms.py:13 +msgid "Your name:" +msgstr "Họ Tên:" + +#: forms.py:18 +msgid "Your email:" +msgstr "Email:" + +#: forms.py:23 +msgid "Company name:" +msgstr "Công ty:" + +#: forms.py:28 +msgid "Industry:" +msgstr "Lĩnh vực công nghiệp:" + +#: forms.py:33 +msgid "Company website:" +msgstr "website công ty:" + +#: forms.py:38 +msgid "Country:" +msgstr "Nước:" + +#: forms.py:46 +msgid "Other information:" +msgstr "Thông tin khác" + +#: models.py:20 +msgid "registered" +msgstr "đã đăng ký" + +#: models.py:21 +msgid "registration data" +msgstr "dữ liệu đăng ký" + +#: models.py:47 +msgid "No name" +msgstr "Không tên" + +#: models.py:86 +msgid "registration properties" +msgstr "Các đặc điểm đăng ký" + +#: views.py:22 +msgid "Thank you for registering." +msgstr "Cám ơn đã đăng ký." + +#: views.py:25 +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:33 +msgid "registration form" +msgstr "form đăng ký" + +#: templatetags/registration_tags.py:18 +msgid "Unregistered" +msgstr "Hủy đăng ký" diff --git a/apps/scheduler/locale/ar/LC_MESSAGES/django.mo b/apps/scheduler/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..e3c7dea262 Binary files /dev/null and b/apps/scheduler/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/ar/LC_MESSAGES/django.po b/apps/scheduler/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e202e78627 --- /dev/null +++ b/apps/scheduler/locale/ar/LC_MESSAGES/django.po @@ -0,0 +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: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/scheduler/locale/bg/LC_MESSAGES/django.mo b/apps/scheduler/locale/bg/LC_MESSAGES/django.mo index d737a7b55a..44530e940f 100644 Binary files a/apps/scheduler/locale/bg/LC_MESSAGES/django.mo and b/apps/scheduler/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/bg/LC_MESSAGES/django.po b/apps/scheduler/locale/bg/LC_MESSAGES/django.po index f0803d45c1..693093a086 100644 --- a/apps/scheduler/locale/bg/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/bg/LC_MESSAGES/django.po @@ -1,47 +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: +# , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-08 09:21+0000\n" +"Last-Translator: Pavlin Koldamov \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 msgid "interval job list" -msgstr "" +msgstr "интервал лист със задачи" #: permissions.py:7 msgid "Scheduler" -msgstr "" +msgstr "Разписание" #: permissions.py:8 msgid "View the interval job list" -msgstr "" +msgstr "Прегледайте интервала на листа със задачи" #: views.py:20 msgid "interval jobs" -msgstr "" +msgstr "интервал задачи" #: views.py:23 msgid "label" -msgstr "" +msgstr "етикет" #: views.py:27 msgid "start date time" -msgstr "" +msgstr "начало дата час" #: views.py:31 msgid "interval" -msgstr "" +msgstr "интервал" diff --git a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo index 6686b6ac23..ab070f0ab4 100644 Binary files a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo and b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po index c8c2c888e5..9558087ace 100644 --- a/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/de_DE/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.mo b/apps/scheduler/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/scheduler/locale/en/LC_MESSAGES/django.mo and b/apps/scheduler/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/en/LC_MESSAGES/django.po b/apps/scheduler/locale/en/LC_MESSAGES/django.po index 97c2c807c4..bc2ec64f77 100644 --- a/apps/scheduler/locale/en/LC_MESSAGES/django.po +++ b/apps/scheduler/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.mo b/apps/scheduler/locale/es/LC_MESSAGES/django.mo index d75f946fa5..f62d255a3c 100644 Binary files a/apps/scheduler/locale/es/LC_MESSAGES/django.mo and b/apps/scheduler/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/es/LC_MESSAGES/django.po b/apps/scheduler/locale/es/LC_MESSAGES/django.po index 1e7d6cb1ec..e60feff078 100644 --- a/apps/scheduler/locale/es/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:27+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/fr/LC_MESSAGES/django.mo b/apps/scheduler/locale/fr/LC_MESSAGES/django.mo index c7a3496df3..db3369b5c9 100644 Binary files a/apps/scheduler/locale/fr/LC_MESSAGES/django.mo and b/apps/scheduler/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/fr/LC_MESSAGES/django.po b/apps/scheduler/locale/fr/LC_MESSAGES/django.po index 6dc88ec24e..678372af7b 100644 --- a/apps/scheduler/locale/fr/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-28 14:50+0000\n" "Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.mo b/apps/scheduler/locale/it/LC_MESSAGES/django.mo index 1ed118b3d5..bdc80d50a0 100644 Binary files a/apps/scheduler/locale/it/LC_MESSAGES/django.mo and b/apps/scheduler/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/it/LC_MESSAGES/django.po b/apps/scheduler/locale/it/LC_MESSAGES/django.po index 906150c320..ea2f1f8965 100644 --- a/apps/scheduler/locale/it/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo b/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo index eaa51af3a3..2521458568 100644 Binary files a/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po b/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po index 47b545ed19..cb136b0b10 100644 --- a/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.mo b/apps/scheduler/locale/pl/LC_MESSAGES/django.mo index c9e75541f2..ce55e6780c 100644 Binary files a/apps/scheduler/locale/pl/LC_MESSAGES/django.mo and b/apps/scheduler/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/pl/LC_MESSAGES/django.po b/apps/scheduler/locale/pl/LC_MESSAGES/django.po index ed945e23df..fd32213a49 100644 --- a/apps/scheduler/locale/pl/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pl/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: links.py:7 msgid "interval job list" diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt/LC_MESSAGES/django.mo index d5889c3711..e6dc8c42d9 100644 Binary files a/apps/scheduler/locale/pt/LC_MESSAGES/django.mo and b/apps/scheduler/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/pt/LC_MESSAGES/django.po b/apps/scheduler/locale/pt/LC_MESSAGES/django.po index 217f22e6a7..08a0605a33 100644 --- a/apps/scheduler/locale/pt/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-07-03 19:44+0000\n" "Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo index cf879e017f..5d88455eac 100644 Binary files a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po index 58a0cb7db9..243d07aa52 100644 --- a/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/pt_BR/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: FULL NAME \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: links.py:7 diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.mo b/apps/scheduler/locale/ru/LC_MESSAGES/django.mo index 114cfa85e8..bf84e583ed 100644 Binary files a/apps/scheduler/locale/ru/LC_MESSAGES/django.mo and b/apps/scheduler/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/ru/LC_MESSAGES/django.po b/apps/scheduler/locale/ru/LC_MESSAGES/django.po index 3fd456a8f4..982ac65829 100644 --- a/apps/scheduler/locale/ru/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/ru/LC_MESSAGES/django.po @@ -1,48 +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: +# Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-06-17 22:19+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-10-10 04:34+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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:7 msgid "interval job list" -msgstr "" +msgstr "Список интервалов заданий" #: permissions.py:7 msgid "Scheduler" -msgstr "" +msgstr "Планировщик" #: permissions.py:8 msgid "View the interval job list" -msgstr "" +msgstr "Просмотр списка интервалов заданий" #: views.py:20 msgid "interval jobs" -msgstr "" +msgstr "интервал заданий" #: views.py:23 msgid "label" -msgstr "" +msgstr "этикетка" #: views.py:27 msgid "start date time" -msgstr "" +msgstr "дата и время начала" #: views.py:31 msgid "interval" -msgstr "" +msgstr "интервал" diff --git a/apps/scheduler/locale/sl_SI/LC_MESSAGES/django.po b/apps/scheduler/locale/sl_SI/LC_MESSAGES/django.po index 1b1c8b5af3..58f89728e6 100644 --- a/apps/scheduler/locale/sl_SI/LC_MESSAGES/django.po +++ b/apps/scheduler/locale/sl_SI/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2012-07-26 23:54-0400\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-06-17 22:19+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n" @@ -17,7 +17,7 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: links.py:9 +#: links.py:7 msgid "interval job list" msgstr "" @@ -29,18 +29,18 @@ msgstr "" msgid "View the interval job list" msgstr "" -#: views.py:19 +#: views.py:20 msgid "interval jobs" msgstr "" -#: views.py:22 +#: views.py:23 msgid "label" msgstr "" -#: views.py:26 +#: views.py:27 msgid "start date time" msgstr "" -#: views.py:30 +#: views.py:31 msgid "interval" msgstr "" diff --git a/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.mo b/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..99da6efcb0 Binary files /dev/null and b/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.po b/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..683ebd51e2 --- /dev/null +++ b/apps/scheduler/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +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: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-06-17 22:19+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:7 +msgid "interval job list" +msgstr "" + +#: permissions.py:7 +msgid "Scheduler" +msgstr "" + +#: permissions.py:8 +msgid "View the interval job list" +msgstr "" + +#: views.py:20 +msgid "interval jobs" +msgstr "" + +#: views.py:23 +msgid "label" +msgstr "" + +#: views.py:27 +msgid "start date time" +msgstr "" + +#: views.py:31 +msgid "interval" +msgstr "" diff --git a/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..2b9d5d098f Binary files /dev/null and b/apps/smart_settings/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/ar/LC_MESSAGES/django.po b/apps/smart_settings/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..55c89582bb --- /dev/null +++ b/apps/smart_settings/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 17:46+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:9 views.py:28 +msgid "settings" +msgstr "إعدادات" + +#: views.py:33 +msgid "name" +msgstr "اسم" + +#: views.py:34 +msgid "default" +msgstr "الافتراضي" + +#: views.py:35 +msgid "value" +msgstr "قيمة" diff --git a/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo b/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo index 09af6f562f..8786a77eaf 100644 Binary files a/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/bg/LC_MESSAGES/django.po b/apps/smart_settings/locale/bg/LC_MESSAGES/django.po index f56827d3b8..17096ce0ad 100644 --- a/apps/smart_settings/locale/bg/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo index fee38d93b3..89f3241c51 100644 Binary files a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po index 16adde28bc..bd65547b4a 100644 --- a/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-19 21:25+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 @@ -35,6 +34,3 @@ msgstr "Standard" #: views.py:35 msgid "value" msgstr "Wert" - -#~ msgid "settings for the %s module" -#~ msgstr "Einstellungen für das Modul %s" diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.mo b/apps/smart_settings/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/smart_settings/locale/en/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index 486be994a8..0bd7a40848 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index f812c5fe7d..14eee5d1a3 100644 Binary files a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/apps/smart_settings/locale/es/LC_MESSAGES/django.po index a100137950..cd4b615843 100644 --- a/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo b/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo index 675432a0fa..8df1f7f666 100644 Binary files a/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/fr/LC_MESSAGES/django.po b/apps/smart_settings/locale/fr/LC_MESSAGES/django.po index d9ba7b1517..2465b6b50b 100644 --- a/apps/smart_settings/locale/fr/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:32+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:9 views.py:28 @@ -34,6 +33,3 @@ msgstr "par défaut" #: views.py:35 msgid "value" msgstr "valeur" - -#~ msgid "settings for the %s module" -#~ msgstr "paramètres pour le module %s" diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index 0faacbe497..f537d6c6d7 100644 Binary files a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/apps/smart_settings/locale/it/LC_MESSAGES/django.po index 67857ff910..fbdfe7988e 100644 --- a/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo b/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo index 5cf83cd6e2..2a17825d4f 100644 Binary files a/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po b/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po index ff5133b2be..be3126b91a 100644 --- a/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-28 19:01+0000\n" -"Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 @@ -34,6 +33,3 @@ msgstr "verstekwaarde" #: views.py:35 msgid "value" msgstr "waarde" - -#~ msgid "settings for the %s module" -#~ msgstr "instellingen voor module %s" diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo index d07de4976d..e18ba34234 100644 Binary files a/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po b/apps/smart_settings/locale/pl/LC_MESSAGES/django.po index ca68ca05d1..678202e663 100644 --- a/apps/smart_settings/locale/pl/LC_MESSAGES/django.po +++ b/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: # mic , 2012. # , 2012. @@ -9,18 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:9 views.py:28 msgid "settings" diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index 52643a67c5..0a0b22109f 100644 Binary files a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index 1be53707cf..9473eeaee2 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo index 4c79ae4874..6fbcf50e06 100644 Binary files a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po index 3332afbc71..ac8f996ecf 100644 --- a/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:9 views.py:28 diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 75b2207417..23a7b6db6e 100644 Binary files a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index 33b1c9be87..aefa7b5e6a 100644 --- a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:10+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:9 views.py:28 msgid "settings" diff --git a/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo b/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..8284359ea6 Binary files /dev/null and b/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po b/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4791ce9d71 --- /dev/null +++ b/apps/smart_settings/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,35 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 00:58+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:9 views.py:28 +msgid "settings" +msgstr "cài đặt" + +#: views.py:33 +msgid "name" +msgstr "tên" + +#: views.py:34 +msgid "default" +msgstr "mặc định" + +#: views.py:35 +msgid "value" +msgstr "giá trị" diff --git a/apps/sources/locale/ar/LC_MESSAGES/django.mo b/apps/sources/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..534ae06b08 Binary files /dev/null and b/apps/sources/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/ar/LC_MESSAGES/django.po b/apps/sources/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..db6d4f40f3 --- /dev/null +++ b/apps/sources/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,529 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 17:45+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:20 +msgid "preview" +msgstr "معاينة" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "حذف" + +#: __init__.py:23 +msgid "sources" +msgstr "مصادر" + +#: __init__.py:24 literals.py:53 models.py:204 +msgid "web forms" +msgstr "نماذج ويب" + +#: __init__.py:25 models.py:175 +msgid "staging folders" +msgstr "مجلدات الاعداد" + +#: __init__.py:26 models.py:239 +msgid "watch folders" +msgstr "مجلدات المتابعة" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "تحرير" + +#: __init__.py:30 +msgid "add new source" +msgstr "إضافة مصدر جديد" + +#: __init__.py:32 +msgid "transformations" +msgstr "التحويلات" + +#: __init__.py:33 +msgid "add transformation" +msgstr "إضافة تحويل" + +#: __init__.py:37 +msgid "Document sources" +msgstr "مصادر الوثائق" + +#: __init__.py:39 +msgid "upload new version" +msgstr "رفع إصدار جديد" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "صورة مصغرة" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "فك الملفات المضغوطة" + +#: forms.py:35 forms.py:60 +msgid "Upload a compressed file's contained files as individual documents" +msgstr "تحميل الملفات في ملف مضغوط كوثائق منفردة" + +#: forms.py:43 +msgid "Staging file" +msgstr "ملف الاعداد" + +#: forms.py:50 +msgid "File" +msgstr "ملف" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "دائما" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "لا" + +#: literals.py:15 +msgid "Ask user" +msgstr "اسئل المستخدم" + +#: literals.py:30 +msgid "Disk" +msgstr "القرص" + +#: literals.py:31 +msgid "Database" +msgstr "قاعدة البيانات" + +#: literals.py:32 +msgid "Drive" +msgstr "القرص" + +#: literals.py:33 +msgid "Network drive" +msgstr "محرك أقراص الشبكة" + +#: literals.py:34 +msgid "User drive" +msgstr "قرص المستخدم" + +#: literals.py:35 +msgid "Envelope" +msgstr "مغلف" + +#: literals.py:36 +msgid "Folder" +msgstr "مجلد" + +#: literals.py:37 +msgid "World" +msgstr "عالم" + +#: literals.py:38 +msgid "Printer" +msgstr "الطابعة" + +#: literals.py:39 +msgid "Empty printer" +msgstr "طابعة فارغة" + +#: literals.py:47 models.py:203 +msgid "web form" +msgstr "نموذج ويب" + +#: literals.py:48 +msgid "server staging folder" +msgstr "مجلد إعداد الخادم" + +#: literals.py:49 +msgid "server watch folder" +msgstr "مجلد المتابعة للخادم" + +#: literals.py:54 +msgid "server staging folders" +msgstr "مجلدات إعداد الخادم" + +#: literals.py:55 +msgid "server watch folders" +msgstr "مجلدات المتابعة للخادم" + +#: models.py:36 +msgid "title" +msgstr "عنوان" + +#: models.py:37 +msgid "enabled" +msgstr "تمكين" + +#: models.py:38 +msgid "whitelist" +msgstr "القائمة المسموحة" + +#: models.py:39 +msgid "blacklist" +msgstr "القائمة الممنوعة" + +#: models.py:143 +msgid "icon" +msgstr "أيقونة" + +#: models.py:143 +msgid "An icon to visually distinguish this source." +msgstr "أيقونة لتمييز هذا المصدر" + +#: models.py:159 models.py:211 +msgid "folder path" +msgstr "مسار المجلد" + +#: models.py:159 models.py:211 +msgid "Server side filesystem path." +msgstr "مسار نظام الملفات على الخادم" + +#: models.py:160 +msgid "preview width" +msgstr "عرض المعاينة" + +#: models.py:160 +msgid "Width value to be passed to the converter backend." +msgstr "قيمة العرض لتمريرها إلى نظام المعالجة" + +#: models.py:161 +msgid "preview height" +msgstr "ارتفاع المعاينة" + +#: models.py:161 +msgid "Height value to be passed to the converter backend." +msgstr "قيمة الارتفاع لتمريرها إلى نظام المعالجة" + +#: models.py:162 models.py:199 models.py:212 +msgid "uncompress" +msgstr "فك الضغط" + +#: models.py:162 models.py:199 models.py:212 +msgid "Whether to expand or not compressed archives." +msgstr "هل يتم فك الملفات المضغوطة أم لا." + +#: models.py:163 models.py:213 +msgid "delete after upload" +msgstr "حذف بعد الرفع" + +#: models.py:163 models.py:213 +msgid "Delete the file after is has been successfully uploaded." +msgstr "حذف الملف بعد رفعه بنجاح." + +#: models.py:174 +msgid "staging folder" +msgstr "مجلد الاعداد" + +#: models.py:214 +msgid "interval" +msgstr "فترة" + +#: models.py:214 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "الفترة بالثواني التي يتم فحص مجلد المتابعة فيها لإيجاد وثائق جديدة." + +#: models.py:238 +msgid "watch folder" +msgstr "مجلد المتابعة" + +#: models.py:243 +msgid "Enter a valid value." +msgstr "أدخل قيمة صالحة" + +#: models.py:271 views.py:595 +msgid "order" +msgstr "ترتيب" + +#: models.py:272 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "تحويل" + +#: models.py:273 views.py:597 +msgid "arguments" +msgstr "مدخلات" + +#: models.py:273 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "استخدم مصادر لتحديد المدخلات، مثل: %s" + +#: models.py:284 +msgid "document source transformation" +msgstr "تحويل مصدر الوثيقة" + +#: models.py:285 +msgid "document source transformations" +msgstr "تحويلات مصدر الوثيقة" + +#: models.py:292 models.py:293 +msgid "out of process" +msgstr "خارج العملية" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "إعداد المصادر" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "عرض مصادر الوثائق الحالية" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "تحرير مصادر الوثائق" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "حذف مصادر الوثائق" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "خلق مصادر وثائق جديدة" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "غير قادر على ايجاد قائمة بملفات الاعداد: %s" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "غير قادر على رفع ملف الاعداد: %s" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "غيى قادر على مسح ملف الاعداد: %s" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "خطأ تحقق بالقوائم المسموحة و الممنوعة" + +#: views.py:100 +msgid "here" +msgstr "هنا" + +#: views.py:105 +msgid "Upload sources" +msgstr "رفع المصادر" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "لم يتم تحديد مصدر للوثائق أو لم يتم تشغيل أي منها." + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "اضغط %(setup_link)s لإضافة أو تشغيل مصادر للوثائق." + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "تم رفع اصدار جديد من الوثيقة بنجاح." + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "الملف تم رفعه بنجاح." + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "الملف المضغوط تم فك ضغطه ورفعه كلمفات منفردة بنجاح." + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "الملف ليس ملفاً مضغوطاً و تم رفعه كما هو." + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "يمنع رفع اصدارات جديدة لهذه الوثيقة." + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "خطأ لم تتم معالجته: %s" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "رفع اصدار جديد من المصدر: %s" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "ارفع وثيقة محلية من المصدر: %s" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "تم رفع ملف الاعداد لإصدار الوثيقة %s بنجاح" + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "ملف الاعداد %s تم رفعه بنجاح" + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "ملف الاعداد: %s تم فك ضغطه ورفعه كلمفات منفردة بنجاح." + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "ملف الاعداد %s ليس ملفاً مضغوطاً و تم رفعه كما هو." + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "ملف الاعداد %s تم مسحه بنجاح" + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "رفع اصدار جديد من مصدر الاعداد %s" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "ارفع وثيقة من مصدر اعداد: %s" + +#: views.py:294 +msgid "files in staging path" +msgstr "الملفات في مسار الاعداد" + +#: views.py:326 +msgid "Current document type" +msgstr "نوع الوثيقة الحالي" + +#: views.py:327 +msgid "None" +msgstr "لا شيء" + +#: views.py:334 +msgid "Current metadata" +msgstr "البيانات الوصفية الحالية" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "أخطاء بتحويل ملف الاعداد: %(error)s" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "تم مسح ملف الاعداد بنجاح" + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "خطأ بمسح ملف الاعداد %s" + +#: views.py:476 +msgid "Source edited successfully" +msgstr "تم تعديل المصدر بنجاح" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "خطأ بتعديل المصدر: %s" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "تعديل المصدر: %s" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "مصدر" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "المصدر \"%s\" تم مسحه بنجاح" + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "خطأ بمسح المصدر: %(source)s\": %(error)s" + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "هل أنت متأكد من مسح المصدر: %s ؟" + +#: views.py:559 +msgid "Source created successfully" +msgstr "تم انشاء المصدر بنجاح" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "خطأ بانشاء المصدر: %s" + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "انشاء مصدر جديد من النوع: %s" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "التحويلات ل: %s" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "تم تعديل تحويلات المصدر بنجاح" + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "خطأ بتعديل تحويل المصدر: %s" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "تعديل التحرير: %s" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "تم حذف مصدر التحويل بنجاح" + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "خطأ أثناء حذف مصدر التحويل: %(error)s" + +#: views.py:665 +#, python-format +msgid "" +"Are you sure you wish to delete source transformation \"%(transformation)s\"" +msgstr "هل أنت متأكد أنك تريد حذف مصدر التحويل \"%(transformation)s\" ؟" + +#: views.py:695 +msgid "Source transformation created successfully" +msgstr "إنشاء تحويل المصدر بنجاح" + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "خطأ في إنشاء مصدر التحويل؛ %s" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "إنشاء تحويل جديد للمصدر: %s" diff --git a/apps/sources/locale/bg/LC_MESSAGES/django.mo b/apps/sources/locale/bg/LC_MESSAGES/django.mo index d479176018..57a8264ddb 100644 Binary files a/apps/sources/locale/bg/LC_MESSAGES/django.mo and b/apps/sources/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/bg/LC_MESSAGES/django.po b/apps/sources/locale/bg/LC_MESSAGES/django.po index b9ad82967c..84dd711d8d 100644 --- a/apps/sources/locale/bg/LC_MESSAGES/django.po +++ b/apps/sources/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Iliya Georgiev , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -233,7 +232,8 @@ msgstr "" #: models.py:214 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "" #: models.py:238 @@ -378,7 +378,8 @@ msgstr "" #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "" #: views.py:249 diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.mo b/apps/sources/locale/de_DE/LC_MESSAGES/django.mo index d325dcf24f..12337acc64 100644 Binary files a/apps/sources/locale/de_DE/LC_MESSAGES/django.mo and b/apps/sources/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/de_DE/LC_MESSAGES/django.po b/apps/sources/locale/de_DE/LC_MESSAGES/django.po index 578ae88bda..968d8cb5f1 100644 --- a/apps/sources/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/sources/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -234,7 +233,8 @@ msgstr "Intervall" #: models.py:214 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "Intervall in Sekunden" #: models.py:238 @@ -324,16 +324,12 @@ msgstr "Quellen hochladen" #: views.py:107 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:108 #, 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:165 msgid "New document version uploaded successfully." @@ -383,9 +379,9 @@ msgstr "Arbeitsdatei: %s erfolgreich hochgeladen." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Arbeitsdatei %s erfolgreich entpackt und als einzelne Dateien hochgeladen." #: views.py:249 #, python-format @@ -517,9 +513,7 @@ msgstr "Fehler beim Löschen der Quellen-Transformation: %(error)s" #, 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:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/en/LC_MESSAGES/django.mo b/apps/sources/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/sources/locale/en/LC_MESSAGES/django.mo and b/apps/sources/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/en/LC_MESSAGES/django.po b/apps/sources/locale/en/LC_MESSAGES/django.po index 39eedfff96..4bec6cec89 100644 --- a/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/apps/sources/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/sources/locale/es/LC_MESSAGES/django.mo b/apps/sources/locale/es/LC_MESSAGES/django.mo index c91e91371e..201d448c55 100644 Binary files a/apps/sources/locale/es/LC_MESSAGES/django.mo and b/apps/sources/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/es/LC_MESSAGES/django.po b/apps/sources/locale/es/LC_MESSAGES/django.po index 2a79bc8663..5af6b3b1ef 100644 --- a/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/apps/sources/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -77,8 +76,7 @@ msgstr "Expandir archivos comprimidos" #: forms.py:35 forms.py:60 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:43 msgid "Staging file" @@ -234,10 +232,9 @@ msgstr "intervalo" #: models.py:214 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." -msgstr "" -"Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar " -"nuevos documentos." +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar nuevos documentos." #: models.py:238 msgid "watch folder" @@ -326,16 +323,12 @@ msgstr "Upload sources" #: views.py:107 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:108 #, 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:165 msgid "New document version uploaded successfully." @@ -347,8 +340,7 @@ msgstr "Archivo subido correctamente." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" -"Archivo descomprimido exitosamente y subido como archivos individuales." +msgstr "Archivo descomprimido exitosamente y subido como archivos individuales." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -386,16 +378,14 @@ msgstr "Archivo provisional: %s, subido exitosamente." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Archivo provisional: %s, descomprido exitosamente y subido como documentos " -"individuales." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Archivo provisional: %s, descomprido exitosamente y subido como documentos individuales." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Archivo provisional: %s, no esta comprimido, subido como un solo documento." +msgstr "Archivo provisional: %s, no esta comprimido, subido como un solo documento." #: views.py:254 #, python-format @@ -522,9 +512,7 @@ msgstr "Error borrando la transformación de la fuente; %(error)s" #, 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:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/fr/LC_MESSAGES/django.mo b/apps/sources/locale/fr/LC_MESSAGES/django.mo index 6d5f46b5bf..4bc3c28eac 100644 Binary files a/apps/sources/locale/fr/LC_MESSAGES/django.mo and b/apps/sources/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/fr/LC_MESSAGES/django.po b/apps/sources/locale/fr/LC_MESSAGES/django.po index cfb712c9c5..60d778ab24 100644 --- a/apps/sources/locale/fr/LC_MESSAGES/django.po +++ b/apps/sources/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-28 20:37+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:20 @@ -77,9 +76,7 @@ msgstr "Décompresser les fichiers" #: forms.py:35 forms.py:60 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:43 msgid "Staging file" @@ -235,10 +232,9 @@ msgstr "intervalle" #: 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" +"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:238 msgid "watch folder" @@ -332,8 +328,7 @@ msgstr "Aucune source de document interactifs n'a été définie ou/ni activée" #: views.py:108 #, 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:165 msgid "New document version uploaded successfully." @@ -373,9 +368,7 @@ msgstr "importer un document local à partir de la source:%s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" -"Import de la version de document à partir du document en cours de " -"modification: %s,réalisé avec succès" +msgstr "Import de la version de document à partir du document en cours de modification: %s,réalisé avec succès" #: views.py:243 #, python-format @@ -385,17 +378,14 @@ msgstr "fichier en cours de modification:%s importé avec succès" #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Document en cours de modification:%s, décompressé et importé en tant que " -"fichiers individuels, avec succès." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Document en cours de modification:%s, décompressé et importé en tant que fichiers individuels, avec succès." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Document en cours de modification:%s, n'était pas un fichier compressé, " -"importé comme fichier unique." +msgstr "Document en cours de modification:%s, n'était pas un fichier compressé, importé comme fichier unique." #: views.py:254 #, python-format @@ -405,9 +395,7 @@ msgstr "fichier en cours de modification:%s supprimé avec succès" #: views.py:279 #, python-format msgid "upload a new version from staging source: %s" -msgstr "" -"importer une nouvelle version à partir de la source en cours de modification:" -"%s" +msgstr "importer une nouvelle version à partir de la source en cours de modification:%s" #: views.py:281 #, python-format @@ -518,16 +506,13 @@ msgstr "Transformation de source supprimée avec succès." #: views.py:652 #, 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:665 #, 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:695 msgid "Source transformation created successfully" @@ -542,134 +527,3 @@ msgstr "Erreur lors de la création de la transformation de source;%s" #, python-format msgid "Create new transformation for source: %s" msgstr "Créer une nouvelle transformation pour la source:%s" - -#~ msgid "" -#~ "Connects to the POP3 email sources and fetches the attached documents." -#~ msgstr "Se connecte aux comptes email POP3 et rapatrie les pièces jointes" - -#~ msgid "" -#~ "Connects to the IMAP email sources and fetches the attached documents." -#~ msgstr "Se connecte aux comptes email IMAP et rapatrie les pièces jointes" - -#~ msgid "POP3 email" -#~ msgstr "email POP3" - -#~ msgid "IMAP email" -#~ msgstr "email IMAP" - -#~ msgid "logs" -#~ msgstr "logs" - -#~ msgid "upload new documents" -#~ msgstr "importer de nouveaux documents" - -#~ msgid "POP3 emails" -#~ msgstr "emails POP3" - -#~ msgid "IMAP emails" -#~ msgstr "emails IMAP" - -#~ msgid "date time" -#~ msgstr "date et heure" - -#~ msgid "status" -#~ msgstr "statut" - -#~ msgid "source log" -#~ msgstr "log d'une source" - -#~ msgid "sources logs" -#~ msgstr "logs des sources" - -#~ msgid "Interval in seconds between document downloads from this source." -#~ msgstr "" -#~ "Intervalle en secondes entre deux importations de documents à partir de " -#~ "cette source." - -#~ msgid "document type" -#~ msgstr "type de document" - -#~ msgid "Assign a document type to documents uploaded from this source." -#~ msgstr "" -#~ "Assigner un type de document aux documents importés à partir de cette " -#~ "source" - -#~ msgid "Whether to expand or not, compressed archives." -#~ msgstr "Choisir de décompresser ou pas les archives compressées" - -#~ msgid "interval source" -#~ msgstr "intervalle pour la source" - -#~ msgid "interval sources" -#~ msgstr "intervalle pour les sources" - -#~ msgid "host" -#~ msgstr "hote" - -#~ msgid "SSL" -#~ msgstr "SSL" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "" -#~ "Override the defaults values of %(normal_port)d and %(ssl_port)d for SSL, " -#~ "can be left blank otherwise." -#~ msgstr "" -#~ "Remplacer les valeurs par défaut de %(normal_port)d et %(ssl_port)d pour " -#~ "le SSL, ou laisser vide sinon." - -#~ msgid "username" -#~ msgstr "utilisateur" - -#~ msgid "password" -#~ msgstr "mot de passe" - -#~ msgid "attachment-%i" -#~ msgstr "pièce jointe-%i" - -#~ msgid "email source" -#~ msgstr "email de la source" - -#~ msgid "email sources" -#~ msgstr "email des sources" - -#~ msgid "POP email" -#~ msgstr "email POP" - -#~ msgid "mailbox" -#~ msgstr "boite email" - -#~ msgid "" -#~ "Mail from which to check for messages with attached documents. If none " -#~ "is specified, the default mailbox is %s" -#~ msgstr "" -#~ "Compte email dont il faut surveiller les messages avec pièces jointes. Si " -#~ "aucun n'est spécifié, le comte email par défaut est: %s" - -#~ msgid "Enabled" -#~ msgstr "Activé" - -#~ msgid "logs for: %s" -#~ msgstr "logs pour: %s" - -#~ msgid "Date time" -#~ msgstr "Date et heure" - -#~ msgid "Status" -#~ msgstr "Statut" - -#~ msgid "step 1 of 3: Document type" -#~ msgstr "étape 1 sur 3 : Type de document" - -#~ msgid "step 2 of 3: Metadata selection" -#~ msgstr "étape 2 sur 3 : Sélection des métadonnées" - -#~ msgid "step 3 of 3: Document metadata" -#~ msgstr "étape 3 sur 3: Métadonnées du document" - -#~ msgid "Next step" -#~ msgstr "Etape suivante" - -#~ msgid "Sources" -#~ msgstr "Sources" diff --git a/apps/sources/locale/it/LC_MESSAGES/django.mo b/apps/sources/locale/it/LC_MESSAGES/django.mo index 75401c7e09..75e3f20e51 100644 Binary files a/apps/sources/locale/it/LC_MESSAGES/django.mo and b/apps/sources/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/it/LC_MESSAGES/django.po b/apps/sources/locale/it/LC_MESSAGES/django.po index 8acf025edc..b2c5a66eb6 100644 --- a/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/apps/sources/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Pierpaolo Baldan , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -198,8 +197,7 @@ msgstr "anteprima larghezza" #: models.py:160 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:161 msgid "preview height" @@ -207,8 +205,7 @@ msgstr "anteprima altezza" #: models.py:161 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:162 models.py:199 models.py:212 msgid "uncompress" @@ -236,10 +233,9 @@ msgstr "intervallo" #: 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." +"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:238 msgid "watch folder" @@ -328,15 +324,12 @@ msgstr "Sorgenti caricamento" #: views.py:107 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:108 #, 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:165 msgid "New document version uploaded successfully." @@ -376,8 +369,7 @@ msgstr "carica un documento in locale dalla sorgente: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" -"Versione documento da gestione temporanea file: %s,caricata con successo" +msgstr "Versione documento da gestione temporanea file: %s,caricata con successo" #: views.py:243 #, python-format @@ -387,14 +379,14 @@ msgstr "File in allestimento:%s, caricato con successo." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "file temporaneo: %s, non compresso e caricato come file singolo" #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"file temporaneo: %s, non è stato compresso, caricato come file singolo." +msgstr "file temporaneo: %s, non è stato compresso, caricato come file singolo." #: views.py:254 #, python-format @@ -515,16 +507,13 @@ msgstr "Sorgente per la trasformazione cancellata con successo." #: views.py:652 #, 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:665 #, 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:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo b/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo index 6ec5dee390..79fbe4f968 100644 Binary files a/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/sources/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/nl_NL/LC_MESSAGES/django.po b/apps/sources/locale/nl_NL/LC_MESSAGES/django.po index 8c37a27169..29bd7ae942 100644 --- a/apps/sources/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/sources/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Lucas Weel , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-09-28 19:31+0000\n" -"Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -77,8 +76,7 @@ msgstr "Uitpakken gecomprimeerde bestanden" #: forms.py:35 forms.py:60 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:43 msgid "Staging file" @@ -234,10 +232,9 @@ msgstr "interval" #: 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." +"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:238 msgid "watch folder" @@ -299,9 +296,7 @@ msgstr "Aanmaken van een nieuwe documentbron" #: staging.py:45 #, 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" #: staging.py:128 #, python-format @@ -333,8 +328,7 @@ msgstr "Er zijn geen documentbronnen gedefinieerd of ingeschakeld." #: views.py:108 #, 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:165 msgid "New document version uploaded successfully." @@ -346,14 +340,11 @@ msgstr "'Upload' van bestand succesvol." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" -"Bestands-archief succesvol uitgepakt en ge-upload als afzonderlijke besanden." +msgstr "Bestands-archief succesvol uitgepakt en ge-upload als afzonderlijke besanden." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." -msgstr "" -"Bestand was geen gecomprimeerd archief. Bestand is in orginele formaat ge-" -"upload." +msgstr "Bestand was geen gecomprimeerd archief. Bestand is in orginele formaat ge-upload." #: views.py:179 views.py:260 msgid "New version uploads are not allowed for this document." @@ -387,17 +378,14 @@ msgstr "'Upload' van tijdelijk bestand: %s, is succesvol." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Tijdelijk archiefbestand: %s, succesvol ge-'upload, uitgepakt en opgeslagen " -"als individuele files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Tijdelijk archiefbestand: %s, succesvol ge-'upload, uitgepakt en opgeslagen als individuele files." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Tijdelijk archiefbestand: %s, was geen gecomprimeerd archief. Opgeslagen als " -"een enkelvoudig bestand." +msgstr "Tijdelijk archiefbestand: %s, was geen gecomprimeerd archief. Opgeslagen als een enkelvoudig bestand." #: views.py:254 #, python-format @@ -471,8 +459,7 @@ msgstr "Documentbron \"%s\" succesvol verwijderd." #: views.py:520 #, 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:527 #, python-format @@ -519,16 +506,13 @@ msgstr "Documentbron transformatie succesvol verwijderd." #: views.py:652 #, 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:665 #, 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:695 msgid "Source transformation created successfully" @@ -543,136 +527,3 @@ msgstr "Fout bij het aanmaken van document transformatie: %s" #, python-format msgid "Create new transformation for source: %s" msgstr "Aanmaken van een nieuwe transformatie voor documentbron: %s" - -#~ msgid "" -#~ "Connects to the POP3 email sources and fetches the attached documents." -#~ msgstr "" -#~ "Maakt verbinding met de POP3 e-mail bronnen en haalt de bijgevoegde " -#~ "documenten op." - -#~ msgid "" -#~ "Connects to the IMAP email sources and fetches the attached documents." -#~ msgstr "" -#~ "Maakt verbinding met de IMAP e-mail bronnen en haalt de bijgevoegde " -#~ "documenten op." - -#~ msgid "POP3 email" -#~ msgstr "POP3 e-mail" - -#~ msgid "IMAP email" -#~ msgstr "IMAP e-mail" - -#~ msgid "logs" -#~ msgstr "logs" - -#~ msgid "upload new documents" -#~ msgstr "uploaden van nieuwe documenten" - -#~ msgid "POP3 emails" -#~ msgstr "POP3 e-mails" - -#~ msgid "IMAP emails" -#~ msgstr "IMAP e-mails" - -#~ msgid "date time" -#~ msgstr "datum en tijd" - -#~ msgid "status" -#~ msgstr "status" - -#~ msgid "source log" -#~ msgstr "bronlog" - -#~ msgid "sources logs" -#~ msgstr "bronnen logs" - -#~ msgid "Interval in seconds between document downloads from this source." -#~ msgstr "Interval in seconden tussen document downloads uit deze bron." - -#~ msgid "document type" -#~ msgstr "documentsoort" - -#~ msgid "Assign a document type to documents uploaded from this source." -#~ msgstr "" -#~ "Wijs een documentsoort toe voor documenten die worden geüpload van deze " -#~ "bron." - -#~ msgid "Whether to expand or not, compressed archives." -#~ msgstr "Al of niet uitpakken van gecomprimeerde archieven." - -#~ msgid "interval source" -#~ msgstr "interval bron" - -#~ msgid "interval sources" -#~ msgstr "interval bronnen" - -#~ msgid "host" -#~ msgstr "host" - -#~ msgid "SSL" -#~ msgstr "SSL" - -#~ msgid "port" -#~ msgstr "port" - -#~ msgid "" -#~ "Override the defaults values of %(normal_port)d and %(ssl_port)d for SSL, " -#~ "can be left blank otherwise." -#~ msgstr "" -#~ "Vervang de verstekwaarden van %(normal_port)d en %(ssl_port)d voor SSL, " -#~ "kan anders leeg gelaten worden." - -#~ msgid "username" -#~ msgstr "gebruikersnaam" - -#~ msgid "password" -#~ msgstr "wachtwoord" - -#~ msgid "attachment-%i" -#~ msgstr "attachment-%i" - -#~ msgid "email source" -#~ msgstr "e-mail bron" - -#~ msgid "email sources" -#~ msgstr "e-mail bronnen" - -#~ msgid "POP email" -#~ msgstr "POP e-mail" - -#~ msgid "mailbox" -#~ msgstr "brievenbus" - -#~ msgid "" -#~ "Mail from which to check for messages with attached documents. If none " -#~ "is specified, the default mailbox is %s" -#~ msgstr "" -#~ "Mail-adres voor het controleren naar berichten met bijgevoegde " -#~ "documenten. Wanneer hier niets is ingevuld is het standaard mailadres: %s" - -#~ msgid "Enabled" -#~ msgstr "Ingeschakeld" - -#~ msgid "logs for: %s" -#~ msgstr "logs voor: %s" - -#~ msgid "Date time" -#~ msgstr "Datum en tijd" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "step 1 of 3: Document type" -#~ msgstr "stap 1 van 3: Documentsoort" - -#~ msgid "step 2 of 3: Metadata selection" -#~ msgstr "stap 2 van 3: Metadata selectie" - -#~ msgid "step 3 of 3: Document metadata" -#~ msgstr "stap 3 van 3: Document metadata" - -#~ msgid "Next step" -#~ msgstr "Volgende stap" - -#~ msgid "Sources" -#~ msgstr "Bronnen" diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.mo b/apps/sources/locale/pl/LC_MESSAGES/django.mo index dd0412aeeb..0f9f83bed3 100644 Binary files a/apps/sources/locale/pl/LC_MESSAGES/django.mo and b/apps/sources/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/pl/LC_MESSAGES/django.po b/apps/sources/locale/pl/LC_MESSAGES/django.po index 98acfc0f9f..2569e31bd3 100644 --- a/apps/sources/locale/pl/LC_MESSAGES/django.po +++ b/apps/sources/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:20 msgid "preview" @@ -234,7 +232,8 @@ msgstr "" #: models.py:214 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "" #: models.py:238 @@ -379,7 +378,8 @@ msgstr "" #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "" #: views.py:249 diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index dd8f770f8a..685e4a1ef3 100644 Binary files a/apps/sources/locale/pt/LC_MESSAGES/django.mo and b/apps/sources/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index d0a08738bc..bab40b3a9b 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:20 @@ -78,9 +77,7 @@ msgstr "Expandir ficheiros compactados" #: forms.py:35 forms.py:60 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:43 msgid "Staging file" @@ -236,10 +233,9 @@ msgstr "intervalo" #: 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." +"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:238 msgid "watch folder" @@ -328,16 +324,12 @@ msgstr "Fontes de envio" #: views.py:107 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:108 #, 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:165 msgid "New document version uploaded successfully." @@ -349,8 +341,7 @@ msgstr "Ficheiro enviado com sucesso." #: views.py:172 msgid "File uncompressed successfully and uploaded as individual files." -msgstr "" -"Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." +msgstr "Ficheiro descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:175 msgid "File was not a compressed file, uploaded as it was." @@ -378,9 +369,7 @@ msgstr "enviar um documento local da fonte: %s" #: views.py:240 #, python-format msgid "Document version from staging file: %s, uploaded successfully." -msgstr "" -"Versão do documento a partir de ficheiro em preparação: %s, enviado com " -"sucesso." +msgstr "Versão do documento a partir de ficheiro em preparação: %s, enviado com sucesso." #: views.py:243 #, python-format @@ -390,17 +379,14 @@ msgstr "Ficheiro em preparação: %s, enviado com sucesso." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." -msgstr "" -"Ficheiro em preparação: %s, descomprimido com sucesso e enviado como " -"ficheiros individuais." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "Ficheiro em preparação: %s, descomprimido com sucesso e enviado como ficheiros individuais." #: views.py:249 #, python-format msgid "Staging file: %s, was not compressed, uploaded as a single file." -msgstr "" -"Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro " -"único." +msgstr "Ficheiro em preparação: %s, não estava comprimido, enviado como ficheiro único." #: views.py:254 #, python-format @@ -527,9 +513,7 @@ msgstr "Erro ao excluir transformação da fonte; %(error)s " #, 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:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo b/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo index 9672a26082..0107d7173d 100644 Binary files a/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/sources/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po index 228bebe8a8..0011716fda 100644 --- a/apps/sources/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:20 @@ -77,8 +76,7 @@ msgstr "Expandir arquivos compactados" #: forms.py:35 forms.py:60 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:43 msgid "Staging file" @@ -234,10 +232,9 @@ msgstr "intervalo" #: 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." +"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:238 msgid "watch folder" @@ -326,16 +323,12 @@ msgstr "Carregar fontes" #: views.py:107 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:108 #, 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:165 msgid "New document version uploaded successfully." @@ -385,7 +378,8 @@ msgstr "Staging file: %s, uploaded successfully." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "" #: views.py:249 @@ -518,9 +512,7 @@ msgstr "Erro ao deletar transformação de fonte; %(error)s " #, 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:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.mo b/apps/sources/locale/ru/LC_MESSAGES/django.mo index 559ae6bdc5..84fe62a66d 100644 Binary files a/apps/sources/locale/ru/LC_MESSAGES/django.mo and b/apps/sources/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.po b/apps/sources/locale/ru/LC_MESSAGES/django.po index b7920d3310..55a3f3241b 100644 --- a/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011, 2012. +# Sergey Glita , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-27 04:09+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:06+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:20 msgid "preview" @@ -234,9 +232,9 @@ msgstr "интервал" #: models.py:214 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." +msgstr "Интервал в секундах, между проверками папки на появление новых документов." #: models.py:238 msgid "watch folder" @@ -330,9 +328,7 @@ msgstr "Интерактивные источники документов не #: views.py:108 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." -msgstr "" -"Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ " -"источников." +msgstr "Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ источников." #: views.py:165 msgid "New document version uploaded successfully." @@ -352,7 +348,7 @@ msgstr "Файл не сжат и загружен как есть." #: views.py:179 views.py:260 msgid "New version uploads are not allowed for this document." -msgstr "" +msgstr "Добавление новых версий этого документа не допускаются." #: views.py:183 views.py:264 #, python-format @@ -382,7 +378,8 @@ msgstr "Промежуточный файл %s загружен." #: views.py:246 #, python-format msgid "" -"Staging file: %s, uncompressed successfully and uploaded as individual files." +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." msgstr "Транспортный файл %s распакован и загружен в виде отдельных файлов." #: views.py:249 @@ -515,8 +512,7 @@ msgstr "Ошибка при удалении преобразования ист #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" -msgstr "" -"Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" +msgstr "Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" #: views.py:695 msgid "Source transformation created successfully" diff --git a/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo b/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..840fd9ef65 Binary files /dev/null and b/apps/sources/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/vi_VN/LC_MESSAGES/django.po b/apps/sources/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..1d2593e970 --- /dev/null +++ b/apps/sources/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,529 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-24 00:57+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:20 +msgid "preview" +msgstr "xem trước" + +#: __init__.py:21 __init__.py:29 __init__.py:35 +msgid "delete" +msgstr "xóa" + +#: __init__.py:23 +msgid "sources" +msgstr "các nguồn" + +#: __init__.py:24 literals.py:53 models.py:204 +msgid "web forms" +msgstr "web forms" + +#: __init__.py:25 models.py:175 +msgid "staging folders" +msgstr "staging folders" + +#: __init__.py:26 models.py:239 +msgid "watch folders" +msgstr "watch folders" + +#: __init__.py:28 __init__.py:34 +msgid "edit" +msgstr "sửa" + +#: __init__.py:30 +msgid "add new source" +msgstr "thêm nguồn mới" + +#: __init__.py:32 +msgid "transformations" +msgstr "chuyển đổi" + +#: __init__.py:33 +msgid "add transformation" +msgstr "thêm chuyển đổi" + +#: __init__.py:37 +msgid "Document sources" +msgstr "Các nguồn tài liệu" + +#: __init__.py:39 +msgid "upload new version" +msgstr "upload phiên bản mới" + +#: __init__.py:69 widgets.py:39 +msgid "thumbnail" +msgstr "thumbnail" + +#: forms.py:34 forms.py:59 +msgid "Expand compressed files" +msgstr "Giải nén" + +#: forms.py:35 forms.py:60 +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:43 +msgid "Staging file" +msgstr "" + +#: forms.py:50 +msgid "File" +msgstr "File" + +#: literals.py:8 literals.py:13 +msgid "Always" +msgstr "Luôn luôn" + +#: literals.py:9 literals.py:14 +msgid "Never" +msgstr "Không bao giờ" + +#: literals.py:15 +msgid "Ask user" +msgstr "Hỏi người dùng" + +#: literals.py:30 +msgid "Disk" +msgstr "Đĩa" + +#: literals.py:31 +msgid "Database" +msgstr "Cơ sở dữ liệu" + +#: literals.py:32 +msgid "Drive" +msgstr "Ổ đĩa" + +#: literals.py:33 +msgid "Network drive" +msgstr "Ổ đĩa mạng" + +#: literals.py:34 +msgid "User drive" +msgstr "ổ đĩa người dùng" + +#: literals.py:35 +msgid "Envelope" +msgstr "Phong thư" + +#: literals.py:36 +msgid "Folder" +msgstr "Thư mục" + +#: literals.py:37 +msgid "World" +msgstr "Quốc tế" + +#: literals.py:38 +msgid "Printer" +msgstr "Máy in" + +#: literals.py:39 +msgid "Empty printer" +msgstr "Máy in rỗng" + +#: literals.py:47 models.py:203 +msgid "web form" +msgstr "web form" + +#: literals.py:48 +msgid "server staging folder" +msgstr "" + +#: literals.py:49 +msgid "server watch folder" +msgstr "" + +#: literals.py:54 +msgid "server staging folders" +msgstr "" + +#: literals.py:55 +msgid "server watch folders" +msgstr "" + +#: models.py:36 +msgid "title" +msgstr "tiêu đề" + +#: models.py:37 +msgid "enabled" +msgstr "đã kích hoạt" + +#: models.py:38 +msgid "whitelist" +msgstr "danh sách trắng" + +#: models.py:39 +msgid "blacklist" +msgstr "danh sách đen" + +#: models.py:143 +msgid "icon" +msgstr "biểu tượng" + +#: models.py:143 +msgid "An icon to visually distinguish this source." +msgstr "Biểu tượng để phân biệt nguồn này" + +#: models.py:159 models.py:211 +msgid "folder path" +msgstr "đường dẫn thư mục" + +#: models.py:159 models.py:211 +msgid "Server side filesystem path." +msgstr "đường dẫn hệ thống phía Server" + +#: models.py:160 +msgid "preview width" +msgstr "bề rộng của xem trước" + +#: models.py:160 +msgid "Width value to be passed to the converter backend." +msgstr "" + +#: models.py:161 +msgid "preview height" +msgstr "bề cao của xem trước" + +#: models.py:161 +msgid "Height value to be passed to the converter backend." +msgstr "" + +#: models.py:162 models.py:199 models.py:212 +msgid "uncompress" +msgstr "" + +#: models.py:162 models.py:199 models.py:212 +msgid "Whether to expand or not compressed archives." +msgstr "" + +#: models.py:163 models.py:213 +msgid "delete after upload" +msgstr "" + +#: models.py:163 models.py:213 +msgid "Delete the file after is has been successfully uploaded." +msgstr "" + +#: models.py:174 +msgid "staging folder" +msgstr "" + +#: models.py:214 +msgid "interval" +msgstr "" + +#: models.py:214 +msgid "" +"Inverval in seconds where the watch folder path is checked for new " +"documents." +msgstr "" + +#: models.py:238 +msgid "watch folder" +msgstr "" + +#: models.py:243 +msgid "Enter a valid value." +msgstr "" + +#: models.py:271 views.py:595 +msgid "order" +msgstr "" + +#: models.py:272 views.py:596 views.py:633 views.py:663 +msgid "transformation" +msgstr "" + +#: models.py:273 views.py:597 +msgid "arguments" +msgstr "" + +#: models.py:273 +#, python-format +msgid "Use dictionaries to indentify arguments, example: %s" +msgstr "" + +#: models.py:284 +msgid "document source transformation" +msgstr "" + +#: models.py:285 +msgid "document source transformations" +msgstr "" + +#: models.py:292 models.py:293 +msgid "out of process" +msgstr "Ngoài phạm vi xử lý" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Thiết lập nguồn tài liệu" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Xem các nguồn tài liệu đang tồn tại" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Sửa các nguồn tài liệu" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Xóa các nguồn tài liệu" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Tạo các nguồn tài liệu" + +#: staging.py:45 +#, python-format +msgid "Unable get list of staging files: %s" +msgstr "" + +#: staging.py:128 +#, python-format +msgid "Unable to upload staging file: %s" +msgstr "" + +#: staging.py:138 +#, python-format +msgid "Unable to delete staging file: %s" +msgstr "" + +#: utils.py:40 +msgid "Whitelist Blacklist validation error." +msgstr "" + +#: views.py:100 +msgid "here" +msgstr "" + +#: views.py:105 +msgid "Upload sources" +msgstr "" + +#: views.py:107 +msgid "" +"No interactive document sources have been defined or none have been enabled." +msgstr "" + +#: views.py:108 +#, python-format +msgid "Click %(setup_link)s to add or enable some document sources." +msgstr "" + +#: views.py:165 +msgid "New document version uploaded successfully." +msgstr "Phiên bản mới được upload thành công." + +#: views.py:169 +msgid "File uploaded successfully." +msgstr "File upload thành công." + +#: views.py:172 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "File giải nén thành công và đã upload các file riêng biệt" + +#: views.py:175 +msgid "File was not a compressed file, uploaded as it was." +msgstr "File này không phải là file nén, đã upload." + +#: views.py:179 views.py:260 +msgid "New version uploads are not allowed for this document." +msgstr "" + +#: views.py:183 views.py:264 +#, python-format +msgid "Unhandled exception: %s" +msgstr "Ngoại lệ: %s" + +#: views.py:192 +#, python-format +msgid "upload a new version from source: %s" +msgstr "upload phiên bản mới từ nguồn: %s" + +#: views.py:194 +#, python-format +msgid "upload a local document from source: %s" +msgstr "" + +#: views.py:240 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:243 +#, python-format +msgid "Staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:246 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:249 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:254 +#, python-format +msgid "Staging file: %s, deleted successfully." +msgstr "" + +#: views.py:279 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:281 +#, python-format +msgid "upload a document from staging source: %s" +msgstr "" + +#: views.py:294 +msgid "files in staging path" +msgstr "" + +#: views.py:326 +msgid "Current document type" +msgstr "Kiểu tài liệu hiện tại" + +#: views.py:327 +msgid "None" +msgstr "Không có gì" + +#: views.py:334 +msgid "Current metadata" +msgstr "" + +#: views.py:372 views.py:391 +#, python-format +msgid "Staging file transformation error: %(error)s" +msgstr "" + +#: views.py:414 +msgid "Staging file delete successfully." +msgstr "" + +#: views.py:416 +#, python-format +msgid "Staging file delete error; %s." +msgstr "" + +#: views.py:476 +msgid "Source edited successfully" +msgstr "" + +#: views.py:479 +#, python-format +msgid "Error editing source; %s" +msgstr "" + +#: views.py:484 +#, python-format +msgid "edit source: %s" +msgstr "" + +#: views.py:489 views.py:529 views.py:591 views.py:632 views.py:662 +#: views.py:705 +msgid "source" +msgstr "" + +#: views.py:518 +#, python-format +msgid "Source \"%s\" deleted successfully." +msgstr "" + +#: views.py:520 +#, python-format +msgid "Error deleting source \"%(source)s\": %(error)s" +msgstr "" + +#: views.py:527 +#, python-format +msgid "Are you sure you wish to delete the source: %s?" +msgstr "" + +#: views.py:559 +msgid "Source created successfully" +msgstr "" + +#: views.py:562 +#, python-format +msgid "Error creating source; %s" +msgstr "" + +#: views.py:567 +#, python-format +msgid "Create new source of type: %s" +msgstr "" + +#: views.py:589 +#, python-format +msgid "transformations for: %s" +msgstr "" + +#: views.py:619 +msgid "Source transformation edited successfully" +msgstr "Chuyển đổi nguồn được sửa thành công" + +#: views.py:622 +#, python-format +msgid "Error editing source transformation; %s" +msgstr "Lỗi sửa chuyển đổi nguồn; %s" + +#: views.py:627 +#, python-format +msgid "Edit transformation: %s" +msgstr "Sửa chuyển đổi: %s" + +#: views.py:650 +msgid "Source transformation deleted successfully." +msgstr "Chuyển đổi nguồn xóa thành công" + +#: views.py:652 +#, python-format +msgid "Error deleting source transformation; %(error)s" +msgstr "Lỗi xóa chuyển đổi nguồn: %(error)s" + +#: views.py:665 +#, 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:695 +msgid "Source transformation created successfully" +msgstr "Chuyển đổi nguồn được tạo thành công" + +#: views.py:698 +#, python-format +msgid "Error creating source transformation; %s" +msgstr "Lỗi tạo chuyển đổi nguồn: %s" + +#: views.py:707 +#, python-format +msgid "Create new transformation for source: %s" +msgstr "Tạo chuyển đổi nguồn mới: %s" diff --git a/apps/tags/locale/ar/LC_MESSAGES/django.mo b/apps/tags/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..a9d4e7b34c Binary files /dev/null and b/apps/tags/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/ar/LC_MESSAGES/django.po b/apps/tags/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..fcf12b32b5 --- /dev/null +++ b/apps/tags/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,302 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 18:44+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:24 +msgid "preview" +msgstr "معاينة" + +#: __init__.py:28 +msgid "tagged items" +msgstr "الأغراض التي ربطت بكلمات استدلالية" + +#: __init__.py:34 __init__.py:42 links.py:21 views.py:124 +msgid "tags" +msgstr "الكلمات الاستدلالية" + +#: forms.py:24 +msgid "Name" +msgstr "الاسم" + +#: forms.py:25 +msgid "Color" +msgstr "اللون" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "الكلمات الاستدلالية" + +#: links.py:11 +msgid "tag list" +msgstr "قائمة الكلمات الاستدلالية" + +#: links.py:12 +msgid "create new tag" +msgstr "أنشأ كلمة استدلالية جديدة" + +#: links.py:14 links.py:15 +msgid "attach tag" +msgstr "أضف كلمة استدلالية" + +#: links.py:18 +msgid "remove tag" +msgstr "إزالة الكلمة الاستدلالية" + +#: links.py:19 +msgid "remove tags" +msgstr "إزالة الكلمات الاستدلالية" + +#: links.py:22 links.py:25 +msgid "delete" +msgstr "حذف" + +#: links.py:23 +msgid "edit" +msgstr "تعديل" + +#: links.py:24 +msgid "tagged documents" +msgstr "الوثائق المربوطة بكلمات استدلالية" + +#: links.py:26 +msgid "ACLs" +msgstr "الصلاحيات:" + +#: literals.py:18 +msgid "Blue" +msgstr "أزرق" + +#: literals.py:19 +msgid "Cyan" +msgstr "سماوي" + +#: literals.py:20 +msgid "Coral" +msgstr "مرجاني" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "اخضر-اصفر" + +#: literals.py:22 +msgid "Khaki" +msgstr "كاكي" + +#: literals.py:23 +msgid "LightGrey" +msgstr "رصاصي فاتح" + +#: literals.py:24 +msgid "Magenta" +msgstr "أرجواني" + +#: literals.py:25 +msgid "Red" +msgstr "أحمر" + +#: literals.py:26 +msgid "Orange" +msgstr "برتقالي" + +#: literals.py:27 +msgid "Yellow" +msgstr "أصفر" + +#: models.py:12 views.py:180 views.py:232 views.py:246 +msgid "tag" +msgstr "كلمة استدلالية" + +#: models.py:13 +msgid "color" +msgstr "لون" + +#: models.py:16 +msgid "tag properties" +msgstr "خصائص الكلمة الاستدلالية" + +#: models.py:17 +msgid "tags properties" +msgstr "خصائص الكلمات الاستدلالية" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "أنشأ كلمات استدلالية جديدة" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "حذف الكلمات الاستدلالية" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "تعديل الكلمات الاستدلالية" + +#: permissions.py:12 +msgid "View tags" +msgstr "عرض الكلمات الاستدلالية" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "إضافة كلمات استدلالية للوثائق" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "إزالة الكلمات الاستدلالية من الوثائق" + +#: views.py:42 +msgid "Tag already exists." +msgstr "الكلمة الاستدلالية موجودة مسبقاً." + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "تم انشاء الكلمة الاستدلالية بنجاح" + +#: views.py:56 +msgid "create tag" +msgstr "انشاء كلمة استدلالية" + +#: views.py:69 +msgid "Must provide at least one document." +msgstr "يجب توفير وثيقة واحدة عالاقل." + +#: views.py:87 +#, python-format +msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" +msgstr "الوثيقة \"%(document)s\" مربوطة مسبقاً بالكلمات الاستدلالية \"%(tag)s\"" + +#: views.py:92 +#, python-format +msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." +msgstr "تم ربط الكلمة الاستدلالية \"%(tag)s\" بالوثيقة \"%(document)s\" ." + +#: views.py:100 +msgid "document" +msgstr "وثيقة" + +#: views.py:108 +#, python-format +msgid "Attach tag to document: %s." +msgstr "اضافة كلمة استدلالية للوثيقة: %s" + +#: views.py:110 +#, python-format +msgid "Attach tag to documents: %s." +msgstr "اضافة كلمة استدلالية للوثائق: %s" + +#: views.py:156 +msgid "Must provide at least one tag." +msgstr "يجب توفير كلمة استدلالية واحدة عالاقل" + +#: views.py:171 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "الكلمة الاستدلالية \"%s\" مسحت بنجاح." + +#: views.py:173 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "خطأ أثناء مسح الكلمة الاستدلالية \"%(tag)s\": %(error)s" + +#: views.py:188 +#, python-format +msgid "Are you sure you wish to delete the tag: %s?" +msgstr "هل أنت متأكد أنك تريد حذف الكلمة الاستدلالية : %s؟" + +#: views.py:189 views.py:192 +msgid "Will be removed from all documents." +msgstr "ستتم الإزالة من جميع الوثائق." + +#: views.py:191 +#, python-format +msgid "Are you sure you wish to delete the tags: %s?" +msgstr "هل أنت متأكد أنك تريد حذف الكلمات الاستدلالية: %s؟" + +#: views.py:220 +msgid "Tag updated succesfully." +msgstr "تم تحديث الكلمة الاستدلالية بنجاح" + +#: views.py:229 +#, python-format +msgid "edit tag: %s" +msgstr "تعديل الكلمة الاستدلالية: %s" + +#: views.py:243 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "الوثائق المربوطة بالكلمة الاستدلالية \"%s\"" + +#: views.py:262 +#, python-format +msgid "tags for: %s" +msgstr " الكلمات الاستدلالية ل: %s" + +#: views.py:274 +msgid "Must provide at least one tagged document." +msgstr "يجب توفير وثيقة واحد عالاقل مربوطة بكلمات استدلالية" + +#: views.py:313 +#, python-format +msgid "Remove tag from document: %s." +msgstr "ازالة الكلمة الاستدلالية من الوثيقة: %s" + +#: views.py:315 +#, python-format +msgid "Remove tag from documents: %s." +msgstr "ازالة الكلمة الاستدلالية من الوثائق: %s" + +#: views.py:321 +#, 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:324 +#, 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:329 +#, 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:332 +#, python-format +msgid "" +"Are you sure you wish to remove the tags %(tag)s from the documents: " +"%(documents)s?" +msgstr "هل أنت متأكد أنك ترغب في إزالة الكلمات الاستدلالية %(tag)s من الوثائق %(documents)s؟" + +#: views.py:339 +#, python-format +msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" +msgstr "الوثيقة \"%(document)s\" لم تربط مع: \"%(tag)s\"" + +#: views.py:344 +#, python-format +msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." +msgstr "الكلمة الاستدلالية \"%(tag)s\" أزيلت بنجاح من الوثيقة \"%(document)s\"." + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "أضف كلمة استدلالية للوثيقة" diff --git a/apps/tags/locale/bg/LC_MESSAGES/django.mo b/apps/tags/locale/bg/LC_MESSAGES/django.mo index 2a1eda79ef..6603fe4f8c 100644 Binary files a/apps/tags/locale/bg/LC_MESSAGES/django.mo and b/apps/tags/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/bg/LC_MESSAGES/django.po b/apps/tags/locale/bg/LC_MESSAGES/django.po index 3633c67a56..8f9a44f5c1 100644 --- a/apps/tags/locale/bg/LC_MESSAGES/django.po +++ b/apps/tags/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-10-17 11:10+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -56,14 +55,12 @@ msgid "attach tag" msgstr "прикачане на етикет" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "премахване" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "премахване" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -174,34 +171,32 @@ msgid "create tag" msgstr "създаване на етикет" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Трябва да се осигури най-малко един етикет." +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Документът вече има етикет \"%s\"" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Етикет\"%s\" е прикачен успешно." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "документи с етикети" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Закачане етикет към документи" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Закачане етикет към документи" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -251,64 +246,57 @@ msgid "tags for: %s" msgstr "етикети за: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Трябва да се осигури най-малко един етикет." +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Премахване на етикети от документи" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Премахване на етикети от документи" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Сигурни ли сте, че искате да премахнете етикети: %s?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Сигурни ли сте, че искате да премахнете етикети: %s?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Сигурни ли сте, че искате да премахнете етикети: %s?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Сигурни ли сте, че искате да премахнете етикети: %s?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Документът вече има етикет \"%s\"" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Етикет \"%s\" е премахнат успешно." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Добавете етикет към документ" - -#~ msgid "attach tag to: %s" -#~ msgstr "прикачи етикета към: %s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Сигурни ли сте, че искате да премахнете етикет: %s?" diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.mo b/apps/tags/locale/de_DE/LC_MESSAGES/django.mo index 26a2642e72..9560582e4e 100644 Binary files a/apps/tags/locale/de_DE/LC_MESSAGES/django.mo and b/apps/tags/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/de_DE/LC_MESSAGES/django.po b/apps/tags/locale/de_DE/LC_MESSAGES/django.po index f884b56351..425611458f 100644 --- a/apps/tags/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/tags/locale/de_DE/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-04-20 11:39+0000\n" -"Last-Translator: tetjarediske \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -56,14 +55,12 @@ msgid "attach tag" msgstr "Tag anhängen" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "Entfernen" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "Entfernen" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -174,34 +171,32 @@ msgid "create tag" msgstr "Tag anlegen" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Mindestens einen Tag angeben." +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Dokument ist bereits mit \"%s\" getagt" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Tag \"%s\" erfolgreich hinzugefügt." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "Getaggte Dokumente" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Füge Tags zu Dokument hinzu" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Füge Tags zu Dokument hinzu" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -251,64 +246,57 @@ msgid "tags for: %s" msgstr "Tag für: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Mindestens einen Tag angeben." +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Entferne Tags vom Dokument" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Entferne Tags vom Dokument" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Wollen Sie die Tags %s wirklich entfernen?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Wollen Sie die Tags %s wirklich entfernen?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Wollen Sie die Tags %s wirklich entfernen?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Wollen Sie die Tags %s wirklich entfernen?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Dokument ist bereits mit \"%s\" getagt" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Tag \"%s\" wurde erfolgreich entfernt." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Füge Tag zu Dokument hinzu" - -#~ msgid "attach tag to: %s" -#~ msgstr "Füge Tag zu \"%s\" hinzu" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Wollen Sie den Tag %s wirklich entfernen?" diff --git a/apps/tags/locale/en/LC_MESSAGES/django.mo b/apps/tags/locale/en/LC_MESSAGES/django.mo index 28617bcfd5..d811a86be2 100644 Binary files a/apps/tags/locale/en/LC_MESSAGES/django.mo and b/apps/tags/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index e76d7a675f..2c5c675f26 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/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: 2012-12-12 03:19-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/tags/locale/es/LC_MESSAGES/django.mo b/apps/tags/locale/es/LC_MESSAGES/django.mo index d1c721c1eb..4d16020e13 100644 Binary files a/apps/tags/locale/es/LC_MESSAGES/django.mo and b/apps/tags/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/es/LC_MESSAGES/django.po b/apps/tags/locale/es/LC_MESSAGES/django.po index df8c221323..813c537394 100644 --- a/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/apps/tags/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2011-2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:22+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -265,36 +264,28 @@ msgstr "Remover etiqueta de los documentos: %s." msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "" -"¿Está seguro que deasea remover la etiqueta \"%(tag)s\" del documento: " -"%(document)s?" +msgstr "¿Está seguro que deasea remover la etiqueta \"%(tag)s\" del documento: %(document)s?" #: views.py:324 #, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "" -"¿Está seguro que deasea remover la etiqueta \"%(tag)s\" de los documentos: " -"%(documents)s?" +msgstr "¿Está seguro que deasea remover la etiqueta \"%(tag)s\" de los documentos: %(documents)s?" #: views.py:329 #, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "" -"¿Está seguro que deasea remover las etiquetas \"%(tags)s\" del documento: " -"%(document)s?" +msgstr "¿Está seguro que deasea remover las etiquetas \"%(tags)s\" del documento: %(document)s?" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " -"%(documents)s?" -msgstr "" -"¿Está seguro que deasea remover las etiquetas \"%(tags)s\" de los documento: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" +msgstr "¿Está seguro que deasea remover las etiquetas \"%(tag)s\" de los documento: %(documents)s?" #: views.py:339 #, python-format @@ -304,8 +295,7 @@ msgstr "Documento \"%(document)s\" no estaba etiquetado como \"%(tag)s \"" #: views.py:344 #, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "" -"Etiqueta \"%(tag)s\" removida exitosamente del documento \"%(document)s\"." +msgstr "Etiqueta \"%(tag)s\" removida exitosamente del documento \"%(document)s\"." #: templatetags/tags_tags.py:17 msgid "Add tag to document" diff --git a/apps/tags/locale/fr/LC_MESSAGES/django.mo b/apps/tags/locale/fr/LC_MESSAGES/django.mo index 37a7890199..ac8c6cfe90 100644 Binary files a/apps/tags/locale/fr/LC_MESSAGES/django.mo and b/apps/tags/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/fr/LC_MESSAGES/django.po b/apps/tags/locale/fr/LC_MESSAGES/django.po index 693f85d50a..84eb437e15 100644 --- a/apps/tags/locale/fr/LC_MESSAGES/django.po +++ b/apps/tags/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:19-0400\n" -"PO-Revision-Date: 2012-07-21 21:56+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:24 @@ -56,14 +55,12 @@ msgid "attach tag" msgstr "rattacher une étiquette" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "retirer" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "retirer" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -174,34 +171,32 @@ msgid "create tag" msgstr "créer une étiquette" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Vous devez fournir au moins une étiquette" +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Le document est déjà étiqueté comme \"%s\"" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Etiquette \"%s\" rattachée avec succès." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "documents étiquetés" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Rattacher des étiquettes aux documents" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Rattacher des étiquettes aux documents" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -251,64 +246,57 @@ msgid "tags for: %s" msgstr "étiquettes pour:%s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Vous devez fournir au moins une étiquette" +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Retirer des étiquettes au document" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Retirer des étiquettes au document" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Êtes vous certain de vouloir supprimer les étiquettes:%s?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Êtes vous certain de vouloir supprimer les étiquettes:%s?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Êtes vous certain de vouloir supprimer les étiquettes:%s?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Êtes vous certain de vouloir supprimer les étiquettes:%s?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Le document est déjà étiqueté comme \"%s\"" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Etiquette \"%s\" supprimée avec succès." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Ajouter une étiquette au document" - -#~ msgid "attach tag to: %s" -#~ msgstr "rattacher l'étiquette à:%s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Êtes vous certain de vouloir supprimer l'étiquette:\"%s\"?" diff --git a/apps/tags/locale/it/LC_MESSAGES/django.mo b/apps/tags/locale/it/LC_MESSAGES/django.mo index 0aed41441b..d07fb6ba3c 100644 Binary files a/apps/tags/locale/it/LC_MESSAGES/django.mo and b/apps/tags/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/it/LC_MESSAGES/django.po b/apps/tags/locale/it/LC_MESSAGES/django.po index 350e04b0cc..f4f2d89988 100644 --- a/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/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: # , 2011. # Pierpaolo Baldan , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-03-21 13:46+0000\n" -"Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -58,14 +57,12 @@ msgid "attach tag" msgstr "allega un'etichetta" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "rimuovi" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "rimuovi" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -176,34 +173,32 @@ msgid "create tag" msgstr "crea etichetta" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Devi fornire almeno un'etichetta" +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Il documento è giià stato etichettato come \"%s\"." +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Eticetta \"%s\" allegata con successo." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "documenti etichettati" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Applicare i tag ai documenti" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Applicare i tag ai documenti" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -253,64 +248,57 @@ msgid "tags for: %s" msgstr "etichette per: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Devi fornire almeno un'etichetta" +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Rimuovi etichetta dal documento" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Rimuovi etichetta dal documento" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Sei sicuro di voler rimuovere le etichette: %s ?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Sei sicuro di voler rimuovere le etichette: %s ?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Sei sicuro di voler rimuovere le etichette: %s ?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Sei sicuro di voler rimuovere le etichette: %s ?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Il documento è giià stato etichettato come \"%s\"." +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Etichetta \"%s\" rimossa con successo." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Aggiungi l'etichetta al documento" - -#~ msgid "attach tag to: %s" -#~ msgstr "allega etichetta a:%s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Sei sicuro di voler rimuovere le etichetta: %s ?" diff --git a/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo b/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo index 06b906f784..8332070a0d 100644 Binary files a/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/tags/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/nl_NL/LC_MESSAGES/django.po b/apps/tags/locale/nl_NL/LC_MESSAGES/django.po index 441d313133..f97225e5ab 100644 --- a/apps/tags/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/tags/locale/nl_NL/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Lucas Weel , 2012. +# Lucas Weel , 2012-2013. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-19 15:26+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-12 10:56+0000\n" "Last-Translator: Lucas Weel \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -56,14 +55,12 @@ msgid "attach tag" msgstr "Label toevoegen" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "los halen" +msgstr "label verwijderen" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "los halen" +msgstr "labels verwijderen" #: links.py:22 links.py:25 msgid "delete" @@ -174,34 +171,32 @@ msgid "create tag" msgstr "aanmaken label" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "U moet minimaal een label aanbrengen." +msgstr "U dient minstens 1 document aan te geven." #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Document is momenteel al gelabeld als: \"%s\"" +msgstr "Document \"%(document)s\" is al gelabeld met \"%(tag)s\"" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Label \"%s\" aangebracht." +msgstr "Label \"%(tag)s\" is gekoppeld aan document \"%(document)s\"." #: views.py:100 -#, fuzzy msgid "document" -msgstr "gelabelde documenten" +msgstr "document" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Label documenten" +msgstr "Label aanbrengen aan document: %s" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Label documenten" +msgstr "Label aanbrengen aan documenten: %s" #: views.py:156 msgid "Must provide at least one tag." @@ -215,8 +210,7 @@ msgstr "Label \"%s\" verwijderd." #: views.py:173 #, 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:188 #, python-format @@ -252,64 +246,57 @@ msgid "tags for: %s" msgstr "labels voor: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "U moet minimaal een label aanbrengen." +msgstr "U dient minstens 1 gelabeld document aan te brengen." #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Labels van documenten verwijderen" +msgstr "Verwijder label van document: %s" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Labels van documenten verwijderen" +msgstr "Verwijder label van documenten: %s" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Bent u er zeker van om de volgende labels te verwijderen? Labels: %s" +msgstr "Ben u er zeker van dat u label: \"%(tag)s\" van document: %(document)s, wenst te verwijderen? " #: views.py:324 -#, fuzzy, python-format +#, 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 om de volgende labels te verwijderen? Labels: %s" +msgstr "Bent u er zeker van dat u label: \"%(tag)s\" van de documenten: %(documents)s, wenst te verwijderen?" #: views.py:329 -#, fuzzy, python-format +#, 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 om de volgende labels te verwijderen? Labels: %s" +msgstr "Bent u er zeker van dat u de labels: %(tags)s van document: %(document)s, wenst te verwijderen?" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Bent u er zeker van om de volgende labels te verwijderen? Labels: %s" +msgstr "Bent u er zeker van dat u de labels: %(tag)s van de documenten: %(documents)s, wenst te verwijderen?" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Document is momenteel al gelabeld als: \"%s\"" +msgstr "Document \"%(document)s\" is niet gelabeld als: \"%(tag)s\"" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Label \"%s\" verwijderd." +msgstr "Label: \"%(tag)s\" is verwijdert van document \"%(document)s\"." #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Label document" - -#~ msgid "attach tag to: %s" -#~ msgstr "aanbrengen van label aan: %s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Bent u er zeker van om label: \"%s\", te verwijderen?" diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.mo b/apps/tags/locale/pl/LC_MESSAGES/django.mo index 96ff80d533..4b016a1590 100644 Binary files a/apps/tags/locale/pl/LC_MESSAGES/django.mo and b/apps/tags/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/pl/LC_MESSAGES/django.po b/apps/tags/locale/pl/LC_MESSAGES/django.po index d05f0a6a78..8c28cdd2b5 100644 --- a/apps/tags/locale/pl/LC_MESSAGES/django.po +++ b/apps/tags/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-02-20 16:03+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:24 msgid "preview" @@ -57,14 +55,12 @@ msgid "attach tag" msgstr "" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "usuń" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "usuń" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -193,9 +189,9 @@ msgid "document" msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Usuń tagi z dokumentów" +msgstr "" #: views.py:110 #, python-format @@ -254,14 +250,14 @@ msgid "Must provide at least one tagged document." msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Usuń tagi z dokumentów" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Usuń tagi z dokumentów" +msgstr "" #: views.py:321 #, python-format @@ -287,7 +283,7 @@ msgstr "" #: views.py:332 #, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" msgstr "" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.mo b/apps/tags/locale/pt/LC_MESSAGES/django.mo index 2cbb4551ee..ef8bb8c879 100644 Binary files a/apps/tags/locale/pt/LC_MESSAGES/django.mo and b/apps/tags/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index 85ee3d86cf..992672b9b9 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/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: # , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-03 10:12+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:24 @@ -58,14 +57,12 @@ msgid "attach tag" msgstr "anexar etiqueta" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "remover" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "remover" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -176,34 +173,32 @@ msgid "create tag" msgstr "criar etiqueta" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Deve fornecer pelo menos uma etiqueta." +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "O documento já tem a etiqueta \"%s\"" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Etiqueta \"%s\" atribuída com sucesso." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "documentos etiquetados" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Atribuir etiquetas aos documentos" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Atribuir etiquetas aos documentos" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -253,64 +248,57 @@ msgid "tags for: %s" msgstr "etiquetas para: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Deve fornecer pelo menos uma etiqueta." +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Remover etiquetas de documentos" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Remover etiquetas de documentos" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Tem a certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Tem a certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Tem a certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Tem a certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "O documento já tem a etiqueta \"%s\"" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Etiqueta \"%s\" removida com sucesso." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Adicionar a etiqueta ao documento" - -#~ msgid "attach tag to: %s" -#~ msgstr "atribuir etiqueta a: %s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Tem a certeza de que deseja remover a etiqueta: %s?" diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo b/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo index 18a83f3459..456ac98236 100644 Binary files a/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/tags/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/pt_BR/LC_MESSAGES/django.po b/apps/tags/locale/pt_BR/LC_MESSAGES/django.po index 66a84316de..33225b1744 100644 --- a/apps/tags/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011-2012. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-11-29 14:51+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:24 @@ -57,14 +56,12 @@ msgid "attach tag" msgstr "anexar etiqueta" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "remover" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "remover" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -175,34 +172,32 @@ msgid "create tag" msgstr "criar etiqueta" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Deve fornecer pelo menos uma etiqueta." +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Documento já está marcado como \"%s\"" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Etiqueta \"%s\" anexada com sucesso." +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "documentos etiquetados" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Anexar etiquetas para documentos" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Anexar etiquetas para documentos" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -252,64 +247,57 @@ msgid "tags for: %s" msgstr "etiquetas para: %s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Deve fornecer pelo menos uma etiqueta." +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Remover etiquetas de documentos" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Remover etiquetas de documentos" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Tem certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Tem certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Tem certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Tem certeza de que deseja remover as etiquetas: %s?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Documento já está marcado como \"%s\"" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Etiqueta \"%s\" removida com sucesso." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Adicionar etiquetas para o documento" - -#~ msgid "attach tag to: %s" -#~ msgstr "anexar etiqueta a: %s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Tem certeza de que deseja remover a etiqueta: %s?" diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.mo b/apps/tags/locale/ru/LC_MESSAGES/django.mo index 1f3457352e..f6860da3d4 100644 Binary files a/apps/tags/locale/ru/LC_MESSAGES/django.mo and b/apps/tags/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.po b/apps/tags/locale/ru/LC_MESSAGES/django.po index baa007641b..a9798e8e26 100644 --- a/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-02-27 04:24+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:24 msgid "preview" @@ -57,14 +55,12 @@ msgid "attach tag" msgstr "пометить" #: links.py:18 -#, fuzzy msgid "remove tag" -msgstr "удаление" +msgstr "" #: links.py:19 -#, fuzzy msgid "remove tags" -msgstr "удаление" +msgstr "" #: links.py:22 links.py:25 msgid "delete" @@ -175,34 +171,32 @@ msgid "create tag" msgstr "создать метку" #: views.py:69 -#, fuzzy msgid "Must provide at least one document." -msgstr "Должна быть хотя бы одна метка." +msgstr "" #: views.py:87 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" is already tagged as \"%(tag)s\"" -msgstr "Документ уже помечены как \"%s\"" +msgstr "" #: views.py:92 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" attached successfully to document \"%(document)s\"." -msgstr "Помечено как \"%s\"" +msgstr "" #: views.py:100 -#, fuzzy msgid "document" -msgstr "помеченные документы" +msgstr "" #: views.py:108 -#, fuzzy, python-format +#, python-format msgid "Attach tag to document: %s." -msgstr "Прикрепить метки к документам" +msgstr "" #: views.py:110 -#, fuzzy, python-format +#, python-format msgid "Attach tag to documents: %s." -msgstr "Прикрепить метки к документам" +msgstr "" #: views.py:156 msgid "Must provide at least one tag." @@ -252,64 +246,57 @@ msgid "tags for: %s" msgstr "теги для:%s" #: views.py:274 -#, fuzzy msgid "Must provide at least one tagged document." -msgstr "Должна быть хотя бы одна метка." +msgstr "" #: views.py:313 -#, fuzzy, python-format +#, python-format msgid "Remove tag from document: %s." -msgstr "Удаление тегов из документов" +msgstr "" #: views.py:315 -#, fuzzy, python-format +#, python-format msgid "Remove tag from documents: %s." -msgstr "Удаление тегов из документов" +msgstr "" #: views.py:321 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the document: " "%(document)s?" -msgstr "Вы действительно хотите снять метку: %s?" +msgstr "" #: views.py:324 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " "%(documents)s?" -msgstr "Вы действительно хотите снять метку: %s?" +msgstr "" #: views.py:329 -#, fuzzy, python-format +#, python-format msgid "" "Are you sure you wish to remove the tags: %(tags)s from the document: " "%(document)s?" -msgstr "Вы действительно хотите снять метку: %s?" +msgstr "" #: views.py:332 -#, fuzzy, python-format +#, python-format msgid "" -"Are you sure you wish to remove the tags %(tags)s from the documents: " +"Are you sure you wish to remove the tags %(tag)s from the documents: " "%(documents)s?" -msgstr "Вы действительно хотите снять метку: %s?" +msgstr "" #: views.py:339 -#, fuzzy, python-format +#, python-format msgid "Document \"%(document)s\" wasn't tagged as \"%(tag)s\"" -msgstr "Документ уже помечены как \"%s\"" +msgstr "" #: views.py:344 -#, fuzzy, python-format +#, python-format msgid "Tag \"%(tag)s\" removed successfully from document \"%(document)s\"." -msgstr "Метка \"%s\" удалена." +msgstr "" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Добавить тег к документу" - -#~ msgid "attach tag to: %s" -#~ msgstr "пометить как %s" - -#~ msgid "Are you sure you wish to remove the tag: %s?" -#~ msgstr "Вы действительно хотите снять метку: %s?" diff --git a/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo b/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..bdbe3bdc20 Binary files /dev/null and b/apps/tags/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/vi_VN/LC_MESSAGES/django.po b/apps/tags/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..138cfa4402 --- /dev/null +++ b/apps/tags/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,302 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-22 07:31+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:24 +msgid "preview" +msgstr "xem trước" + +#: __init__.py:28 +msgid "tagged items" +msgstr "các phần tử được tag" + +#: __init__.py:34 __init__.py:42 links.py:21 views.py:124 +msgid "tags" +msgstr "tags" + +#: forms.py:24 +msgid "Name" +msgstr "Tên" + +#: forms.py:25 +msgid "Color" +msgstr "Màu" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Tags" + +#: links.py:11 +msgid "tag list" +msgstr "danh sách tag" + +#: links.py:12 +msgid "create new tag" +msgstr "tạo tag mới" + +#: links.py:14 links.py:15 +msgid "attach tag" +msgstr "đính tag" + +#: links.py:18 +msgid "remove tag" +msgstr "xóa tag" + +#: links.py:19 +msgid "remove tags" +msgstr "xóa tags" + +#: links.py:22 links.py:25 +msgid "delete" +msgstr "xóa" + +#: links.py:23 +msgid "edit" +msgstr "sửa" + +#: links.py:24 +msgid "tagged documents" +msgstr "các tài liệu được tag" + +#: links.py:26 +msgid "ACLs" +msgstr "ACLs" + +#: literals.py:18 +msgid "Blue" +msgstr "Blue" + +#: literals.py:19 +msgid "Cyan" +msgstr "Cyan" + +#: literals.py:20 +msgid "Coral" +msgstr "Coral" + +#: literals.py:21 +msgid "Green-Yellow" +msgstr "Green-Yellow" + +#: literals.py:22 +msgid "Khaki" +msgstr "Khaki" + +#: literals.py:23 +msgid "LightGrey" +msgstr "LightGrey" + +#: literals.py:24 +msgid "Magenta" +msgstr "Magenta" + +#: literals.py:25 +msgid "Red" +msgstr "Red" + +#: literals.py:26 +msgid "Orange" +msgstr "Orange" + +#: literals.py:27 +msgid "Yellow" +msgstr "Yellow" + +#: models.py:12 views.py:180 views.py:232 views.py:246 +msgid "tag" +msgstr "tag" + +#: models.py:13 +msgid "color" +msgstr "màu" + +#: models.py:16 +msgid "tag properties" +msgstr "tag properties" + +#: models.py:17 +msgid "tags properties" +msgstr "tags properties" + +#: permissions.py:9 +msgid "Create new tags" +msgstr "Tạo tag mới" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "Xóa tags" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "Sửa tags" + +#: permissions.py:12 +msgid "View tags" +msgstr "Xem tags" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "Gắn tag cho tài liệu" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Xóa tag từ tài liệu" + +#: views.py:42 +msgid "Tag already exists." +msgstr "Tag đã tồn tại." + +#: views.py:50 +msgid "Tag created succesfully." +msgstr "Tag được tạo thành công." + +#: views.py:56 +msgid "create tag" +msgstr "tạo tag" + +#: views.py:69 +msgid "Must provide at least one document." +msgstr "Cần cung cấp ít nhất một tài liệu" + +#: views.py:87 +#, 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:92 +#, 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:100 +msgid "document" +msgstr "tài liệu" + +#: views.py:108 +#, python-format +msgid "Attach tag to document: %s." +msgstr "Gắn tag cho tài liệu: %s" + +#: views.py:110 +#, python-format +msgid "Attach tag to documents: %s." +msgstr "Gắn tag cho các tài liệu: %s" + +#: views.py:156 +msgid "Must provide at least one tag." +msgstr "Cần cung cấp ít nhất một tag" + +#: views.py:171 +#, python-format +msgid "Tag \"%s\" deleted successfully." +msgstr "Tag \"%s\" xóa thành công." + +#: views.py:173 +#, python-format +msgid "Error deleting tag \"%(tag)s\": %(error)s" +msgstr "Lỗi xóa tag \"%(tag)s\": %(error)s" + +#: views.py:188 +#, 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:189 views.py:192 +msgid "Will be removed from all documents." +msgstr "Sẽ được xóa trong tất cả tài liệu." + +#: views.py:191 +#, 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:220 +msgid "Tag updated succesfully." +msgstr "Tag cập nhật thành công." + +#: views.py:229 +#, python-format +msgid "edit tag: %s" +msgstr "sửa tag: %s" + +#: views.py:243 +#, python-format +msgid "documents with the tag \"%s\"" +msgstr "Các tài liệu được gắn tag \"%s\"" + +#: views.py:262 +#, python-format +msgid "tags for: %s" +msgstr "tags cho: %s" + +#: views.py:274 +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:313 +#, python-format +msgid "Remove tag from document: %s." +msgstr "Xóa tag từ tài liệu: %s" + +#: views.py:315 +#, python-format +msgid "Remove tag from documents: %s." +msgstr "Xóa tag từ các tài liệu: %s" + +#: views.py:321 +#, 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:324 +#, python-format +msgid "" +"Are you sure you wish to remove the tag \"%(tag)s\" from the documents: " +"%(documents)s?" +msgstr "Bạn chắc chắn muốn xóa tag \"%(tag)s\" từ những tài liệu: %(documents)s?" + +#: views.py:329 +#, 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:332 +#, python-format +msgid "" +"Are you sure you wish to remove the tags %(tag)s from the documents: " +"%(documents)s?" +msgstr "Bạn chắc chắn muốn xóa các tag \"%(tag)s\" từ các tài liệu: %(documents)s?" + +#: views.py:339 +#, 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:344 +#, 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\"." + +#: templatetags/tags_tags.py:17 +msgid "Add tag to document" +msgstr "Gắn tag cho tài liệu" diff --git a/apps/user_management/locale/ar/LC_MESSAGES/django.mo b/apps/user_management/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..4c6bee4667 Binary files /dev/null and b/apps/user_management/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/ar/LC_MESSAGES/django.po b/apps/user_management/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..4ad8c9962c --- /dev/null +++ b/apps/user_management/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,267 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 21:20+0000\n" +"Last-Translator: Mohammed ALDOUB \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: __init__.py:13 +msgid "user list" +msgstr "قائمة المستخدمين" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "المستخدمين" + +#: __init__.py:15 __init__.py:25 +msgid "edit" +msgstr "تحرير" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "إنشاء مستخدم جديد" + +#: __init__.py:17 __init__.py:18 __init__.py:27 __init__.py:28 +msgid "delete" +msgstr "حذف" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "إعادة تعيين كلمة المرور" + +#: __init__.py:21 __init__.py:24 views.py:257 +msgid "groups" +msgstr "مجموعات" + +#: __init__.py:23 +msgid "group list" +msgstr "قائمة المجموعات" + +#: __init__.py:26 views.py:305 +msgid "create new group" +msgstr "إنشاء مجموعة جديدة" + +#: __init__.py:29 views.py:261 +msgid "members" +msgstr "الأعضاء" + +#: forms.py:13 +msgid "New password" +msgstr "كلمة مرور جديدة" + +#: forms.py:14 +msgid "Confirm password" +msgstr "تأكيد كلمة المرور" + +#: permissions.py:7 +msgid "User management" +msgstr "إدارة المستخدم" + +#: permissions.py:9 +msgid "Create new users" +msgstr "إنشاء مستخدمين جدد" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "تحرير المستخدمين الحاليين" + +#: permissions.py:11 +msgid "View existing users" +msgstr "عرض المستخدمين الحاليين" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "حذف المستخدمين الحاليين" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "إنشاء مجموعات جديدة" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "تعديل المجموعات الموجودة" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "عرض المجموعات الحالية" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "حذف المجموعات الحالية" + +#: views.py:35 +msgid "full name" +msgstr "الاسم الكامل" + +#: views.py:39 +msgid "email" +msgstr "البريد الإلكتروني" + +#: views.py:43 +msgid "active" +msgstr "نشط" + +#: views.py:47 +msgid "has usable password?" +msgstr "لديه كلمة المرور صالحة للاستعمال؟" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user editing is not allowed, use the admin interface for these cases." + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "تم تحديث المستخدم \"%s\" بنجاح." + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "تعديل المستخدم: %s" + +#: views.py:77 views.py:135 views.py:198 views.py:243 +msgid "user" +msgstr "مستخدم" + +#: views.py:91 +#, python-format +msgid "User \"%s\" created successfully." +msgstr "تم انشاء المستخدم \"%s\" بنجاح." + +#: views.py:113 views.py:167 +msgid "Must provide at least one user." +msgstr "يجب أن توفر ما لا يقل عن مستخدم واحد." + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "تم مسح المستخدم \"%s\" بنجاح." + +#: views.py:128 +#, python-format +msgid "Error deleting user \"%(user)s\": %(error)s" +msgstr "خطأ أثناء حذف المستخدم \"%(user)s\": %(error)s" + +#: views.py:143 +#, python-format +msgid "Are you sure you wish to delete the user: %s?" +msgstr "هل أنت متأكد أنك تريد حذف المستخدم %s ؟" + +#: views.py:145 +#, python-format +msgid "Are you sure you wish to delete the users: %s?" +msgstr "هل أنت متأكد أنك تريد حذف المستخدمين %s ؟" + +#: views.py:178 +msgid "Passwords do not match, try again." +msgstr "لا تتطابق كلمات المرور، حاول مرة أخرى." + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "نجحت إعادة تعيين كلمة المرور للمستخدم: %s" + +#: views.py:189 +#, python-format +msgid "Error reseting password for user \"%(user)s\": %(error)s" +msgstr "خطأ أثناء إعادة تعيين كلمة المرور للمستخدم \"%(user)s\": %(error)s" + +#: views.py:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "إعادة كلمة السر للمستخدم: %s" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "إعادة كلمة السر للمستخدمين %s" + +#: views.py:238 +#, python-format +msgid "non groups of user: %s" +msgstr "non groups of user: %s" + +#: views.py:239 +#, python-format +msgid "groups of user: %s" +msgstr "مجموعات المستخدم: %s" + +#: views.py:278 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "تم تحديث مجموعة \"%s\" بنجاح." + +#: views.py:284 +#, python-format +msgid "edit group: %s" +msgstr "تحرير مجموعة %s" + +#: views.py:287 views.py:340 views.py:385 +msgid "group" +msgstr "مجموعة" + +#: views.py:299 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "تم انشاء مجموعة \"%s \" بنجاح." + +#: views.py:321 +msgid "Must provide at least one group." +msgstr "يجب أن توفر ما لا يقل عن مجموعة واحدة." + +#: views.py:331 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "تم حذف مجموعة \"%s \" بنجاح." + +#: views.py:333 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "خطأ أثناء مسح المجموعة: \"%(group)s\": %(error)s" + +#: views.py:348 +#, python-format +msgid "Are you sure you wish to delete the group: %s?" +msgstr "هل أنت متأكد أنك تريد حذف المجموعة %s ؟" + +#: views.py:350 +#, python-format +msgid "Are you sure you wish to delete the groups: %s?" +msgstr "هل أنت متأكد أنك تريد حذف المجموعات %s ؟" + +#: views.py:380 +#, python-format +msgid "non members of group: %s" +msgstr "non members of group: %s" + +#: views.py:381 +#, python-format +msgid "members of group: %s" +msgstr "أعضاء المجموعة: %s" diff --git a/apps/user_management/locale/bg/LC_MESSAGES/django.mo b/apps/user_management/locale/bg/LC_MESSAGES/django.mo index 060152cf7b..ac92e51236 100644 Binary files a/apps/user_management/locale/bg/LC_MESSAGES/django.mo and b/apps/user_management/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/bg/LC_MESSAGES/django.po b/apps/user_management/locale/bg/LC_MESSAGES/django.po index cd9bbd5fc1..3ff2711188 100644 --- a/apps/user_management/locale/bg/LC_MESSAGES/django.po +++ b/apps/user_management/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Iliya Georgiev , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-30 13:16+0000\n" -"Last-Translator: Iliya Georgiev \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 @@ -123,9 +122,7 @@ msgstr "има ли използваема парола?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Редактиране на потребители от супер потребител и служител не е разрешено. " -"Използвайте администраторския модул за тези случаи." +msgstr "Редактиране на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." #: views.py:68 #, python-format @@ -154,9 +151,7 @@ msgstr "Трябва да изберете поне един потребите msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Изтриване на потребители от супер потребител и служител не е разрешено. " -"Използвайте администраторския модул за тези случаи." +msgstr "Изтриване на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." #: views.py:126 #, python-format @@ -186,9 +181,7 @@ msgstr "Паролата не съвпада. Опитайте отново." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Промяна на парола на потребители от супер потребител и служител не е " -"разрешено. Използвайте администраторския модул за тези случаи." +msgstr "Промяна на парола на потребители от супер потребител и служител не е разрешено. Използвайте администраторския модул за тези случаи." #: views.py:187 #, python-format @@ -211,9 +204,9 @@ msgid "Reseting password for users: %s" msgstr "Промяна на парола на потребители %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "не членуващи в групата: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo b/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo index 59eeafa69e..02ae40810b 100644 Binary files a/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo and b/apps/user_management/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po index afc3031488..5300ca998f 100644 --- a/apps/user_management/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/user_management/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-09-18 19:36+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 @@ -124,9 +123,7 @@ msgstr "Hat ein benutzbares Passwort?" 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 das " -"Administrator Interface dafür." +msgstr "Super User und Staff Benutzer bearbeiten ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:68 #, python-format @@ -155,9 +152,7 @@ msgstr "Bitte mindestens einen Benutzer angeben." 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 das " -"Administrator Interface dafür." +msgstr "Super User und Staff Benutzer löschen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:126 #, python-format @@ -187,9 +182,7 @@ msgstr "Passwörter stimmen nicht überein, bitte noch einmal versuchen." msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie " -"das Administrator Interface dafür." +msgstr "Super User und Staff Benutzer zurücksetzen ist nicht erlaubt, benutzen Sie das Administrator Interface dafür." #: views.py:187 #, python-format @@ -199,9 +192,7 @@ msgstr "Passwort wurde erfolgreich zurückgesetzt: %s." #: views.py:189 #, 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:205 #, python-format @@ -214,9 +205,9 @@ msgid "Reseting password for users: %s" msgstr "Setze Passwort zurück für die Benutzer: %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "Nicht Mitglieder der Gruppe: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.mo b/apps/user_management/locale/en/LC_MESSAGES/django.mo index b399445ead..d811a86be2 100644 Binary files a/apps/user_management/locale/en/LC_MESSAGES/django.mo and b/apps/user_management/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index 30edca68ab..bb7c84685b 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/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: 2012-12-12 03:20-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.mo b/apps/user_management/locale/es/LC_MESSAGES/django.mo index 38c3a0c2b6..60c02a3ee3 100644 Binary files a/apps/user_management/locale/es/LC_MESSAGES/django.mo and b/apps/user_management/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.po b/apps/user_management/locale/es/LC_MESSAGES/django.po index 2c78bfcee8..f7e2d1da75 100644 --- a/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:12+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 @@ -123,9 +122,7 @@ msgstr "¿Tiene contraseña utilizable?" 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 usuario de personal, use la interfaz " -"de administración para estos casos." +msgstr "No se permite editar el super usuario y usuario de personal, use la interfaz de administración para estos casos." #: views.py:68 #, python-format @@ -154,9 +151,7 @@ msgstr "Debe proveer al menos un usuario." 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:126 #, python-format @@ -186,9 +181,7 @@ msgstr "Las contraseñas no coinciden, vuelva a intentarlo." 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 usuarios de " -"personal, use la interfaz de administración para estos casos." +msgstr "No se permite cambiar la contraseña del super usuario y usuarios de personal, use la interfaz de administración para estos casos." #: views.py:187 #, python-format @@ -198,8 +191,7 @@ msgstr "Restablecimiento exitoso de contraseña para el usuario: %s." #: views.py:189 #, 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:205 #, python-format diff --git a/apps/user_management/locale/fr/LC_MESSAGES/django.mo b/apps/user_management/locale/fr/LC_MESSAGES/django.mo index 03ebaff14a..a07c90220b 100644 Binary files a/apps/user_management/locale/fr/LC_MESSAGES/django.mo and b/apps/user_management/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/fr/LC_MESSAGES/django.po b/apps/user_management/locale/fr/LC_MESSAGES/django.po index 832577e67e..46044fb26d 100644 --- a/apps/user_management/locale/fr/LC_MESSAGES/django.po +++ b/apps/user_management/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Pierre Lhoste , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-28 17:14+0000\n" -"Last-Translator: Pierre Lhoste \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:13 @@ -123,9 +122,7 @@ msgstr "possède un mot de passe utilisable?" 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 #, python-format @@ -154,9 +151,7 @@ msgstr "Vous devez fournir au moins un utilisateur." 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:126 #, python-format @@ -186,9 +181,7 @@ msgstr "Les mots de passe ne correspondent pas, veuillez réessayer." 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:187 #, python-format @@ -198,9 +191,7 @@ msgstr "Mot de passe ré-initialisé avec succès pour l'utilisateur: %s." #: views.py:189 #, 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:205 #, python-format @@ -213,9 +204,9 @@ msgid "Reseting password for users: %s" msgstr "Ré-initialisation du mote de passe pour les utilisateur: %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "membres absents du groupe: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.mo b/apps/user_management/locale/it/LC_MESSAGES/django.mo index c17e59590b..8a8503efae 100644 Binary files a/apps/user_management/locale/it/LC_MESSAGES/django.mo and b/apps/user_management/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.po b/apps/user_management/locale/it/LC_MESSAGES/django.po index 188fb50a1b..952edf8c5c 100644 --- a/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-02-21 16:36+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 @@ -124,9 +123,7 @@ msgstr "la password è utilizzabile?" 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 #, python-format @@ -155,9 +152,7 @@ msgstr "Devi fornire almeno un utente." 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:126 #, python-format @@ -187,9 +182,7 @@ msgstr "La password non corrisponde, riprova." 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:187 #, python-format @@ -199,9 +192,7 @@ msgstr "Password reimpostata per l'utente: %s." #: views.py:189 #, 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:205 #, python-format @@ -214,9 +205,9 @@ msgid "Reseting password for users: %s" msgstr "Reimposta la password per gli utenti:%s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "non membri del gruppo: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo index 39147033ee..0e86940b13 100644 Binary files a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po index 5cb458719f..413275898f 100644 --- a/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/user_management/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2011-09-30 04:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.mo b/apps/user_management/locale/pl/LC_MESSAGES/django.mo index e8d89eb9a8..0ff5d5afc8 100644 Binary files a/apps/user_management/locale/pl/LC_MESSAGES/django.mo and b/apps/user_management/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/pl/LC_MESSAGES/django.po b/apps/user_management/locale/pl/LC_MESSAGES/django.po index 3938ef03a7..ea20b91d16 100644 --- a/apps/user_management/locale/pl/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-02-21 15:33+0000\n" -"Last-Translator: mic \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: __init__.py:13 msgid "user list" @@ -124,9 +122,7 @@ msgstr "posiada hasło?" 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 #, python-format @@ -155,9 +151,7 @@ msgstr "Musi podać co najmniej jednego użytkownika." 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:126 #, python-format @@ -187,9 +181,7 @@ msgstr "Hasła nie pasują, spróbuj ponownie." 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:187 #, python-format @@ -212,9 +204,9 @@ msgid "Reseting password for users: %s" msgstr "Resetowanie hasła dla użytkowników:%s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "niebędących członkami grupy:%s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index ea82d75033..806cb64297 100644 Binary files a/apps/user_management/locale/pt/LC_MESSAGES/django.mo and b/apps/user_management/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index 5f356b20c6..6ddac49a8f 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/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: # Renata Oliveira , 2011. # Roberto Rosario , 2012. @@ -9,16 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-02 14:19+0000\n" -"Last-Translator: Vítor Figueiró \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: __init__.py:13 @@ -125,9 +124,7 @@ msgstr "tem senha válida?" 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 #, python-format @@ -156,9 +153,7 @@ msgstr "Deve fornecer pelo menos um utilizador." 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:126 #, python-format @@ -188,9 +183,7 @@ msgstr "As senhas não coincidem, tente novamente." 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:187 #, python-format @@ -213,9 +206,9 @@ msgid "Reseting password for users: %s" msgstr "A redefinir a senha dos utilizadores: %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "não-membros do grupo: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo index fbc868551c..7bffb835db 100644 Binary files a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po index 545eb65fe3..642a8c6271 100644 --- a/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt_BR/LC_MESSAGES/django.po @@ -1,23 +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: # Renata Oliveira , 2011. # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-02 03:31+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: __init__.py:13 @@ -124,9 +123,7 @@ msgstr "tem senha usável?" 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 #, python-format @@ -155,9 +152,7 @@ msgstr "Deve fornecer pelo menos um usuário." 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:126 #, python-format @@ -187,9 +182,7 @@ msgstr "Senhas não coincidem, tente novamente." 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:187 #, python-format @@ -212,9 +205,9 @@ msgid "Reseting password for users: %s" msgstr "Redefinindo senha para os usuários: %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "não-membros do grupo: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index 2f190ab82f..451b69f161 100644 Binary files a/apps/user_management/locale/ru/LC_MESSAGES/django.mo and b/apps/user_management/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.po b/apps/user_management/locale/ru/LC_MESSAGES/django.po index 647a19963b..162d3af3c1 100644 --- a/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-02-03 06:37+0000\n" -"Last-Translator: Sergey Glita \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: __init__.py:13 msgid "user list" @@ -124,9 +122,7 @@ msgstr "есть действующий пароль?" msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." -msgstr "" -"Редактирование суперпользователя и персонала не допускается, используйте для " -"этого интерфейс администратора." +msgstr "Редактирование суперпользователя и персонала не допускается, используйте для этого интерфейс администратора." #: views.py:68 #, python-format @@ -155,9 +151,7 @@ msgstr "Должен быть хотя бы один пользователь." msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." -msgstr "" -"Удаление суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Удаление суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:126 #, python-format @@ -187,9 +181,7 @@ msgstr "Пароли не совпадают, попробуйте еще раз msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." -msgstr "" -"Сброс паролей суперпользователя и персонала не допускается, используйте " -"интерфейс администратора для этих случаев." +msgstr "Сброс паролей суперпользователя и персонала не допускается, используйте интерфейс администратора для этих случаев." #: views.py:187 #, python-format @@ -212,9 +204,9 @@ msgid "Reseting password for users: %s" msgstr "Сброс пароля для пользователей: %s" #: views.py:238 -#, fuzzy, python-format +#, python-format msgid "non groups of user: %s" -msgstr "не входят в группу: %s" +msgstr "" #: views.py:239 #, python-format diff --git a/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo b/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..b34e943132 Binary files /dev/null and b/apps/user_management/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po b/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..7c7fac5859 --- /dev/null +++ b/apps/user_management/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,267 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 00:14+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: __init__.py:13 +msgid "user list" +msgstr "danh sách người dùng" + +#: __init__.py:14 views.py:31 +msgid "users" +msgstr "người dùng" + +#: __init__.py:15 __init__.py:25 +msgid "edit" +msgstr "sửa" + +#: __init__.py:16 views.py:97 +msgid "create new user" +msgstr "tạo người dùng mới" + +#: __init__.py:17 __init__.py:18 __init__.py:27 __init__.py:28 +msgid "delete" +msgstr "xóa" + +#: __init__.py:19 __init__.py:20 +msgid "reset password" +msgstr "reset mật khẩu" + +#: __init__.py:21 __init__.py:24 views.py:257 +msgid "groups" +msgstr "nhóm" + +#: __init__.py:23 +msgid "group list" +msgstr "danh sách nhóm" + +#: __init__.py:26 views.py:305 +msgid "create new group" +msgstr "ạo nhóm mới" + +#: __init__.py:29 views.py:261 +msgid "members" +msgstr "Thành viên" + +#: forms.py:13 +msgid "New password" +msgstr "Mật khẩu mới" + +#: forms.py:14 +msgid "Confirm password" +msgstr "Xác nhận mật khẩu" + +#: permissions.py:7 +msgid "User management" +msgstr "Quản lý người dùng" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Tạo người dùng mới" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Sửa người dùng" + +#: permissions.py:11 +msgid "View existing users" +msgstr "Xem người dùng" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Xóa người dùng" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Tạo nhóm mới" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Sửa nhóm" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Xem các nhóm" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Xóa nhóm" + +#: views.py:35 +msgid "full name" +msgstr "họ và tên" + +#: views.py:39 +msgid "email" +msgstr "emal" + +#: views.py:43 +msgid "active" +msgstr "hoạt động" + +#: views.py:47 +msgid "has usable password?" +msgstr "có sử dụng mật khẩu?" + +#: views.py:61 +msgid "" +"Super user and staff user editing is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user editing is not allowed, use the admin interface for these cases." + +#: views.py:68 +#, python-format +msgid "User \"%s\" updated successfully." +msgstr "Người dùng \"%s\" cập nhật thành công." + +#: views.py:74 +#, python-format +msgid "edit user: %s" +msgstr "gười dùng: %s" + +#: views.py:77 views.py:135 views.py:198 views.py:243 +msgid "user" +msgstr "người dùng" + +#: 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:113 views.py:167 +msgid "Must provide at least one user." +msgstr "Cần cung cấp ít nhất một user." + +#: views.py:123 +msgid "" +"Super user and staff user deleting is not allowed, use the admin interface " +"for these cases." +msgstr "Super user and staff user deleting is not allowed, use the admin interface for these cases." + +#: views.py:126 +#, python-format +msgid "User \"%s\" deleted successfully." +msgstr "Người dùng \"%s\" đã xóa thành công." + +#: views.py:128 +#, 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:143 +#, 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:145 +#, 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:178 +msgid "Passwords do not match, try again." +msgstr "Mật khẩu không khớp, thử lại." + +#: views.py:183 +msgid "" +"Super user and staff user password reseting is not allowed, use the admin " +"interface for these cases." +msgstr "Super user and staff user password reseting is not allowed, use the admin interface for these cases." + +#: views.py:187 +#, python-format +msgid "Successfull password reset for user: %s." +msgstr "Reset mật khẩu thành công: %s" + +#: views.py:189 +#, 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:205 +#, python-format +msgid "Reseting password for user: %s" +msgstr "Đang reset mật khẩu: %s" + +#: views.py:207 +#, python-format +msgid "Reseting password for users: %s" +msgstr "Đang reset mật khẩu: %s" + +#: views.py:238 +#, python-format +msgid "non groups of user: %s" +msgstr "không có nhóm người dùng: %s" + +#: views.py:239 +#, python-format +msgid "groups of user: %s" +msgstr "các nhóm người dùng: %s" + +#: views.py:278 +#, python-format +msgid "Group \"%s\" updated successfully." +msgstr "Nhóm \"%s\" đã cập nhật thành công." + +#: views.py:284 +#, python-format +msgid "edit group: %s" +msgstr "sửa nhóm: %s" + +#: views.py:287 views.py:340 views.py:385 +msgid "group" +msgstr "nhóm" + +#: views.py:299 +#, python-format +msgid "Group \"%s\" created successfully." +msgstr "Nhóm \"%s\" được tạo thành công." + +#: views.py:321 +msgid "Must provide at least one group." +msgstr "Cần cung cấp ít nhất một nhóm." + +#: views.py:331 +#, python-format +msgid "Group \"%s\" deleted successfully." +msgstr "Nhóm \"%s\" đã xóa thành công." + +#: views.py:333 +#, python-format +msgid "Error deleting group \"%(group)s\": %(error)s" +msgstr "Lỗi xóa nhóm \"%(group)s\": %(error)s" + +#: views.py:348 +#, 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:350 +#, 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:380 +#, python-format +msgid "non members of group: %s" +msgstr "không thành viên nào của nhóm: %s" + +#: views.py:381 +#, python-format +msgid "members of group: %s" +msgstr "các thành viên của nhóm: %s" diff --git a/apps/web_theme/locale/ar/LC_MESSAGES/django.mo b/apps/web_theme/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..b3de0bf407 Binary files /dev/null and b/apps/web_theme/locale/ar/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/ar/LC_MESSAGES/django.po b/apps/web_theme/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..c6fc0eb2dc --- /dev/null +++ b/apps/web_theme/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,104 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2011-11-03 21:42+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "" + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "" + +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 +msgid "Login" +msgstr "" + +#: templates/web_theme_login.html:19 +msgid "You are already logged in" +msgstr "" + +#: templates/web_theme_login.html:22 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "" + +#: templates/web_theme_login.html:25 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "" + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "" + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "" diff --git a/apps/web_theme/locale/bg/LC_MESSAGES/django.mo b/apps/web_theme/locale/bg/LC_MESSAGES/django.mo index b9ec142dc8..57ee0d1cdb 100644 Binary files a/apps/web_theme/locale/bg/LC_MESSAGES/django.mo and b/apps/web_theme/locale/bg/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/bg/LC_MESSAGES/django.po b/apps/web_theme/locale/bg/LC_MESSAGES/django.po index 76183e2f73..a701dc2291 100644 --- a/apps/web_theme/locale/bg/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/bg/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-10-15 10:12+0000\n" -"Last-Translator: Pavlin Koldamov \n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: bg\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"CSS тема за прилагане, опции: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish и " -"warehouse." +msgstr "CSS тема за прилагане, опции: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish и warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Прехвърляме Ви към началото на уебсайт msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Или натиснете тук ако прехвърлянето " -"не сработи." +msgstr "Или натиснете тук ако прехвърлянето не сработи." #: templates/web_theme_login.html:36 msgid "First time login" @@ -78,8 +72,7 @@ msgstr "Логване за първи път" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Вие приключихте инсталирането на Mayan EDMS, поздравления!" +msgstr "Вие приключихте инсталирането на Mayan EDMS, поздравления!" #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" @@ -99,9 +92,7 @@ msgstr "Парола: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Моля променете паролата, за да повишите нивото на сигурност и да " -"деактивирате това съобщение." +msgstr "Моля променете паролата, за да повишите нивото на сигурност и да деактивирате това съобщение." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 @@ -112,6 +103,3 @@ msgstr "Предна" #: templates/pagination/pagination.html:28 msgid "Next" msgstr "Следваща" - -#~ msgid "Interface" -#~ msgstr "Изглед" diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo index dd446c6bc2..e9cf0d3b5a 100644 Binary files a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo and b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po index d589d7dbce..011282f260 100644 --- a/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/de_DE/LC_MESSAGES/django.po @@ -1,23 +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: # , 2012. # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-09-19 21:36+0000\n" -"Last-Translator: Manticor \n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: de_DE\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 @@ -25,10 +24,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Anzuwendendes CSS Theme, Optionen sind: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -67,9 +63,7 @@ msgstr "Umleitung zur Startseite in 5 Sekunden." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Oder klicken hier, wenn die " -"Umleitung nicht funktioniert." +msgstr "Oder klicken hier, wenn die Umleitung nicht funktioniert." #: templates/web_theme_login.html:36 msgid "First time login" @@ -79,9 +73,7 @@ msgstr "Erster Login" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Sie haben gerade die Installation des Mayan EDMS beendet. " -"Herzlichen Glückwunsch!" +msgstr "Sie haben gerade die Installation des Mayan EDMS beendet. Herzlichen Glückwunsch!" #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" @@ -101,9 +93,7 @@ msgstr "Passwort: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Ändern Sie das Passwort unbedingt, um die Sicherheit zu erhöhen und diese " -"Nachricht abzuschalten." +msgstr "Ändern Sie das Passwort unbedingt, um die Sicherheit zu erhöhen und diese Nachricht abzuschalten." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 @@ -114,6 +104,3 @@ msgstr "Zurück" #: templates/pagination/pagination.html:28 msgid "Next" msgstr "Weiter" - -#~ msgid "Interface" -#~ msgstr "Interface" diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.mo b/apps/web_theme/locale/en/LC_MESSAGES/django.mo index b399445ead..d811a86be2 100644 Binary files a/apps/web_theme/locale/en/LC_MESSAGES/django.mo and b/apps/web_theme/locale/en/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index af49151279..7642f5de1e 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/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: 2012-12-12 03:20-0400\n" +"POT-Creation-Date: 2013-01-25 20:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.mo b/apps/web_theme/locale/es/LC_MESSAGES/django.mo index cab7a8451e..b1ae30ef3e 100644 Binary files a/apps/web_theme/locale/es/LC_MESSAGES/django.mo and b/apps/web_theme/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index 0b825872ab..3d3c1c0d4b 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Roberto Rosario , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" "PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: es\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, " -"default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-" -"greenish y warehouse." +msgstr "Tema CSS para aplicar, las opciones son: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish y warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Se va a redirigir al punto de entrada al sitio web en 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"O haga clic aquí si la redirección no " -"funciona." +msgstr "O haga clic aquí si la redirección no funciona." #: templates/web_theme_login.html:36 msgid "First time login" @@ -78,9 +72,7 @@ msgstr "Primer inicio de sesión" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"¡Felicitaciones! Usted acaba de terminar de instalar Mayan EDMS." +msgstr "¡Felicitaciones! Usted acaba de terminar de instalar Mayan EDMS." #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" @@ -100,9 +92,7 @@ msgstr "Contraseña: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Asegúrese de cambiar la contraseña para aumentar la seguridad y para " -"deshabilitar este mensaje." +msgstr "Asegúrese de cambiar la contraseña para aumentar la seguridad y para deshabilitar este mensaje." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/fr/LC_MESSAGES/django.mo b/apps/web_theme/locale/fr/LC_MESSAGES/django.mo index e6e0a28500..44691a6738 100644 Binary files a/apps/web_theme/locale/fr/LC_MESSAGES/django.mo and b/apps/web_theme/locale/fr/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/fr/LC_MESSAGES/django.po b/apps/web_theme/locale/fr/LC_MESSAGES/django.po index 6e36337d60..495e50f0fc 100644 --- a/apps/web_theme/locale/fr/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/fr/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 17:37+0000\n" -"Last-Translator: PatrickHetu \n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: fr\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Thème CSS à appliquer, les options sont les suivantes: amro, bec, bec-vert, " -"bleu, défaut, Djime-céruléen, drastique-foncé, kathleene, d'olive, orange, " -"rouge, reidb-verdâtre et entrepôt." +msgstr "Thème CSS à appliquer, les options sont les suivantes: amro, bec, bec-vert, bleu, défaut, Djime-céruléen, drastique-foncé, kathleene, d'olive, orange, rouge, reidb-verdâtre et entrepôt." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Vous allez être redirigé l'accueil du site Web dans 5 secondes." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Ou cliquez ici si la redirection ne " -"fonctionne pas." +msgstr "Ou cliquez ici si la redirection ne fonctionne pas." #: templates/web_theme_login.html:36 msgid "First time login" @@ -78,14 +72,11 @@ msgstr "Première connexion" msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" -"Vous venez de compléter l'installation de EDMS mayas, " -"félicitations!" +msgstr "Vous venez de compléter l'installation de EDMS mayas, félicitations!" #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" -msgstr "" -"Connectez-vous en utilisant les informations d'identification suivantes:" +msgstr "Connectez-vous en utilisant les informations d'identification suivantes:" #: templates/web_theme_login.html:40 #, python-format @@ -101,9 +92,7 @@ msgstr "Mot de passe: %(password)s" msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" -"Soyez certain de changer votre mot de passe pour accroître la sécurité et " -"pour ne plus avoir ce message." +msgstr "Soyez certain de changer votre mot de passe pour accroître la sécurité et pour ne plus avoir ce message." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 @@ -114,6 +103,3 @@ msgstr "Précédent" #: templates/pagination/pagination.html:28 msgid "Next" msgstr "Suivant" - -#~ msgid "Interface" -#~ msgstr "Interface" diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/apps/web_theme/locale/it/LC_MESSAGES/django.mo index 861ad2f617..57cf426407 100644 Binary files a/apps/web_theme/locale/it/LC_MESSAGES/django.mo and b/apps/web_theme/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index 59d90c42b4..be77d10731 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -1,23 +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: # Carlo Zanatto <>, 2012. # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: it\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 @@ -25,10 +24,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di " -"default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, " -"reidb-verdastro e magazzino." +msgstr "Tema CSS da applicare, le opzioni sono: ABN AMRO, bec, bec-verde, blu, di default, djime-ceruleo, drastica-scuro, kathleene, oliva, arancio, rosso, reidb-verdastro e magazzino." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -67,9 +63,7 @@ msgstr "Reindirizzamento al tuo punto di ingresso al sito in 5 secondi." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Oppure click qui if per essere " -"rimandato al tuo sito nel caso non funzioni." +msgstr "Oppure click qui if per essere rimandato al tuo sito nel caso non funzioni." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo b/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo index 285bd5c473..0e86940b13 100644 Binary files a/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo and b/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po b/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po index 4c3df89bac..6947c28254 100644 --- a/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/nl_NL/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: nl_NL\n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.mo b/apps/web_theme/locale/pl/LC_MESSAGES/django.mo index ce8e478a27..de01372b46 100644 Binary files a/apps/web_theme/locale/pl/LC_MESSAGES/django.mo and b/apps/web_theme/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/pl/LC_MESSAGES/django.po b/apps/web_theme/locale/pl/LC_MESSAGES/django.po index f6380a9e33..54c8240daf 100644 --- a/apps/web_theme/locale/pl/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pl/LC_MESSAGES/django.po @@ -1,24 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: pl\n" +"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2);\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: conf/settings.py:10 msgid "" diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index f3491cf630..185e78e3b3 100644 Binary files a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo and b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index 90a65cdb81..223454050b 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -1,23 +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: # , 2011. # Vítor Figueiró , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: pt\n" +"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: conf/settings.py:10 @@ -25,10 +24,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -67,9 +63,7 @@ msgstr "Redirecionando-o para o ponto de entrada do site em 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." +msgstr "Ou clique aqui se o redirecionamento não funcionar." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo index f79c967d5e..063831432a 100644 Binary files a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo and b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po index 448d8a00f6..70c2565193 100644 --- a/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt_BR/LC_MESSAGES/django.po @@ -1,22 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: conf/settings.py:10 @@ -24,10 +23,7 @@ msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, " -"djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish " -"and warehouse." +msgstr "Tema CSS a ser aplicado, as opções são: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,9 +62,7 @@ msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Ou clique aqui se o redirecionamento " -"não funcionar." +msgstr "Ou clique aqui se o redirecionamento não funcionar." #: templates/web_theme_login.html:36 msgid "First time login" diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index 8b8c4fbb88..c78aad2f30 100644 Binary files a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo and b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index 25736db1d8..d0416f4828 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -1,33 +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: +# Sergey Glita , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-12-12 03:20-0400\n" -"PO-Revision-Date: 2012-07-27 04:11+0000\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2012-12-12 06:07+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: ru\n" +"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: 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" #: conf/settings.py:10 msgid "" "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" "cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " "warehouse." -msgstr "" -"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" -"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " -"warehouse." +msgstr "CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse." #: conf/settings.py:12 msgid "Display extra information in the login screen." @@ -66,39 +62,37 @@ msgstr "Перенаправит вас на вход веб-сайта чере msgid "" "Or click here if redirection doesn't " "work." -msgstr "" -"Или нажмите здесь , если " -"перенаправление не работает." +msgstr "Или нажмите здесь , если перенаправление не работает." #: templates/web_theme_login.html:36 msgid "First time login" -msgstr "" +msgstr "Первое время входа в систему" #: templates/web_theme_login.html:38 msgid "" "You have just finished installing Mayan EDMS, " "congratulations!" -msgstr "" +msgstr "Вы только что закончили установку Mayan EDMS, поздравляем!" #: templates/web_theme_login.html:39 msgid "Login using the following credentials:" -msgstr "" +msgstr "Войти, используя следующие учетные данные:" #: templates/web_theme_login.html:40 #, python-format msgid "Username: %(account)s" -msgstr "" +msgstr "Имя пользователя: %(account)s" #: templates/web_theme_login.html:41 #, python-format msgid "Password: %(password)s" -msgstr "" +msgstr "Пароль: %(password)s" #: templates/web_theme_login.html:42 msgid "" "Be sure to change the password to increase security and to disable this " "message." -msgstr "" +msgstr "Обязательно измените пароль для повышения безопасности и отключения этого сообщения." #: templates/pagination/pagination.html:6 #: templates/pagination/pagination.html:8 diff --git a/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo b/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1de8905d90 Binary files /dev/null and b/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.po b/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..e38e05e111 --- /dev/null +++ b/apps/web_theme/locale/vi_VN/LC_MESSAGES/django.po @@ -0,0 +1,105 @@ +# 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: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-12-12 01:49-0400\n" +"PO-Revision-Date: 2013-01-25 00:39+0000\n" +"Last-Translator: trungpm \n" +"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: conf/settings.py:10 +msgid "" +"CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-" +"cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and " +"warehouse." +msgstr "" + +#: conf/settings.py:12 +msgid "Display extra information in the login screen." +msgstr "Hiển thị thông tin bổ sung trong màn hình đăng nhập" + +#: templates/web_theme_base.html:101 +msgid "dismiss all notifications" +msgstr "bỏ tất cả các thông báo" + +#: templates/web_theme_base.html:101 +msgid "close all" +msgstr "đóng tất cả" + +#: templates/web_theme_base.html:102 +msgid "dismiss this notification" +msgstr "bỏ thông báo này" + +#: templates/web_theme_base.html:102 +msgid "close" +msgstr "đóng" + +#: templates/web_theme_login.html:13 templates/web_theme_login.html.py:50 +msgid "Login" +msgstr "Đăng nhập" + +#: templates/web_theme_login.html:19 +msgid "You are already logged in" +msgstr "Bạn đã được đăng nhập" + +#: templates/web_theme_login.html:22 +msgid "Redirecting you to the website entry point in 5 seconds." +msgstr "Đang chuyển hướng đến website trong vòng 5 giây." + +#: templates/web_theme_login.html:25 +#, python-format +msgid "" +"Or click here if redirection doesn't " +"work." +msgstr "Hoặc click vào đây nếu chuyển hướng không làm việc." + +#: templates/web_theme_login.html:36 +msgid "First time login" +msgstr "Đăng nhập lần đầu" + +#: templates/web_theme_login.html:38 +msgid "" +"You have just finished installing Mayan EDMS, " +"congratulations!" +msgstr "Bạn đã cài đặt xong Hệ thống quản lý tài liệu điện tử Mayan EDMS. Xin chúc mừng bạn!" + +#: templates/web_theme_login.html:39 +msgid "Login using the following credentials:" +msgstr "Đăng nhập dùng các thông tin sau:" + +#: templates/web_theme_login.html:40 +#, python-format +msgid "Username: %(account)s" +msgstr "Người dùng: %(account)s" + +#: templates/web_theme_login.html:41 +#, python-format +msgid "Password: %(password)s" +msgstr "Mật khẩu: %(password)s" + +#: templates/web_theme_login.html:42 +msgid "" +"Be sure to change the password to increase security and to disable this " +"message." +msgstr "Bạn nên thay đổi mật khẩu để tăng tính bảo mật và để không nhìn thấy lời nhắc này nữa." + +#: templates/pagination/pagination.html:6 +#: templates/pagination/pagination.html:8 +msgid "Previous" +msgstr "Trước" + +#: templates/pagination/pagination.html:26 +#: templates/pagination/pagination.html:28 +msgid "Next" +msgstr "Tiếp theo"