From 9bdc8a592793363ca19842da8b78a727d0725795 Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Mon, 9 Feb 2015 20:26:41 +0100 Subject: [PATCH] Cleanup of the legacy history app. The app was migrated to the events app and old translation files are confusing translators. --- .../history/locale/ar/LC_MESSAGES/django.mo | Bin 1697 -> 0 bytes .../history/locale/ar/LC_MESSAGES/django.po | 130 ----------------- .../history/locale/bg/LC_MESSAGES/django.mo | Bin 1860 -> 0 bytes .../history/locale/bg/LC_MESSAGES/django.po | 130 ----------------- .../locale/bs_BA/LC_MESSAGES/django.mo | Bin 1758 -> 0 bytes .../locale/bs_BA/LC_MESSAGES/django.po | 130 ----------------- .../history/locale/da/LC_MESSAGES/django.mo | Bin 1652 -> 0 bytes .../history/locale/da/LC_MESSAGES/django.po | 130 ----------------- .../locale/de_CH/LC_MESSAGES/django.po | 128 ---------------- .../locale/de_DE/LC_MESSAGES/django.mo | Bin 1669 -> 0 bytes .../locale/de_DE/LC_MESSAGES/django.po | 133 ----------------- .../history/locale/en/LC_MESSAGES/django.mo | Bin 1595 -> 0 bytes .../history/locale/en/LC_MESSAGES/django.po | 138 ------------------ .../history/locale/es/LC_MESSAGES/django.mo | Bin 1669 -> 0 bytes .../history/locale/es/LC_MESSAGES/django.po | 130 ----------------- .../history/locale/fa/LC_MESSAGES/django.mo | Bin 450 -> 0 bytes .../history/locale/fa/LC_MESSAGES/django.po | 129 ---------------- .../history/locale/fr/LC_MESSAGES/django.mo | Bin 1728 -> 0 bytes .../history/locale/fr/LC_MESSAGES/django.po | 129 ---------------- .../locale/hr_HR/LC_MESSAGES/django.mo | Bin 556 -> 0 bytes .../locale/hr_HR/LC_MESSAGES/django.po | 129 ---------------- .../history/locale/hu/LC_MESSAGES/django.mo | Bin 469 -> 0 bytes .../history/locale/hu/LC_MESSAGES/django.po | 128 ---------------- .../history/locale/id/LC_MESSAGES/django.mo | Bin 463 -> 0 bytes .../history/locale/id/LC_MESSAGES/django.po | 128 ---------------- .../history/locale/it/LC_MESSAGES/django.mo | Bin 1662 -> 0 bytes .../history/locale/it/LC_MESSAGES/django.po | 131 ----------------- .../history/locale/lv/LC_MESSAGES/django.po | 129 ---------------- .../history/locale/nb/LC_MESSAGES/django.po | 128 ---------------- .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 485 -> 0 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 128 ---------------- .../history/locale/pl/LC_MESSAGES/django.mo | Bin 1588 -> 0 bytes .../history/locale/pl/LC_MESSAGES/django.po | 133 ----------------- .../history/locale/pt/LC_MESSAGES/django.mo | Bin 1673 -> 0 bytes .../history/locale/pt/LC_MESSAGES/django.po | 131 ----------------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 1288 -> 0 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 130 ----------------- .../locale/ro_RO/LC_MESSAGES/django.mo | Bin 1695 -> 0 bytes .../locale/ro_RO/LC_MESSAGES/django.po | 130 ----------------- .../history/locale/ru/LC_MESSAGES/django.mo | Bin 1888 -> 0 bytes .../history/locale/ru/LC_MESSAGES/django.po | 130 ----------------- .../locale/sl_SI/LC_MESSAGES/django.mo | Bin 538 -> 0 bytes .../locale/sl_SI/LC_MESSAGES/django.po | 129 ---------------- .../history/locale/sq/LC_MESSAGES/django.po | 128 ---------------- .../locale/tr_TR/LC_MESSAGES/django.mo | Bin 465 -> 0 bytes .../locale/tr_TR/LC_MESSAGES/django.po | 128 ---------------- .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 1767 -> 0 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 129 ---------------- .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 1608 -> 0 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 129 ---------------- .../locale/zh_TW/LC_MESSAGES/django.po | 128 ---------------- .../apps/history/static/images/icons/book.png | Bin 858 -> 0 bytes 52 files changed, 3633 deletions(-) delete mode 100644 mayan/apps/history/locale/ar/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/ar/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/bg/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/bg/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/da/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/da/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/de_DE/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/en/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/en/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/es/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/es/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/fa/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/fa/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/fr/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/fr/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/hu/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/hu/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/id/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/id/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/it/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/it/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/lv/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/nb/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/pl/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/pl/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/pt/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/pt/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/ru/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/ru/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/sq/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.mo delete mode 100644 mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po delete mode 100644 mayan/apps/history/static/images/icons/book.png diff --git a/mayan/apps/history/locale/ar/LC_MESSAGES/django.mo b/mayan/apps/history/locale/ar/LC_MESSAGES/django.mo deleted file mode 100644 index 7fbfdd8181e62331d0edfcfdc971632aa70628d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1697 zcmeH`J8#rL5XYA{9Pjr-Ahrnt!N&GofW*N-NP>dIkpLGOB&3bKxik2McQ4@@DhlXB zM?(b#)D$4mK!uR_0#H*>AS4K3&18!JV_Q=6a@P|RFI{{KZH$bX?6WjY)8#U+H7_;Cm#@X?w`-$mV(?g^RXl-F_l%WAGE9cK-;udi#+zI^H{q)$qH9{r-pfHdWq-R{2aGAqMql#bV{=hvrcB8 qW7}uF20wD7w9j}BWi*y!j`K%wXb8ap1Wyjv{{JEwe#3wLMScSaJCy4H diff --git a/mayan/apps/history/locale/ar/LC_MESSAGES/django.po b/mayan/apps/history/locale/ar/LC_MESSAGES/django.po deleted file mode 100644 index f85e517fd9..0000000000 --- a/mayan/apps/history/locale/ar/LC_MESSAGES/django.po +++ /dev/null @@ -1,130 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Mohammed ALDOUB , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/" -"language/ar/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "History" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Access the history of an object" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Date" - -#: views.py:86 -msgid "Time" -msgstr "Time" - -#: views.py:87 -msgid "Object" -msgstr "Object" - -#: views.py:88 -msgid "Event type" -msgstr "Event type" - -#: views.py:89 -msgid "Additional details" -msgstr "Additional details" - -#: views.py:89 -msgid "None" -msgstr "None" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/bg/LC_MESSAGES/django.mo b/mayan/apps/history/locale/bg/LC_MESSAGES/django.mo deleted file mode 100644 index f98beee96dd91c38fd2c5f16aa0eca75542a8355..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1860 zcma))O>7%Q6vwBueAIjw!na^R6k4Ilu9FDD2BUtZY6YgIm|i$dyc1{Xez-g1q?QnZ z2!z^8q*5dffCNH<3sNYUnlvOQ1Q(<+cenx)rye=+f4dvor64i#>~G$Dy!U_a`PW@L z-eVZ|VLpKQC+2R<^=8BOvKH0h0e$z#BmY zQk+x8c?bLqIlT@F>_2ubV~>M%@CNWT@Imlxkm7z??0*H4zV(7XfTZW=;`|Sg?q3G) z0JkA|(l-Xu{v!p;;G?kjffQeXQ{cNG#r+YyAN&o(k8Ou|idzEdd<-O=Qy`sJKx)z5 zm^7%CNR8b~#y<``=h?UoU-C->DP)8EQ*CKb ibV^Ti%U{bwl(0_); z7$)U>CmH)24W%_V3yLoU+9YX*C-Yp!Jehk{H4NMD`+*6PSccqJMh2l~hon(#c2UKK zn@&ryBl$b_LJ})>EPqxHBE@`Mge#w$ft9ZcM}(~;Ta*e(%)D2?%J2+Cg7(u9g4 zj{4$+N;S&j@v7{gTC<0$FO`m~R+1V~)y=>c2ii?7>WRlowPSU0FjbOr6I48pPq^hN z;XWnYNj_2bCMShE<+`{ij;qCh{0{F;WcQxr?$e$-{e+8AdR}TH>Zy!%DA6&G*W@C^ z^5>G!mr=6FpJ|;emiw9!dN$rjqG$0eZnkApiMo=J#}Bl_rc48f-?Ly$%X6HirKNF0 zZi9Jsn%+3AJYns$oQU!i%8#@Y7LJ^`rn7h8*5h-{QuSzcc37M8xLZ1y#0DJ`^{fv@ zoix^x3dq+OA#eFEe`{ z#%BMly@Znz-!hVa59^G3dli5$;elzz2?`PqOp7pZZ8_d2x8j{%$aeBsL z|D$2ZbI{YZ>$b}fB=ZWT++Mh9o6fHgf$NY7q1;}ytJy!B9`)a$J-fybY>+UC9x?kX zY*cQ41pyIuct0=D|GG31eWU{a, 2012 -# Pavlin Koldamov , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/bg/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "История" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Вижте историята на обект" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Дата" - -#: views.py:86 -msgid "Time" -msgstr "Време" - -#: views.py:87 -msgid "Object" -msgstr "Обект" - -#: views.py:88 -msgid "Event type" -msgstr "Тип на събитието" - -#: views.py:89 -msgid "Additional details" -msgstr "Допълнителни детайли" - -#: views.py:89 -msgid "None" -msgstr "Нищо" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.mo b/mayan/apps/history/locale/bs_BA/LC_MESSAGES/django.mo deleted file mode 100644 index 97667b61cbd403e7a1efb2c02e01b135cbb89193..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1758 zcmZ{jJ!~9B6vqb=K62qRd`Cz;gdEvId$)UM1#9gK*s&u=;+!KKZYa?Bc6^?@-Pz5~ z+&O1OG|(VHfdmbLf({9#K$M|D3ROf!2ZDx%f(kk+{%?2Bwon+|+;85Sd0#X8emisW zQ-N_7^LflaG3PM9y9a+5-Ft<20ek~I16~79g71Sh@B{Dx@RLgaIe0(hFDv;g@L|X| z!BgNZkk9`BJ_`N_vY%h8{XeSxzraVJ{|9^;JawYXk-&!_FN5rN6XblhLH7SPcp6k7 z$GKMRPnq!bF8Cbu@7-6%{{qBM+{7RI`xazB--B#_r{Yf)e*rn~-z)xI=}(|&&i6F< zAb1w!x?Td=Umbi3Tmt!?w?G0%Ajka>d<^^ygiG-?$add=9Pbv${_lV&LHrEz6Fq~; zgU_&@Yy0m&*~J}lK2Kn>U#^V@$K-r@a9kd6UF5`TesjLh$1yqnvzUC}Joua8!FBPQ zJjudpzptz%x2I@NTbJfjN_R;bN_U2;@5E{pX{S>oV~UiMI<{h6IwdwH$~bb^Mmz5-O~^dCHgKU5>nMm0Mg( zNF6!FZEdV~-mG0!S(-bqV+T6&*2V+t_0o`P-77usVy-0D=JDl))bxWz&ws`9Tht7~ zR?G7jeIEzCt7@Xz@6kEzo%fpODOe1H*2_Ld?R9CL*UP1`vBZmow7+e^2ICx%OMVOWxAaIZk6&<=%$rrxEH5X=z8hS~ni&GWIT|d16B{Ss~hX zYnjSrd)~|ie!CsexpTxz|HXC?(5vJVjzhlCZqBw=+Kap_Ec}(gryDm)6P)oEU=zTm zxv*Rl-5lThIIG%44|UNhBPYdriZ9;iqEX_Z=0+JOqNg*8(t*7Fu^h^(Su|E#dZ;34 zijEmcC$@7a%B~qFq-pYhGP;MobN7IBAdAmCAFA6Q89gc*MyG5%>mmfJ`e|rKNUusp z-(5R%cvll_qMNfKB1p4CN, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/" -"projects/p/mayan-edms/language/bs_BA/)\n" -"Language: bs_BA\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historija" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Pristup historiji objekta" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Datum" - -#: views.py:86 -msgid "Time" -msgstr "Vrijeme" - -#: views.py:87 -msgid "Object" -msgstr "Objekat" - -#: views.py:88 -msgid "Event type" -msgstr "Tip događaja" - -#: views.py:89 -msgid "Additional details" -msgstr "Dodatni detalji" - -#: views.py:89 -msgid "None" -msgstr "Nijedan" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/da/LC_MESSAGES/django.mo b/mayan/apps/history/locale/da/LC_MESSAGES/django.mo deleted file mode 100644 index 5fdb56767bd9437876c2a3eab3e399c60c52e01e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1652 zcmZvb%Zpq^6vj)9kF@a>-=bK8kp!vfo(Ifu+Yw`C!i>pe#@GhMh17JNxm}rit2$NH zGieYJaTCOyE(A9UK0y2n6gMGDaqC7Gu3U%evFN(LI`uep&Z)0|JAUL7 zf%XLYljwhDd-;vr$zkQj8Nt`yuChMIpq@kp35ygs5Bv$vxC7GsU z5^ME2altzhoAt4QElC(`gexOcYt^I1QR7hV_>jpHQ5ZX{t_o98$6_fqql1~LB)+(v zZp_xjK@RmUPK86PydNx8G2d)N;WVP2;#cW~z`5s#5ypBl?f_AaccrlK_M0tKjUa(X| za`J^}LosnC*E*P&@)FNBGxX()IO+0<&PfeOmziAA&c=~EIZA1qb-Vlf`!k8%+8w&e z2fE`r;n*E_OU_e~DPy;2ymXE3o@#w&(&)~{`o`*EZDwbBoipAgyqFqP?~v$f>W&L- zU0)7IIz&p#uMf_urNez3zzzkq>W1D}muGTm+osM|F$ua*XMHGRCf&F)`j?HMEeZmK$=~1m5I;(lvUihs(@-dEPJt?A7ndopw7pon{*^Oa z$XGr4S|x8wV%_EBDuLtlz#7)Kmp+HQn{hROxGP_*ZXP&l)#-!T_IWGr(2m-H+@{<@ z;UhwH|3BM$t2J!#$2|x*NL>pay2Ssf-EfoSv7M~|x$n8^Lt#=@lHW~@i-2gJe6hu diff --git a/mayan/apps/history/locale/da/LC_MESSAGES/django.po b/mayan/apps/history/locale/da/LC_MESSAGES/django.po deleted file mode 100644 index e6aa261cb2..0000000000 --- a/mayan/apps/history/locale/da/LC_MESSAGES/django.po +++ /dev/null @@ -1,130 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Mads L. Nielsen , 2013 -# René Rovsing Bach , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/" -"language/da/)\n" -"Language: da\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historie" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Tilgå historien for ​​et objekt" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Dato" - -#: views.py:86 -msgid "Time" -msgstr "Tid" - -#: views.py:87 -msgid "Object" -msgstr "Objekt" - -#: views.py:88 -msgid "Event type" -msgstr "Hændelsestype" - -#: views.py:89 -msgid "Additional details" -msgstr "Yderligere detaljer" - -#: views.py:89 -msgid "None" -msgstr "Ingen" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po b/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po deleted file mode 100644 index 0c5c22b3c3..0000000000 --- a/mayan/apps/history/locale/de_CH/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/" -"mayan-edms/language/de_CH/)\n" -"Language: de_CH\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.mo b/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.mo deleted file mode 100644 index 3ed22cdb8b16930dca7794927885225cc3b48fd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1669 zcmZ9L%WoVt9LEhUk1mfwc|W8YiAsr(GrLIyWkOINyQLLuy0qIKf&_AQJi8_{o{8;A zIzd80aOsT$y>UUR1Q#SOoCv3gBm4&-jtKSCBPYJUnc3ZfwVscEKij{TfBVOYqqi8w zi`{3%m(F1b)@%zXl(K{7oZ&2R;V*d+-?e z6G-QO0gr>ff@J6SX8*5d|1S7A^#6d*g2#^3F>>%x$ZH_ky$Dh~*Fm!X0r&{0K=QNG z?3dsV$mvt?Rp^5U7<(EVg7`6w58cZ^y7x(={~V-zZi3|JOYlkX7D)cT1?l{c;1l4_ z&His7#q(#g|97*07kml&BQQ$-PlDuk6(oCSK=QKzQeCcsRQC@-s@D#P6xe4VJ<)TR zG-!|XFOcxRff80VBzsR`Qd|@>4T|~UYE{>PmM~q#LTmC(@lnq79?xS^d^D(MXgq^S zZ$kO7v!ju6j{Aw?6YYFvOP>q@U!Z&w-5eVHqE zvA)MPGNah#`r1&ZibXgGQxW$wsa`dP8iPE}Y{*YJ7U@yt%9gB-MJv~=rkau~ay(Nv z;>^S}hx!zyLLpYxr(0Fb_X>^~iD>ELaye40PMs&(Y%^D+sYF24t%1#`DB@Bit}E+M zmXP;liE8z_{j04jD$lGJeK*#TI9H6F7-k`F4K5GGd8;JlCa8EJUv76+Mf(lWUg67~ zaAifbSKDnI6j#))CcFPRw<0>ryz_e4>Acp)XuT($7egzJOC(;5V(=3!9Y3cgHc|Yo zw3fHdq;I;VExrFXu9$Hl$4U&9Ohf*TvMHios97%Zg^Blh7zBHJdrO`y>sZ}b8f9sa z*Ezc&4^m21s3>(o(%1_k^-;GMEY2K+XcK5!{Y(Acyhxp;cI$j*Jf2Prs|WGwh7a;Y zYO}^i6KS3D>(_=C#Oe7t3L{ol^vo!Wv>Au|^p^ImK~h+mhzprbUC2#diEe#)jn~Wd z1;bxi=bgp17TYYwR>$b)B1T+>{fb+S4DRNO^%qzc#V^bInYe+N{ar!-Klv2c@56hIi+EPfiYR z7qObTYuq~3gfiWjDV&-coaPrP$5Ch02Y;)ng?o~qgp^?$)c5o;&Pt?PS7cY&ZF6{# T$AuYFab$`Ev2>1PSY`hLoV}X; diff --git a/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po b/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po deleted file mode 100644 index 288bc7f29e..0000000000 --- a/mayan/apps/history/locale/de_DE/LC_MESSAGES/django.po +++ /dev/null @@ -1,133 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Mathias Behrle , 2014 -# tetjarediske , 2012 -# tetjarediske , 2012 -# tetjarediske , 2012 -# Tobias Paepke , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-" -"edms/language/de_DE/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Verlauf" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Zugriff auf den Verlauf eine Objekts" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Datum" - -#: views.py:86 -msgid "Time" -msgstr "Zeit" - -#: views.py:87 -msgid "Object" -msgstr "Objekt" - -#: views.py:88 -msgid "Event type" -msgstr "Ereignistyp" - -#: views.py:89 -msgid "Additional details" -msgstr "Zusätzliche Details" - -#: views.py:89 -msgid "None" -msgstr "Keine" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/en/LC_MESSAGES/django.mo b/mayan/apps/history/locale/en/LC_MESSAGES/django.mo deleted file mode 100644 index 4cbf73ad346c2b7d2969e2f3251bc39353b2c04d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1595 zcmeH`y>HV%7{(2>Km!zL`6vj91F2Fgbg`3GZRIFKX;ZZlp&x`w2np#LUlSMS?D{Tk zvoIhQSXf{|EDT62h>-zS*!UC5%)rEin0Q{>O%W4+04Kfq`Mreya z3Gp2Z`WXaCe+VQ$S3#U&E` z&wnP`QUcx5kB&rLTB&sw`0Bo;+pU&BL&>S7IHXJA3m#vUvBtHytSUOVt;%fmR>` zVQhF+H++v@Z#Oirg)Yl2E!OxY?YWhRdebe3M%W p+OY`uTo|{s%T$!4x?C)=^szjm*p)IXjFxi$Ki&v`kbnJne*^CtddC0& diff --git a/mayan/apps/history/locale/en/LC_MESSAGES/django.po b/mayan/apps/history/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index 2243988f06..0000000000 --- a/mayan/apps/history/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,138 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2012-06-17 22:12+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/" -"language/en/)\n" -"Language: en\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" - -#: __init__.py:17 -#, fuzzy -msgid "Date and time" -msgstr "date and time" - -#: __init__.py:21 -msgid "Type" -msgstr "" - -#: __init__.py:25 -#, fuzzy -msgid "Summary" -msgstr "summary" - -#: links.py:7 models.py:71 permissions.py:7 -msgid "History" -msgstr "History" - -#: links.py:8 -#, fuzzy -msgid "Details" -msgstr "details" - -#: models.py:17 -#, fuzzy -msgid "Namespace" -msgstr "namespace" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -#, fuzzy -msgid "History type" -msgstr "history type" - -#: models.py:33 -#, fuzzy -msgid "History types" -msgstr "history types" - -#: models.py:37 -#, fuzzy -msgid "Date time" -msgstr "date time" - -#: models.py:42 -#, fuzzy -msgid "Dictionary" -msgstr "dictionary" - -#: models.py:72 -#, fuzzy -msgid "Histories" -msgstr "histories" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Access the history of an object" - -#: views.py:36 -#, fuzzy -msgid "History events" -msgstr "history events" - -#: views.py:39 -#, fuzzy -msgid "Object link" -msgstr "object link" - -#: views.py:67 -#, fuzzy, python-format -msgid "History events for: %s" -msgstr "history events for: %s" - -#: views.py:85 -msgid "Date" -msgstr "Date" - -#: views.py:86 -msgid "Time" -msgstr "Time" - -#: views.py:87 -msgid "Object" -msgstr "Object" - -#: views.py:88 -msgid "Event type" -msgstr "Event type" - -#: views.py:89 -msgid "Additional details" -msgstr "Additional details" - -#: views.py:89 -msgid "None" -msgstr "None" - -#: views.py:93 -#, fuzzy, python-format -msgid "Details for: %s" -msgstr "details for: %s" - -#: views.py:104 -#, fuzzy, python-format -msgid "History events of type: %s" -msgstr "history events of type: %s" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/es/LC_MESSAGES/django.mo b/mayan/apps/history/locale/es/LC_MESSAGES/django.mo deleted file mode 100644 index 85a9c3085cb34866db5acf930fcfbc76776e7b6a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1669 zcmaKrzmMER6vqb=eq@0F3BQ6sJcJ@8LUZ2TJ4ocy6(M)01hL6+F_93}oISfci9O@Y z%;s(zM1hc~C zuVDR!bsFo(hj4@JJS@a(;QQbS@D_L!{1ohgpM#Hqce?$%;G@vL?(}cKr=Wie9s_>> z`TS4d)8H>4`}wVV|7Z99Z}2$w{{deBj~!`qB=AY->md8R1adytLH7R<_ynjyj&rMf zKL@`+O&^1V{o{`a@f?_dxWp!I9PeF_{d@?reGYOxH#>Te-as${(c5I-ml=R;2$9O^$47^-5cPG;9DTa8{x+N&cJ8D3CQ^zfL!ks;CFwr=xN-A_zrVL_JMJ={&Ya1!fYb`FdcH)Y& zT3l_-GE-?$;2>NT6qj22)H&)L(%AWwP6tt#yb0y!qRqwV&^;}7=A=3Ba=TNPE*3Sk zr??bOvGKlm)#QA?5`8+I4%{M+XMwjl%&unW>4E znO0Rw*J@==n9`YPjCGnM`}_MVkVufnr80J%@~QGc$BhrNZF&Ci949c=UT)dk6~<0d zI=^RPZ>OAjRmyGWtB{hd8#QbU*QtHnIAiJc4H}$X@3q6LJe8^&UZXIjG;60fI8h^Aha#Hq)$ diff --git a/mayan/apps/history/locale/es/LC_MESSAGES/django.po b/mayan/apps/history/locale/es/LC_MESSAGES/django.po deleted file mode 100644 index ea2f0cb212..0000000000 --- a/mayan/apps/history/locale/es/LC_MESSAGES/django.po +++ /dev/null @@ -1,130 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# jmcainzos , 2014 -# Roberto Rosario, 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/" -"language/es/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historial" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Mostrar el historial de un objeto" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Fecha" - -#: views.py:86 -msgid "Time" -msgstr "Tiempo" - -#: views.py:87 -msgid "Object" -msgstr "Objeto" - -#: views.py:88 -msgid "Event type" -msgstr "Tipo de evento" - -#: views.py:89 -msgid "Additional details" -msgstr "Detalles adicionales" - -#: views.py:89 -msgid "None" -msgstr "Ninguno" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/fa/LC_MESSAGES/django.mo b/mayan/apps/history/locale/fa/LC_MESSAGES/django.mo deleted file mode 100644 index 09e7514f4d7e647afe3b8d7760fe098416017e04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 450 zcmYLFOHRWu6fA;OmaJKL!2$%YcG}VgSKZK$REdbH1om#?q(+Gy*)DBwzy-J-XW@mS zcBIj>^~R$a|6E>tw-9H@E95ou9C?py5Fx*C`G~X89I>$GL#7_)8N5sDl+m2TVlOnA zPU6>KDQjar#I8^oJZ%aGiQyzzyd*HTQh3zEM0m+bhlM?017Ka!33;~*tj8D%VJSaV z<9pKKt`A|Kgb{xj+%ZJ(ES!hL3hheajpbx%R?>Qd(+R5#3Usj%g@iIV)4CK&4@tTf)=58lOJ)$AbWMO, 2014 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/" -"language/fa/)\n" -"Language: fa\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "تاریخ" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "دسترسی به تاریخچه یک شیئی" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "تاریخ" - -#: views.py:86 -msgid "Time" -msgstr "زمان" - -#: views.py:87 -msgid "Object" -msgstr "شیئ" - -#: views.py:88 -msgid "Event type" -msgstr "نوع رویداد" - -#: views.py:89 -msgid "Additional details" -msgstr "جزئیات اضافی" - -#: views.py:89 -msgid "None" -msgstr "هیچ" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/fr/LC_MESSAGES/django.mo b/mayan/apps/history/locale/fr/LC_MESSAGES/django.mo deleted file mode 100644 index 7c8b7972745dcfc88559cd596a314de16ec1ffe3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1728 zcmaKrJ!~9B6vqb$A3455_!JT&AuF+9@5@G5YaC%>TZxn-CLC#~#=GzC26kuHGqZNC zfrbVoB#?kA1&AgWiG~U(H0VT0MNLFWk%|V1ivQc)yR#AE>E?d>=Hq?Mo7<;Od?_H$ zVLXp<2V)82$Gh+c*}Yqc7r?i`Q{X;$0{jSUfFFbRgJ0D1*TMUse^cu>z=xrK2c86P zfxQ1`@KNv=knQ|dum4f6{|P>V`M<%Zz?1h>F-q_u=<6Wcy#R7NS3$P_F8ClwAp6;` z*T>*Z{{TJ?{seM- zzk(dc?;zW|19E-;0++zkDALPd2=cih_yjlx5u*6Cp8p)=I(!SVpYK7A_ZG-k^fU$w z*OJe1PX88^u&g1+!9KW7TpO0hFxV~&LMsKP%N$wZns6Q*BggR!2K#5>o?&?sgL6L3 z%4QUibJCAUj-#NyOL)Q?c}Ot@^4B)duAtv!PsaBGysq%8o@9izZip&1S}u*ztV2R_7*W zIaIqi6%MhqK3ghdKB_oj6r$xnm#c_GmAXu{d0)69O%(zvPwm=_ixOOngR5j6$`Z<+ z8lzgHesJEB;@ko*UMRcm&T7zpHE6HMZYNw> z3EHdeHZ}%V=s>gG#l9}@>#oVpE8*(eOKnKwl5#%iTV-6LaATp|)nqNnOQX!8;;-f8 z$u=Y9M|&!6^5pBo6j#@bvh*BIn_;1b6!b}@q1>@#qLDm1@;(n+t;55^rf1W7K-c&{ zE3cAvt-O_Tt^viVYbCXn*1)!w=Qcw*u#Miu-u9wCoo2gnJ~JM-7WB)z@N~_$@DMwjQ@7K8K{7s5RL$+h)^t*Kv~)$DC(}ua7?rkYy0XPNT5O+A z4yHE@@nYTT8g|5H5f!FvcT7`Z>vktENB^bOu0%ZZnPWedF|HJi>DLk7j71fjBn4qO-E0GlkR+r`y PO-9)11aD|Msb0`O**&|B diff --git a/mayan/apps/history/locale/fr/LC_MESSAGES/django.po b/mayan/apps/history/locale/fr/LC_MESSAGES/django.po deleted file mode 100644 index 1aab2cdccf..0000000000 --- a/mayan/apps/history/locale/fr/LC_MESSAGES/django.po +++ /dev/null @@ -1,129 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Pierre Lhoste , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/" -"language/fr/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historique" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Accéder à l'historique d'un objet" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Date" - -#: views.py:86 -msgid "Time" -msgstr "Heure" - -#: views.py:87 -msgid "Object" -msgstr "Objet" - -#: views.py:88 -msgid "Event type" -msgstr "Type d'évènement" - -#: views.py:89 -msgid "Additional details" -msgstr "Détails supplémentaires" - -#: views.py:89 -msgid "None" -msgstr "Aucun" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.mo b/mayan/apps/history/locale/hr_HR/LC_MESSAGES/django.mo deleted file mode 100644 index 56956f221b27086c820c17302c1ea477851f063a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 556 zcmYL_QE$^Q5XXn$DUUq!a7ZwB`V;#-DetE49$C(oG3iZhvI~qDu%3AL{tY7w=F)l0tkkZQ-dF+CtN9$hj?x5%NjjR%KaD1n zWwKgb5~}l^%oS!zRszP>&=@pt>%nV7YwLY2!f?OecYM>cxK_8FwW-4TxUCE8uxge> zwW(ZKK6DJX_Q#iH*nWIMz~LrHXK8Z!9^PTW*l4dbjeJ+r?q1#cur6hx2e95s>y(eL zvMKgYTr=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/hu/LC_MESSAGES/django.mo b/mayan/apps/history/locale/hu/LC_MESSAGES/django.mo deleted file mode 100644 index 8e5aa95ba03f3b78b5667cfe7785c4cd67e74742..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 469 zcmYL_!A`?45JW+6%8@gNMdAR0t(~?&aVerSsi@RI)dub+F=CG?*=HX&-?NFK3 zJQElTUNX3=WyW>x7Cu^9TQNdbt5wT3QTdBlw-Qy7>bImJ6)Br;DALl9;xC9SYjXS_ z%V1f1(Ig5t|KYc&H&W6H>2`dtTv;pDmQ)4LWgn6y*GAaEV?4&*hHDmh5gJ38s5F-u lgWhv)y;)IfUf@{i(lC(K&(#dtefS**M-mPO;2-zBt#6lKhW`Kn diff --git a/mayan/apps/history/locale/hu/LC_MESSAGES/django.po b/mayan/apps/history/locale/hu/LC_MESSAGES/django.po deleted file mode 100644 index 25401a6b34..0000000000 --- a/mayan/apps/history/locale/hu/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/" -"language/hu/)\n" -"Language: hu\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/id/LC_MESSAGES/django.mo b/mayan/apps/history/locale/id/LC_MESSAGES/django.mo deleted file mode 100644 index 3b044f7f2d0617df81d4923a72a0b30260b34a86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 463 zcmYL_QBT4!6oobVv`3$P=z|X$y|e>VC}Ko55|T{`4BzWkM$OhPZ4vk({5^k*oftUD zNpI6HC-?N{;(T}Fbn1NReC2%ReCJ%NZK@+XMcxqvs!3WnyC`nPwwoIZh zh-coES4vxmO)fHcUF8N6MUgjoPhhAyvyO*=Sx!-t_-!DMKw7Bj(^d;en-B-Wlz)pl z_sID`y3itswCVlBEphT9W-KI{NmDSZG)1F%6rs049HOT%9*m=xK@d#C+3eY&GGDQr zL&8}}(O70mawFWv*Gp?Fit&2AZrD0YEcm98suEZGmIhb2tjhtG_8j{2 z=zpRgNB`+Ae9$I$3-JPY89WN^frr3P!5;V-ct7}Moc|iU5B9gw{vLc7_D%3G_#?>s ze*qr_e*;SBNLTiy)u>0Bp~J55V4wyaBS#Cm_f5Imq{Z0rI(T;`(>sW3X?69M8{@ zzk;myJ9q@V1s((c0y*bLAj*0#fqXszS@$By@l3!c!S_JcspI+_og3#8p^0bN z_+LW`+Z?iAkE63L$Ha~AWL<7>scn#MePV;(ob$rI^Lspl&i-*@|GBY${3e`FaW>1e z_Y`(D?HV6kGbgu0%96YGq0WLho98ANXH`kL4$72XY^b2c=1ki_VP0!-p*troIjhBX zcPurP7CAOTDyOitx=|F0g0$nBgpPZWo2c3h6dY<#O&Z5Zkz2XEsvD2ABs5lYWNUL{ z{7&zRu3Z!4*cT?3Z%zv@QnC>gx`;sCApw(>!yjk3N}c(H`uGH#}gbK4 z!pp5>u6iAZZ824amZ?@%LR&$V1_7Md4WUl@{r&y@mB7+wM_=a?{kjX<_v?Peu}Ym+ zzF$U}z6t%4OVNZ(=#96=n+N$Bt_*tToDFz2nYM2c^!3oMOJ(dDWxJ~JI;_8&o|k71 z_OSyyx{;eUbGflaLT9c)c~VXrRm$_OseD4VZcV>FTBB~be!|kRbsC;r>$QcQ8&YMd zi0j%Yf;mND7ljVNi4A;JQDRF`n5hkBW{7KBiPY4tD=a7CI~#Eczsb}(65H|oc7sei zE^jhk4J z|Cu&4ymy>NhymWWOKliYTys!{GqAkPx;u(Kb7iRu`~x<)MUF^#$K?-ySylWCTcMRj diff --git a/mayan/apps/history/locale/it/LC_MESSAGES/django.po b/mayan/apps/history/locale/it/LC_MESSAGES/django.po deleted file mode 100644 index 3f0b00bdc4..0000000000 --- a/mayan/apps/history/locale/it/LC_MESSAGES/django.po +++ /dev/null @@ -1,131 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Giovanni Tricarico , 2014 -# Pierpaolo Baldan , 2011 -# Pierpaolo Baldan , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/" -"language/it/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Versioni" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Accedi alla storia di un oggetto" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Data" - -#: views.py:86 -msgid "Time" -msgstr "Orario" - -#: views.py:87 -msgid "Object" -msgstr "Oggetto" - -#: views.py:88 -msgid "Event type" -msgstr "Tipo evento" - -#: views.py:89 -msgid "Additional details" -msgstr "Dettagli aggiuntivi " - -#: views.py:89 -msgid "None" -msgstr "Nessuno " - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/lv/LC_MESSAGES/django.po b/mayan/apps/history/locale/lv/LC_MESSAGES/django.po deleted file mode 100644 index e1037c1d44..0000000000 --- a/mayan/apps/history/locale/lv/LC_MESSAGES/django.po +++ /dev/null @@ -1,129 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/" -"language/lv/)\n" -"Language: lv\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/nb/LC_MESSAGES/django.po b/mayan/apps/history/locale/nb/LC_MESSAGES/django.po deleted file mode 100644 index c2c39ec247..0000000000 --- a/mayan/apps/history/locale/nb/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-" -"edms/language/nb/)\n" -"Language: nb\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.mo b/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.mo deleted file mode 100644 index d503d4390319e4511e6a7e7012ebea1d4a3f409d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 485 zcmYLF%Wm5+5KNJrbnH2Y4bX#)c1_B58;7ooI*|+*kX*x7dJR~KkyS{fK+tO~r{mku){AXxv%@XjjfNsp2AO2CkZW8~M!M=%VoMT7?m9@nXVsJ3G2W05OBN+(q$T-{wEyp;Ld2TG|l|dQh2YPJ!@-O=_%wpX`S-3 z`)q-eldc=%QCW<2Zi-5m0w%vIAFS)Wl{GGmZ5(xLk4HBfPT_Ss>uI=}LD-)LXa4~x CD2zV< diff --git a/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po b/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po deleted file mode 100644 index fbd479535e..0000000000 --- a/mayan/apps/history/locale/nl_NL/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/" -"mayan-edms/language/nl_NL/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/pl/LC_MESSAGES/django.mo b/mayan/apps/history/locale/pl/LC_MESSAGES/django.mo deleted file mode 100644 index dce19a2cf59ce7d66bc051c1482b16724438e23f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1588 zcmZvb&u<$=6vqcBzf8lA@LNUVNhnnUnt0bXwA#ciZIX&gn1*1uaACSTwukKQtaiqA zZE~UN0U>b&3Bi>E2QF|#oM+5^)0}1XG;zck7m%+EeQ(yu%Km$Gq`r3W~J^=mWTK@!Gg8mu!F!&Y7 z_rC!j1HS_~&QJCEFZKDa;G?kr0X_r%4W0(Yee-xrAm?!g-e&gPi|AAiw)Bh(B=}k39}9gM9uHh?GSD@+aWhS-4khf0mWI1g)uR<36%*Ke!hx z9GmlF;rCb&y2^p~Tm#qh1QyrH!u?_4nP7Pei*tLDl}mA~og+WeG&0WHa!PhUDkppW zLmhi@DM^esHdiSn+AEVfv8}uoJ2!Oh$xjO{-kAG|w`{J(wYgj0WLhM+h)@ang*M;S zf$D%Xuw_ImP9!F-o+_teo{Q10-W^${r1{~6xmFh;j%uh9JE=I4E2P9fu28WSZk%Nb zFI6{pOUu>DtBHJ1mk#wt)KgQmVQ0JdPGe6Ow)C>+h9;4h$3rLkHloJvwZ7acwc?~D zcO{}$5O!p6P6lmig;BdLgH90OqTJIr497jb*Op-@gV!i*MV(h)2_TI(mGiP+s@$at zpCY2n#I!jvx!2`DrD?14`Y^*cSdVRX0k`wvSPix8Yn4T`Yg6M!v^w&>h?>pGWU}r# zlo{xo?9eRcMY?9u%(ynGlgu^KI!d!hn`?`h5fy2pceS^3+>dZQXlz-ek|Rfa_lUf{ z>EWhKzCrOwl}`KayZtNj{P8_bV4zF6lgBnO`7omM*Nt!NrsGnj@`^1p7g1hRs_V8l z@GPHnSMzQ+q>B^~j#t9qLbpX{&sN*bZilz4Yz{WVfDR5SJKqV`;1j~9wYJd^+t&Fz zUlx?udbW+hSR1|X$2h}u?%RnbH;ZR_`122kx28PWN}xEJC90h1+^BlGvAJBTeT+A| zi>;Z$xZ*My8ro!La&@, 2012 -# mic , 2012 -# mic , 2013 -# mic , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/" -"language/pl/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historia" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Dostęp do historii obiektu" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Data" - -#: views.py:86 -msgid "Time" -msgstr "Czas" - -#: views.py:87 -msgid "Object" -msgstr "Obiekt" - -#: views.py:88 -msgid "Event type" -msgstr "Typ zdarzenia" - -#: views.py:89 -msgid "Additional details" -msgstr "Dodatkowe szczegóły" - -#: views.py:89 -msgid "None" -msgstr "Brak" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/pt/LC_MESSAGES/django.mo b/mayan/apps/history/locale/pt/LC_MESSAGES/django.mo deleted file mode 100644 index 18e304f25bf8b90afa9e70d338d3d74d0b8baaae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1673 zcmZvbJ!~9B6vqb$A2|pgf$$|F9z`TaXuNlJ0JFx35ZkgPE;+*CCPHF-JGVEmyR+Vz zvvZ0>fzqU*f(Fqb-OZ{F;@&w2C5@grXd zjOQ_5!2BEY6z0$O;18pBuMjVS?}Ep{J@5#46>Ndmzz4z4oBglA2OwW>^kZ*uT z!Jj}r|10+>uo`{%(u!{Y=d z-wEd@&JG6JIr1Y-BjdcSCS-@C3bMN&>46t#lf-yq3zbo#y)u~->&k1fv9AkHeo|_& zRqKiKw$S22t=2cW76}f*R6>3()vLx(V~~cnis_USi5Ub})kM^>810(XY-d869nZHL zac*LkLw$-<;ShuM*{2Zmt%4JULbUwnN;S};PMtDSd@S5J&lLg+TD{70QRH?acXZ`Y zmYBL~f@*E7ci(GW)TOPw?7Gw>^6hczWZ%Zr>Rsr|bCp({o8;ofwAAjLk?q%HdzqFx z@$#~4pJ}&oP+rvghV34nTMFl1q0Z~^^2*C?jMh8KdD*X2;WC9Ai)m+i1EfupjqtkP{F_pg6-R^E2R;RPrZk@A*$DPT3xCyT>`>4#6DOPDP zQkBzw?fw3yTsb_)0St8|H;RExOp(U4vTJ;+myIix$xU13E~cUkqFY;9rFyxxP|!, 2011 -# Emerson Soares , 2011 -# Vítor Figueiró , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/" -"language/pt/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Historial" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Aceder ao historial de um objeto" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Data" - -#: views.py:86 -msgid "Time" -msgstr "Hora" - -#: views.py:87 -msgid "Object" -msgstr "Objeto" - -#: views.py:88 -msgid "Event type" -msgstr "Tipo de evento" - -#: views.py:89 -msgid "Additional details" -msgstr "Detalhes adicionais" - -#: views.py:89 -msgid "None" -msgstr "Nenhum" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.mo b/mayan/apps/history/locale/pt_BR/LC_MESSAGES/django.mo deleted file mode 100644 index 1ec81e80e415204504c30c2160179108684c9348..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1288 zcmZ9K&ubGw6vtPszoPX=74e`jC_<`Ecas!aw^XogN(+q*b@d>KOtaHuHM_ISOq!-g zy?YZp>L1`q{{W@n#gj)5iWl#KcohA<-83nE?96B8&71e$ynWxtMqWCQa~PK}-eX+G zSUG?R@&OzHKY|7D6L=K-0v-Xs_RoKSquBohkAuI#)8Jo_?u{PI^%p_9e+4`RUI#CL zx4@HN9V9=GK#KbmB!4ML_qM^;@cFENeicUKrwEeW6i9j90S|*q;0f?9NO?R2&w{eA z@Amc2LAw6}JP*DCsSa;Jvi}T@f!{!U&M!=4{|7t<{sWO#CUj1@k|53OUF3s=YH|pJ z>P>PcNA?CQlZJDq9GmAiDQaX*NQUb%OQUtwLyHJ)kIGuth!LUS6Gv&(w5guGYa`!r)hYg zd{(Hh27F#iLHTm3fzQfbX_9+W+^ev1$*)wnH|cpWBELhsa%NX%Ud6AJZg`Nw ziZGT3S|p||P(YupsdcHX0*%m-f3G`8_SSa(~t+FoLd8Z?h^_f*pAmda~qX{Ni zOKIWIbd!, 2011 -# Emerson Soares , 2011 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"mayan-edms/language/pt_BR/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "História" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Data" - -#: views.py:86 -msgid "Time" -msgstr "Tempo" - -#: views.py:87 -msgid "Object" -msgstr "Objeto" - -#: views.py:88 -msgid "Event type" -msgstr "Tipo de evento" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.mo b/mayan/apps/history/locale/ro_RO/LC_MESSAGES/django.mo deleted file mode 100644 index ce163d8c00519267cf746077447ef2e78d84122b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1695 zcmZ9MONbmr7{|*PjTs+#_P$w0Ab1hHhIScQ!t9@IK53An9HJ$)C$0>Aw!%3o4N8 zTxs`b;4Q@T4oGpnb{At0fm4v~e*lu+halbi93;IjL5k-akj{MzlKmgRd%&MSI{ynu z`MCvBJb$+Pf4BR4AVT{c@CbMWd=eah#hZX+$AV;k3LXOA1j|2hmBFw5T0Kr#Ps=)w)5t&IL`#XY!AHApagiC;zC?H$&}V zbjk_klbucyn{TSbv(ss+y)KN*c&fbAnPbb+E4Fe~8PEN! zRO~`?k6kQ`Vr$K{vCb7saS&1|_dBy@)C#qNe5W!iDO2>Tl#UOOcZNE=b1KdF<0feghTbMbz4wU#A+%o zE9;P!n2+QP*;-j1UFvM8vanu^+(f71Of_+0T*SPyzBU$Tt&$X*pyb7TDU6Pb@Hr9o z`BD`3`yxCZhBzoT)KyKoyXUaCB%+W<{rK7FnGmh>l5}2-tu!u^c(ItDk*SjWyxg=} zW&DLnvPlasPIA20Vp8NMam7q3IZ2%SPw%$_L z=yFgtQM;fFatcjh9wY9Y{9TW&I7-t8A4jNGI%~PBaN*sE1kr^-xkhNPhEE zs9M=f>OrH;s2a#d33*$^3%o9fn>VQVENi^N$Jq|%rgn`tHCg+i+8~m-7*$v68;bEZ nj}@;C(b`-X, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-" -"edms/language/ro_RO/)\n" -"Language: ro_RO\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" -"2:1));\n" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Istoric" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "Accesati istoria unui obiect" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Data" - -#: views.py:86 -msgid "Time" -msgstr "Timp" - -#: views.py:87 -msgid "Object" -msgstr "Obiect" - -#: views.py:88 -msgid "Event type" -msgstr "Tip eveniment" - -#: views.py:89 -msgid "Additional details" -msgstr "Detalii suplimentare" - -#: views.py:89 -msgid "None" -msgstr "Nici unul" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/ru/LC_MESSAGES/django.mo b/mayan/apps/history/locale/ru/LC_MESSAGES/django.mo deleted file mode 100644 index 3bd77cd923737e040cd423aaf9bf914892201896..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1888 zcma)*O>7%Q6vu~B3N@6E@>#^k^pL6%+U#x|+G-OQN}JM3xDBbPK%BPTiL+qux;x{f zmMYYSf&{5l2?dD*Akh;SkO_?x>cly5M4FX2aDfXFLI`o-g2ajco834cCnlNw&6_vx z&HufTf7!e9V}|i0=2Mt|Vh&)g+<_0q#16)u1z!dCf)~M^;5D!SegNJLF68^4g1caU zk=tK_dtiSB?gqOco&O$u0Q>=@JU{3D-*f-p;QiSD7kmudeP^bTgZIH61u5?-ko24f zDgT?`y`TW;o{PD^4gQ9j-T|K`|6Po^;Je^G;1c*K*aPX_A3>_)SCH=e10=jAP7|$M}D0LLiu4`vJ<`% zY&mr_qTJipJKg+>=czk5>57Xm(jf0kSy|{mOirSR|U&T=k+jpo5@zA;X{y# znn+@5igh}$&Wl8%EgmoXZFFn=MEP7{QZ(a4S!G!Z1M8($O*br=wcSuL-Ln{D#LTTT+Hld~jN+rf1u; zv$I2ra)ndk(oi*S*v+g;X*cZ#6=#W{A?Ha9FHS~ zXR<1$`AS?;cC+q>(I~G@`-v2)^jhVlb!6il378UzH6B&tAdG4rKXM^dg^7AA@$1&f zIB7_aM@?hOQgM`L%hJJUz;#L`mmfI5Y3b}Qxh{W!I~>PhA1w{9yT(c*v@{XUnCtM% zm$ML@aRw3NB4&7Sw7~Qy>D6>j_tGnRIlaMkPk)nssF(C@Y<8Glz{VP8SFgf92S+!( zj&+C5F6-6wnh9OO#`~0jB05>Ea??W zb}LJUtGHhLAKOT#I}p3fjOtqmK|#>lGgU5|9|t6LvAu}gSJLYYy80cUz)dD3Y}3Eh zENqgp5e?4a?ac~SRpT(6*A ct5Ax+d6ae=*U%Gfc}%Jc&#b@Iy<7nM4|NiC3jhEB diff --git a/mayan/apps/history/locale/ru/LC_MESSAGES/django.po b/mayan/apps/history/locale/ru/LC_MESSAGES/django.po deleted file mode 100644 index ca462ba71f..0000000000 --- a/mayan/apps/history/locale/ru/LC_MESSAGES/django.po +++ /dev/null @@ -1,130 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -# Sergey Glita , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/" -"language/ru/)\n" -"Language: 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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "История" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "История объекта" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Дата" - -#: views.py:86 -msgid "Time" -msgstr "Время" - -#: views.py:87 -msgid "Object" -msgstr "Объект" - -#: views.py:88 -msgid "Event type" -msgstr "Тип события" - -#: views.py:89 -msgid "Additional details" -msgstr "Дополнительная информация" - -#: views.py:89 -msgid "None" -msgstr "Нет" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.mo b/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.mo deleted file mode 100644 index 3a6af98b5494e83b5a6294bb00b4de85902c49be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 538 zcmYLF(QeZ)6x{?*dE}Xg`!J+daBHW@pmPaO)>Nw0K-FZtBGY5ao>@qJ{TJu+}JFjaQG`6^ zoPxMg*Hzc|kPDHYVZ?#Q;`HNtP6!s#c`U5du9n_d0kez60)9-g6h5cfWWM+|nNC+} zo`0dJF1NB&SSZ;D$ZK=0bVURAp36S;uDovrW4qmM;JdEXrMelcO~cy#zK*r5>DENG zX&kHn_hhdAozGeSnmxU^2tRp z!_gtvjd7_grh08Ql`aL0{!~6#)>|uUoEh6V0lIyXE{VsmFO!~r7jm8?A$$c66xqum V$?zZ}xVw9{VzP#0Mg4Jb^ba5Rm+}Ar diff --git a/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po b/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po deleted file mode 100644 index b3d059cf9d..0000000000 --- a/mayan/apps/history/locale/sl_SI/LC_MESSAGES/django.po +++ /dev/null @@ -1,129 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/" -"mayan-edms/language/sl_SI/)\n" -"Language: sl_SI\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3);\n" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/sq/LC_MESSAGES/django.po b/mayan/apps/history/locale/sq/LC_MESSAGES/django.po deleted file mode 100644 index b11898c326..0000000000 --- a/mayan/apps/history/locale/sq/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/" -"language/sq/)\n" -"Language: sq\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.mo b/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.mo deleted file mode 100644 index 15ecfdcc6a61c14276cd0e6617bc1061c0da8891..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 465 zcmYLFO-}+b5XI-UUS53H5NF6MCbfVD|0%B@Mg zYUHj#>TB-{PU&W|Y5K}Xt>m_un4A`egpL+8uY!SG=8k6ne$?CdcupI~2RPZ^1kp4a zpS~n)vS4Vmmm1gH6`0q{t*1pMlqH7ytkO diff --git a/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po b/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po deleted file mode 100644 index f0c80c9675..0000000000 --- a/mayan/apps/history/locale/tr_TR/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-" -"edms/language/tr_TR/)\n" -"Language: tr_TR\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.mo b/mayan/apps/history/locale/vi_VN/LC_MESSAGES/django.mo deleted file mode 100644 index 74432ca6cf0c6eaa38b0e0f4352ab5f6408d949b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1767 zcmaKrONbmr7{^PEj~(AJzJ+`ufduKDp4}Cfo~#&?jR|BnlQ{0hL+I_Pohi4wdbX=( zHggdqg5+k<9E1p2JVc`*zAo+r1Sfj)B6u{|Hw8}~#e@H^yLVv_0{A5J*xZ0 z&K>6k+EeJyp#O=!2mRV@c%jvA7h*Sf0^A9%gFC=?z!G>Cyc_(Wn7;tt1$(owKLPKD zeFdBX2O#hN0eler31ppLi}l}&^}oOeF#k9B7&vuD9wUMG!LEX=dj#ZomO<8k1H2cM zAp2P_*8AXB$muO`KjtfU3b6~+ARciBFV62Q$njhNS@#miaefZs5!VX)dyxJ74D$XP zAfNvO>@LmqE_wD#+))1zG185Rdo` zFTSG3(YbMqNKHJ+#!U?+%(VIZBj~Klwc+*<`aRhw&yRoIdPsGBj3jp=o}w6 z{${v6iq1K6J;i|_kj9X0OKK})9!(eKNMbvOd>5y}A!h2^OIgg5h7sCFwEQw1Kae6%okFG8gy}|+kASjM^(5w^ zI7ge#vP=xh;!(}-qgsoHYOj?}%1)eEr)FBJ>Accy8K)6@RH`3uI0qByb8Ze7&!ZW) zGUvE2I_@mZRJ_?)$DMOsY;;b_o?_kcKCD%onHR`)y}9}4U9{3M-&m)S_}YX%Zp@=b z($y`hw-HE9={D`xelLnwR489=MYyx+AdX(bG2QC=E$K9*A9=K_q|I`cw3o-Ur1-Z%2%Q8rVm9jz^n zt5unHO9x|ZafePLyBRA_+j1xLm9A3I_7fxR!t0I0&ir^Ehp{RXXHf@nQ|XpR^DD}h z>R~tWL+5auM8+fC$xO3QsZu^%aH}PO()1}vx2|;XjSs&;nXJ;Z-W_hzT00$linYNd zpQ3c|p{48R(!n`J_Qx;M!NiIHgjD_no?ziO{y+ebq4aq0~(QftD_$76q!u7ftdBK#gU9ejomaq5f~;|wN; z!EiH}jA, 2013 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/" -"mayan-edms/language/vi_VN/)\n" -"Language: vi_VN\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "Quá khứ" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: 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:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "Ngày" - -#: views.py:86 -msgid "Time" -msgstr "Giờ" - -#: views.py:87 -msgid "Object" -msgstr "Đối tượng" - -#: views.py:88 -msgid "Event type" -msgstr "Loại sự kiện" - -#: views.py:89 -msgid "Additional details" -msgstr "chi tiết bổ sung" - -#: views.py:89 -msgid "None" -msgstr "None" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.mo b/mayan/apps/history/locale/zh_CN/LC_MESSAGES/django.mo deleted file mode 100644 index 5f1fceb9f4f65618641ff80b4b0b8994d3892fd3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1608 zcmZXRO^g&p6vs=!4@Ud|KQSiO!A&5hc4l^$2)(XxU6zl;Symjma4@ygH8ZW#-9uLm z%Xly`SxF2EBI+ar(KW6g2iV0JR0iS1kqdV`ZO`l`Bqkoc=>K)s46eSU`d9Dut5^T` z>i5m-KVz_`v7W)YjWvLEH_yKqy_^FMb1@DDFZ~gDV z2jQOwH-K%B@~?vrgEv5`bIbl;vH$-BA42>u@Ck6kx>O?vH^LtUsqS8o^c)1K{vq%I zP=R#MVf()cE}*A(!N(DQ?w+)c1Cri7)}ONeArPr-#`r@&3{&w*5L z$?|8*t03iH2Py9+NHbry@xLuM;xL`xf)C|$OJU=V==WD#85h!Ejje&G*8k@@9`8C&6|w$lhHg$>tp1Mmr6=&ZmNn` zJ#E6M$-^?20S{;1QYFL2UDq>S7|0rTm62Xevt80CHhDw^hMQ(xvAyXzHWdbn?N5&t zJzp^wi74fA)A!PyEo2Mwau_*$Kr`1XC09jFmTK{ow!2=W$rWAP4_miiqSr&3MXiv; zq!wa&BX-)1b zyq-Cr>S1I=L03Fiywa#>Q4AfPnciO%6OoeCo1o!2d?=S65xEz{aGvLPI@^auZX}mO zqBx+AcvN>y-cB(z!t=w<(DvtZu*|Dc8&Qm8plcE@=J4HNF8sWrqJt=V$fcdBnrOl7xa3i}F^cLtIl%w;CRz~GrgF&Vy5M@_a~lU^{&OH~|~U28, 2014 -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-" -"edms/language/zh_CN/)\n" -"Language: zh_CN\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "历史" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "访问对象的历史" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "日期" - -#: views.py:86 -msgid "Time" -msgstr "时间" - -#: views.py:87 -msgid "Object" -msgstr "对象" - -#: views.py:88 -msgid "Event type" -msgstr "事件类型" - -#: views.py:89 -msgid "Additional details" -msgstr "额外信息" - -#: views.py:89 -msgid "None" -msgstr "无" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po b/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po deleted file mode 100644 index 0cf839bbd8..0000000000 --- a/mayan/apps/history/locale/zh_TW/LC_MESSAGES/django.po +++ /dev/null @@ -1,128 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-30 11:34-0400\n" -"PO-Revision-Date: 2014-10-08 21:13+0000\n" -"Last-Translator: Roberto Rosario\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-" -"edms/language/zh_TW/)\n" -"Language: zh_TW\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" - -#: __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:71 permissions.py:7 -msgid "History" -msgstr "" - -#: links.py:8 -msgid "Details" -msgstr "" - -#: models.py:17 -msgid "Namespace" -msgstr "" - -#: models.py:18 -msgid "Name" -msgstr "" - -#: models.py:32 models.py:41 -msgid "History type" -msgstr "" - -#: models.py:33 -msgid "History types" -msgstr "" - -#: models.py:37 -msgid "Date time" -msgstr "" - -#: models.py:42 -msgid "Dictionary" -msgstr "" - -#: models.py:72 -msgid "Histories" -msgstr "" - -#: permissions.py:8 -msgid "Access the history of an object" -msgstr "" - -#: views.py:36 -msgid "History events" -msgstr "" - -#: views.py:39 -msgid "Object link" -msgstr "" - -#: views.py:67 -#, python-format -msgid "History events for: %s" -msgstr "" - -#: views.py:85 -msgid "Date" -msgstr "" - -#: views.py:86 -msgid "Time" -msgstr "" - -#: views.py:87 -msgid "Object" -msgstr "" - -#: views.py:88 -msgid "Event type" -msgstr "" - -#: views.py:89 -msgid "Additional details" -msgstr "" - -#: views.py:89 -msgid "None" -msgstr "" - -#: views.py:93 -#, python-format -msgid "Details for: %s" -msgstr "" - -#: views.py:104 -#, python-format -msgid "History events of type: %s" -msgstr "" - -#~ msgid "type" -#~ msgstr "type" - -#~ msgid "history" -#~ msgstr "history" - -#~ msgid "name" -#~ msgstr "name" diff --git a/mayan/apps/history/static/images/icons/book.png b/mayan/apps/history/static/images/icons/book.png deleted file mode 100644 index 45c9edfe2f2a3900725b169c7bd3ce6783197e3c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 858 zcmV-g1Eu_lP)om4) zJagQ!nLWLC1vKJ~M{nWT{TVn%pbMB0JiQ`p*aB`pem~P#GJol66TlWR!F=xF<<|r7 z-Us`|mmgp-p8+8fu3tO@8bf1s0YHW7JWFtrl&DR>vVoVcadhg{k!;qqs^0}2Y1nq6 zoIs^uVz511O7kk)aTO#|p_kV%S?L4J|fpTPT`x(OzUgeid{jyPsS>JBoq3 zANF9&Vn~7dYiHB8Hz-QSOIwk98lQXhrBeY^ex1D*11Jwk>G`O7)q|FyisR<%T}cBC zmV)lzEDW67l-(3H;DlOiaj?cfpq*n1s$`Ss;Q7^aqZqjJZZERP(I51tAiQ-AMv#kb z1of>q--DB*FrXq-7Su;%pf3foA*wy5pp@j1*xCoIc(Y@g5Q;yD49vwJVy_5St0340 zMt4F^tf?P2CsorNMzx8%q_X@N25L4qaLDMqO(a}uTVN~a=qDcu@VfWt}Xml&@|Az*++ny!` zy~nX!pD7+hdY=#W6m2k-qNnwiX4@YT9t*%iI-z{WMO)T69|5axDAI>YHvlGI?e6b< zIv*||g@yf{&oIrW>GIYsVScZyHNK8d$N&Wqy-+ps||(Hst4oUgsxl kKV74g`A4f