From 2c0c40161166be1f7b5edd4300cd585971b55709 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 18 Jan 2015 02:40:08 -0400 Subject: [PATCH] Add rest_api app translation files --- .../rest_api/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 549 bytes .../rest_api/locale/ar/LC_MESSAGES/django.po | 33 ++++++++++++++++++ .../rest_api/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 469 bytes .../rest_api/locale/bg/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/bs_BA/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/bs_BA/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/da/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/de_CH/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/de_CH/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../locale/de_DE/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/de_DE/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../rest_api/locale/en/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 627 bytes .../rest_api/locale/es/LC_MESSAGES/django.po | 33 ++++++++++++++++++ .../rest_api/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../rest_api/locale/fa/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../rest_api/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 420 bytes .../rest_api/locale/fr/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/hr_HR/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/hr_HR/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/hu/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../rest_api/locale/id/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../rest_api/locale/id/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../rest_api/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/it/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../rest_api/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 456 bytes .../rest_api/locale/lv/LC_MESSAGES/django.po | 33 ++++++++++++++++++ .../rest_api/locale/nb/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/nb/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 479 bytes .../rest_api/locale/pl/LC_MESSAGES/django.po | 33 ++++++++++++++++++ .../rest_api/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/pt/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 420 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/ro_RO/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/ro_RO/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 495 bytes .../rest_api/locale/ru/LC_MESSAGES/django.po | 33 ++++++++++++++++++ .../locale/sl_SI/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/sl_SI/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../rest_api/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 421 bytes .../rest_api/locale/sq/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/tr_TR/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/tr_TR/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 31 ++++++++++++++++ .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 32 +++++++++++++++++ .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 414 bytes .../locale/zh_TW/LC_MESSAGES/django.po | 32 +++++++++++++++++ 56 files changed, 891 insertions(+) create mode 100644 mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/es/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/fa/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/id/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.po create mode 100644 mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.mo create mode 100644 mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.po diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7e176e9125c1bf7ce61623cbcfec69f8fc5e563f GIT binary patch literal 549 zcmZusO>Yx16fA<%9yxP(2dF^sVmtlN#;IFEvymcYAxgH~-Hp3lv}>};>Qu;8SxeIHSsy|1F=U+{6*%7&OY;mrFY*<8F9YBuf~Vk zSqZs*)E2U7zD`!Ab3S4os(OQ;wpGBwNl2Do3cU74N6O<=M5 literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..f559d4a6a7 --- /dev/null +++ b/mayan/apps/rest_api/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: 2015-01-18 06:08+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/" +"language/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..35aa67ee7f8e2d5e7655d1bc2f48434a1eaf2a2e GIT binary patch literal 469 zcmZvY%}xR_6ooOmnx$(OHE{vaOFKl(Sj5QBkdQD+U~pfc3}a^6Nm~RS#Fg*nvv@}g zY&^+H+w{xrIsHCA`>dc&&==?{^eOrVT`E9-;pGFaC3Dco=yy4HFj&BwG&a?WlSu4@ zB4IC@cw<>;;~=t0x`56)u@GxcywPh6T_c4<9(uw_P8!U=1LlJt5Z2%<0Cvk5f-sgJ zX*u^F?jE^ohVq8OI*5%>HWN-8PWsc~ki4{`kUWM_doX-%_j==SGI>H&C2NsLh^5Fm z>8!Ivm=pt7SI!lj(#>X5cjc&bDYx~x&S|kPX=y?8vKz=nZfW*6h|UsP^P)i%9>2h^ zGq0N*F6$YZ~_uomo4JgnqK7xhS`SF literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..9d02ac68e3 --- /dev/null +++ b/mayan/apps/rest_api/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: 2015-01-18 06:08+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" +"language/bg/)\n" +"Language: bg\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" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/bs_BA/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/bs_BA/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/de_CH/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/de_CH/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/de_DE/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/de_DE/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/en/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8ec5bf2df73bcd96207a5bae241160d17f3362e0 GIT binary patch literal 627 zcmZ{h&2AGh5XToN651Oa5C@QkTPrlNH+(2Kd9I?z$VJUEA0WY0q4d zIPnBL0*}CZ@GQ(`Q7R-D>8J5{{vLZgzwRA;OUMq0hr}!5Hu0Y5%n^5qkHj6~GjX5z zLVUfEB;UzDAfDdr^QYt=QG7<8(!091$Wz$c>%|-@TW(rqqKw*_WI0ETO#jL+ zy#1ici1P~HDIe&FfLvZl1G8zqN|(x6A2AQLuJFyK4p>+L>EdmH$6oEOz^RN%z>sIp zk!P5VfDZ*9A%Dg>32~`D>8|cSbT0&d`Gk|Dr!qt=yfmSa(Ru+(d#-%6 zyKXxh@buW4NPmaLm7|`bx{S;$rce z02R_jv+=UQ6YJX`z_?u)Cc`oG%gLdE#}mko#%Z#jPN{$XFi;t7c=oWhKvyOhM?*<+e8FXF~Rp}8~-w@MQ, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..13c0a4b981b50becb0ba7d57d27604bc7038e6d8 GIT binary patch literal 420 zcmYL^O;5uh9EWH0)T3t)96V_BKk1@LWiMG>*=+1vx^9WyaKqZAg9ez<58~JJvq;sr zU-AS95Afsb_~^4^b6`2KoLUYomzFl3Wn(vQ?btg1$&}pim4R>#ORjV!1wolVdGKcx zEonXv)5OVnBb9+zm(?2XcBO_w669oQ0TacUv4jK+Qt>=XS9(k-~6cpZjQRZ^PfsRa3J{ z^wH{-Db3ArQB1+xdu^>3u7HY_Tvwtb$a}7glhr%LYM4s3)dY#=XQ_w1KKh*w&jcDF J_q^|Pz5%fgbSMA- literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000000..8469977db8 --- /dev/null +++ b/mayan/apps/rest_api/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/hr_HR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/hr_HR/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..946eb2cdfaadb5b473fe1b723372605f8853e7c4 GIT binary patch literal 414 zcmYL^Pfx=j9ENA~)T3t)9K7jo(nXWXHZ$DVZ0x^u-4eawinXSL2AI(g;@9)DNY%JE zc>;t7c=oWhKvyOhM?*<+e8FXF~Rp}8~-w@MQ, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/it/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c72afc547b822e61e0611749cfe658bf3f1b73b2 GIT binary patch literal 456 zcmYL^QBT`26or}KDUUq!aFI4N1Q+aXlY&cDLhG_&yiGnPcM8d`w0TBr$NbmS*T*8+Nse?!KRhroJ* zg~+}#Mj#gYsqQZS$KA-dz%0j63_o&_B}cdULQO)%Pp;-&h1NjKV3DdHhow;DA#Hq&C4-{8?LK$uN_LWu*=$10>Zo62h(QlRD)yd9$Nus^=E9O nFMaqMqtE6OXHmrA-~hVF_9M<=01OC+{fNQ, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/nb/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/nl_NL/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/nl_NL/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8851bcbc69714037761dd9f2b02d4ca725597dfe GIT binary patch literal 479 zcmYL^!A{#i5QeGXCXL~l#77$avlT5l?l@)~^v zUW;d89I9rdUpqVV&FsIg9}oWSQG6gBl0K34NoS-s0@4dLFX?QV|1q)VQOzC33%pUb zsf^|@iTb~yk$@YKPvdOt(i^WEYGPh`IVxwafo;w<5|h&2SLG&y1(>>F;bTyhJt*3oCU~OJ^*H;VemD9Hjz! zB8}qYIvNaeF`Zr!s>`)36&6Y^IV90|G;1yQlH|Is&W$a13|UR%RP6repEIv-v{Ra% zdtQ-mr=HxGRV^#sh53WDjdJ0v7-F#FT3h$ZqR?}*sC3C8xT~Busn=H4I5c+IaL}vm zwF$p=;XMtHbr|~a9T-siv(K)=4jdhA(_VPdrpIlW^?U}K&9>e$?1W}~n(3T$y}dVN C{D6u8 literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000000..0ffe60fdbc --- /dev/null +++ b/mayan/apps/rest_api/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,33 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..13c0a4b981b50becb0ba7d57d27604bc7038e6d8 GIT binary patch literal 420 zcmYL^O;5uh9EWH0)T3t)96V_BKk1@LWiMG>*=+1vx^9WyaKqZAg9ez<58~JJvq;sr zU-AS95Afsb_~^4^b6`2KoLUYomzFl3Wn(vQ?btg1$&}pim4R>#ORjV!1wolVdGKcx zEonXv)5OVnBb9+zm(?2XcBO_w669oQ0TacUv4jK+Qt>=XS9(k-~6cpZjQRZ^PfsRa3J{ z^wH{-Db3ArQB1+xdu^>3u7HY_Tvwtb$a}7glhr%LYM4s3)dY#=XQ_w1KKh*w&jcDF J_q^|Pz5%fgbSMA- literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..8469977db8 --- /dev/null +++ b/mayan/apps/rest_api/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/ro_RO/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/ro_RO/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c16dc7e5450eb36b02b29d55b1dcea407712e5c3 GIT binary patch literal 495 zcmYL^(N5bi6ox_LDwn(7#X;K8&^TasAZ2a?gw|!zlBP;ir0vdYy$}@a%5f1$yatcL z>+D%}0^53|Up`0Y`|aPq-|jqZQEijnk=~QukPb*)g`{U%exb8t{@2vm8@=$DEb&Ua zwzfvVG#-A7FC|>bVwU8SpwKJpJZ5cGFY#hswOCpK!89*%=(O@=!jbY?K#%bgWE^=2 ztS4BA?3ghEvCwyQcllrLyNnCWava6*H5Xa(=|?`1L8@AhrBkMDl($a6c%G&(i8BcU znZ-$Z9*;(aoXt)NHPu>G8cVHi1*Gxha^6KAr0IE6A6i#!7>b%DncV!3AF^O*jn{^r zdstC!ukZcQs!_G+!{S=GR{LmPjxpSDU94Z)p)?D-tW6~#{8{^8+N_;waBSUeE5NK? z#y0xghu1dxXg+WjMI83_pljJ~#5tS+1Hx%Oje7r9gXp+xUmR?}89Y9|T8Lr$, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/sl_SI/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/sl_SI/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9caede4c8b13206f0560daabd4f5cde5578073d3 GIT binary patch literal 421 zcmYL^Pfx=j9ENA~)T3t)n0V0WZ_-7R$~LpQvf0>w>AEF)!wqY-g9ez<58~JJvq;sr zH+cet2YC6~-}~&?>{t#gN0wd7nWc?qd9|BYc5I#hWJbxHl>C_669oQ0b|9Pv4LsTo2(M!5-iXjI9Vc zf2-Qd|GazZ=Mbk5_~j7EMC zwyG#MtmIH|wk9a@lj*#zJcy!EU3H}@w~nnEhcVs$&+TGoEQR61KKIes-iE)M^QLB% z=%eK`Q<|IMyqJKu_1aobTmcnJxvE4-koQ;_C#yG#)i9B2tqBs%&r%P2ee^pW9t(6h KMD9u7>3jnw%5+Hp literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000000..05a08f676e --- /dev/null +++ b/mayan/apps/rest_api/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,32 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/tr_TR/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/locale/tr_TR/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..898176d87ce33ddf3cebbc6ee7fca6fcc0ae3a50 GIT binary patch literal 378 zcmYL^u};G<6h%QWWn^aXzy_~46-dDpRMWU6!bz$$tpuBCO)x5U<+unwgx}*^c##mj z(vb(BXW#d8bojl8*+-6%6XXCnL%Jl$5HGLr?418hy?fKk0NDx_+PB78My7o9z$bz% zL^aFGBC7Pp`2cy_m=)Y@n-*%vNHi^L7+?OoRPM^v`L{hZ@YOid&R>65j#&ao2!E-?dBIlVL@-(f)Y<7#P zZMLe>P;2$hh~&j&-c=q*Ib55b^Ucn|s(F@+-F|V8Mk8l~w)oxG273qn8O}FrW$ZOs gzAE49a5JyRknFs!){FKa?9#1_Z5T0an&#MF0Q* literal 0 HcmV?d00001 diff --git a/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po b/mayan/apps/rest_api/locale/vi_VN/LC_MESSAGES/django.po new file mode 100644 index 0000000000..34af1f05a9 --- /dev/null +++ b/mayan/apps/rest_api/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. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/zh_CN/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..946eb2cdfaadb5b473fe1b723372605f8853e7c4 GIT binary patch literal 414 zcmYL^Pfx=j9ENA~)T3t)9K7jo(nXWXHZ$DVZ0x^u-4eawinXSL2AI(g;@9)DNY%JE zc>;t7c=oWhKvyOhM?*<+e8FXF~Rp}8~-w@MQ, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr "" diff --git a/mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.mo b/mayan/apps/rest_api/locale/zh_TW/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..946eb2cdfaadb5b473fe1b723372605f8853e7c4 GIT binary patch literal 414 zcmYL^Pfx=j9ENA~)T3t)9K7jo(nXWXHZ$DVZ0x^u-4eawinXSL2AI(g;@9)DNY%JE zc>;t7c=oWhKvyOhM?*<+e8FXF~Rp}8~-w@MQ, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-01-18 02:21-0400\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: links.py:3 +msgid "REST API" +msgstr "" + +#: links.py:4 +msgid "REST API Documentation" +msgstr "" + +#: templates/rest_framework_swagger/index.html:65 +#: templates/rest_framework_swagger/index.html:69 +msgid "API documentation" +msgstr ""